diff options
-rw-r--r-- | npc/002-1/alige.txt | 1 | ||||
-rw-r--r-- | npc/018-5-3/shaabty.txt | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/npc/002-1/alige.txt b/npc/002-1/alige.txt index 71cc307c7..e23bfae13 100644 --- a/npc/002-1/alige.txt +++ b/npc/002-1/alige.txt @@ -35,6 +35,7 @@ L_Weak: close; L_Noob: + mes ""; mesc l("Protip: You need level %d or higher to do this quest.", 42), 1; close; diff --git a/npc/018-5-3/shaabty.txt b/npc/018-5-3/shaabty.txt index 3defb5de2..4d2f47e54 100644 --- a/npc/018-5-3/shaabty.txt +++ b/npc/018-5-3/shaabty.txt @@ -120,7 +120,7 @@ L_Craft2: .@mg$=any(l("stop interrupting me while I make your trousers."), l("stop making me lose the line by talking to me.")); mesq l("Please be patient and "+.@mg$); mesc l("Remaining time: @@", FuzzyTime(.@q3)); - setq3 LilitQuest_Shaabty, .@q3+rand(1,3); + setq3 LilitQuest_Shaabty, .@q3+rand2(1,3); } else { inventoryplace LeatherTrousers, 1; getitem LeatherTrousers, 1; |