diff options
Diffstat (limited to 'npc/021-1/logic.txt')
-rw-r--r-- | npc/021-1/logic.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/npc/021-1/logic.txt b/npc/021-1/logic.txt index 11be04019..7bb0ddab6 100644 --- a/npc/021-1/logic.txt +++ b/npc/021-1/logic.txt @@ -94,12 +94,11 @@ OnTouch: close; } if (.lifetime-gettimetick(2) <= 0) { - mesc l("Insert a key and pull the switch?"); + mesc l("Pull the switch?"); select - rif(countitem(TreasureKey), l("Pull it")), + l("Pull it"), l("Leave it"); if (@menu == 1) { - delitem TreasureKey, 1; getexp rand(55, 110), rand(5, 11); .lifetime=gettimetick(2)+rand(110, 150)+60; // Something between 1m50s and 2m30s + 1 minute for DS specialeffect(27); |