diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-09-23 18:22:49 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-09-23 18:22:49 -0300 |
commit | 44c73c6723e7674f99fa1e62fad7a20f9f5e61c9 (patch) | |
tree | 6efd5f5c7536be2c7ff3ea923898d590b738d3c2 /npc/012-6 | |
parent | 961fc2eb9174e12d57232bf4541d93583ebd9d4c (diff) | |
download | serverdata-44c73c6723e7674f99fa1e62fad7a20f9f5e61c9.tar.gz serverdata-44c73c6723e7674f99fa1e62fad7a20f9f5e61c9.tar.bz2 serverdata-44c73c6723e7674f99fa1e62fad7a20f9f5e61c9.tar.xz serverdata-44c73c6723e7674f99fa1e62fad7a20f9f5e61c9.zip |
Tell how much longer before next blood donation
Diffstat (limited to 'npc/012-6')
-rw-r--r-- | npc/012-6/nurse.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/012-6/nurse.txt b/npc/012-6/nurse.txt index b2d3dc310..8e8d9af96 100644 --- a/npc/012-6/nurse.txt +++ b/npc/012-6/nurse.txt @@ -12,6 +12,7 @@ 012-6,56,67,6 script Hurnscald's Nurse NPC_FEMALE,{ .@q2=getq2(HurnscaldQuest_BloodDonor); if (.@q2 > gettimetick(2)) { + npctalk3 l("You can donate blood again in %s", FuzzyTime(.@q2)); Nurse(.name$, 10, 6); close; } |