moves, monstermoves, wailmsg, migrating_objs and billobjs moved to g.
This commit is contained in:
@@ -1335,7 +1335,7 @@ dosacrifice()
|
||||
return 1;
|
||||
|
||||
if (otmp->corpsenm == PM_ACID_BLOB
|
||||
|| (monstermoves <= peek_at_iced_corpse_age(otmp) + 50)) {
|
||||
|| (g.monstermoves <= peek_at_iced_corpse_age(otmp) + 50)) {
|
||||
value = mons[otmp->corpsenm].difficulty + 1;
|
||||
if (otmp->oeaten)
|
||||
value = eaten_stat(value, otmp);
|
||||
|
||||
Reference in New Issue
Block a user