don't impact player stats with wizard mode ^T
This commit is contained in:
@@ -2086,7 +2086,7 @@ escape_tomb()
|
||||
if ((Teleportation || can_teleport(youmonst.data))
|
||||
&& (Teleport_control || rn2(3) < Luck+2)) {
|
||||
You("attempt a teleport spell.");
|
||||
(void) dotele(); /* calls unearth_you() */
|
||||
(void) dotele(FALSE); /* calls unearth_you() */
|
||||
} else if (u.uburied) { /* still buried after 'port attempt */
|
||||
boolean good;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user