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:
@@ -3806,7 +3806,7 @@ drown()
|
||||
if ((Teleportation || can_teleport(g.youmonst.data)) && !Unaware
|
||||
&& (Teleport_control || rn2(3) < Luck + 2)) {
|
||||
You("attempt a teleport spell."); /* utcsri!carroll */
|
||||
if (!g.level.flags.noteleport) {
|
||||
if (!noteleport_level(&g.youmonst)) {
|
||||
(void) dotele(FALSE);
|
||||
if (!is_pool(u.ux, u.uy))
|
||||
return TRUE;
|
||||
|
||||
Reference in New Issue
Block a user