diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-02-04 22:37:17 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-02-04 22:37:17 -0300 |
commit | 61c6c5cc4839bd4504f16e133249049596650ef8 (patch) | |
tree | e17ae359e80d70ceb4421902b65e34e8d501190a /npc/018-5-3 | |
parent | b237b53485813bde6b181cbe1b848c9f6da258ba (diff) | |
download | serverdata-61c6c5cc4839bd4504f16e133249049596650ef8.tar.gz serverdata-61c6c5cc4839bd4504f16e133249049596650ef8.tar.bz2 serverdata-61c6c5cc4839bd4504f16e133249049596650ef8.tar.xz serverdata-61c6c5cc4839bd4504f16e133249049596650ef8.zip |
Minor polishing
Diffstat (limited to 'npc/018-5-3')
-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; |