moves, monstermoves, wailmsg, migrating_objs and billobjs moved to g.
This commit is contained in:
@@ -69,7 +69,7 @@ boolean undirected;
|
||||
point_msg = "at you, then curses";
|
||||
|
||||
pline("%s points %s.", Monnam(mtmp), point_msg);
|
||||
} else if ((!(moves % 4) || !rn2(4))) {
|
||||
} else if ((!(g.moves % 4) || !rn2(4))) {
|
||||
if (!Deaf)
|
||||
Norep("You hear a mumbled curse.");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user