diff options
Diffstat (limited to 'npc/018-5-3/shaabty.txt')
-rw-r--r-- | npc/018-5-3/shaabty.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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; |