From a201511c8d78da80e78b0d092d72f27c85ba20c8 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 22 Jul 2019 23:37:47 -0300 Subject: Report that sewer mouths are locked (with a dispbottom) --- npc/003-1/sewer.txt | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'npc') diff --git a/npc/003-1/sewer.txt b/npc/003-1/sewer.txt index a0fe188bf..408347145 100644 --- a/npc/003-1/sewer.txt +++ b/npc/003-1/sewer.txt @@ -6,7 +6,10 @@ // TE: Tulimshar, East 003-1,56,84,0 script #Sewer-TW NPC_NO_SPRITE,{ - if (getq(TulimsharQuest_Sewers) == 0) end; + if (getq(TulimsharQuest_Sewers) == 0) { + dispbottom l("The sewer mouth is locked."); + end; + } if (BaseLevel < 25) end; mesc l("Descend into Tulimshar sewers?"); @@ -20,7 +23,10 @@ } 003-1,115,111,0 script #Sewer-TE NPC_NO_SPRITE,{ - if (getq(TulimsharQuest_Sewers) == 0) end; + if (getq(TulimsharQuest_Sewers) == 0) { + dispbottom l("The sewer mouth is locked."); + end; + } if (BaseLevel < 25) end; mesc l("Descend into Tulimshar sewers?"); -- cgit v1.2.3-60-g2f50