Demon lords and princes suppress teleporting in Gehennom
Instead of having the demon lair levels unconditionally no-teleport, grant demon lords and princes the ability to suppress teleportation in Gehennom on the level they are on.
This commit is contained in:
@@ -258,7 +258,7 @@ xchar x, y;
|
||||
if (mon->mx != x || mon->my != y) {
|
||||
(void) unmap_invisible(x, y);
|
||||
pline("%s %s, %s evading your %skick.", Monnam(mon),
|
||||
(!g.level.flags.noteleport && can_teleport(mon->data))
|
||||
(can_teleport(mon->data) && !noteleport_level(mon))
|
||||
? "teleports"
|
||||
: is_floater(mon->data)
|
||||
? "floats"
|
||||
|
||||
Reference in New Issue
Block a user