diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-02-24 14:17:49 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-02-24 14:17:49 -0300 |
commit | b3109aa967154b75bec53e1d6402ce79db7cf181 (patch) | |
tree | 9e5a9e3eab7a4a0a35a1dc8c6c52f43fcbcf6420 | |
parent | 3317ac2025226ff6ac3281f03385bf9d0969ede4 (diff) | |
download | serverdata-b3109aa967154b75bec53e1d6402ce79db7cf181.tar.gz serverdata-b3109aa967154b75bec53e1d6402ce79db7cf181.tar.bz2 serverdata-b3109aa967154b75bec53e1d6402ce79db7cf181.tar.xz serverdata-b3109aa967154b75bec53e1d6402ce79db7cf181.zip |
AFK Slippers. Nobody will have the requeriment by the time I'm pushing this commit.
-rw-r--r-- | npc/012-6/nurse.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/npc/012-6/nurse.txt b/npc/012-6/nurse.txt index 00bbc0ebd..9bad71509 100644 --- a/npc/012-6/nurse.txt +++ b/npc/012-6/nurse.txt @@ -85,6 +85,12 @@ OnDonationComplete: mesn; mesq l("Thanks for donating blood. You can donate again in 30 days."); mesq l("You should eat and drink water after donating blood. Thanks for saving lifes!"); + if (.@q3 == 5) { + getitem Slippers, 1; + next; + mesn; + mesq l("Now you must feel homelike already here... take these slippers so your feet stays warm!"); + } close; OnInit: |