diff options
Diffstat (limited to 'npc/029-0/warps.txt')
-rw-r--r-- | npc/029-0/warps.txt | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/npc/029-0/warps.txt b/npc/029-0/warps.txt index 714560b98..ac16f880d 100644 --- a/npc/029-0/warps.txt +++ b/npc/029-0/warps.txt @@ -27,7 +27,15 @@ function script FiresOfSteam_Warp { end; OnTouch: if (FiresOfSteam_Warp(2)) goto L_Warp; - // Additional conditions here (TODO) + // Additional conditions here + if ($FIRESOFSTEAM[1] > 0 || + $FIRESOFSTEAM[2] > 0 || + $FIRESOFSTEAM[3] > 0 || + $FIRESOFSTEAM[4] > 0 || + $FIRESOFSTEAM[5] > 0) { + dispbottom l("A magic barrier prevents you from enterering. Maybe it is a good idea to shut down the pentagrams first?"); + end; + } // Fallthrough L_Warp: warp "029-2", 35, 70; |