summaryrefslogtreecommitdiff
path: root/npc/012-6/nurse.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/012-6/nurse.txt')
-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;
}