summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-09-23 18:22:49 -0300
committerJesusaves <cpntb1@ymail.com>2022-09-23 18:22:49 -0300
commit44c73c6723e7674f99fa1e62fad7a20f9f5e61c9 (patch)
tree6efd5f5c7536be2c7ff3ea923898d590b738d3c2
parent961fc2eb9174e12d57232bf4541d93583ebd9d4c (diff)
downloadserverdata-44c73c6723e7674f99fa1e62fad7a20f9f5e61c9.tar.gz
serverdata-44c73c6723e7674f99fa1e62fad7a20f9f5e61c9.tar.bz2
serverdata-44c73c6723e7674f99fa1e62fad7a20f9f5e61c9.tar.xz
serverdata-44c73c6723e7674f99fa1e62fad7a20f9f5e61c9.zip
Tell how much longer before next blood donation
-rw-r--r--npc/012-6/nurse.txt1
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;
}