moves, monstermoves, wailmsg, migrating_objs and billobjs moved to g.
This commit is contained in:
@@ -195,7 +195,7 @@ boolean destroyit;
|
||||
useup(otmp);
|
||||
}
|
||||
if (box->otyp == ICE_BOX && otmp->otyp == CORPSE) {
|
||||
otmp->age = monstermoves - otmp->age; /* actual age */
|
||||
otmp->age = g.monstermoves - otmp->age; /* actual age */
|
||||
start_corpse_timeout(otmp);
|
||||
}
|
||||
place_object(otmp, u.ux, u.uy);
|
||||
|
||||
Reference in New Issue
Block a user