diff options
Diffstat (limited to 'games/hack/hack.trap.c')
-rw-r--r-- | games/hack/hack.trap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/hack/hack.trap.c b/games/hack/hack.trap.c index ea99f2f..682e961 100644 --- a/games/hack/hack.trap.c +++ b/games/hack/hack.trap.c @@ -339,7 +339,7 @@ dotele() { if( #ifdef WIZARD !wizard && -#endif WIZARD +#endif /* WIZARD */ (!Teleportation || u.ulevel < 6 || (pl_character[0] != 'W' && u.ulevel < 10))) { pline("You are not able to teleport at will."); |