diff options
Diffstat (limited to 'npc/012-6')
-rw-r--r-- | npc/012-6/nurse.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/npc/012-6/nurse.txt b/npc/012-6/nurse.txt index 80d442856..880d3bd18 100644 --- a/npc/012-6/nurse.txt +++ b/npc/012-6/nurse.txt @@ -74,8 +74,15 @@ OnDonationComplete: percentheal 100, 0; getexp readparam(Hp)*2, readparam(Hp)/100; setq HurnscaldQuest_BloodDonor, 1, gettimetick(2)+(2592000); // 60*60*24*30 + if (BaseLevel >= 30) + getitem Bread, 1; + if (BaseLevel >= 50) + getitem ChocolateBar, 1; + if (BaseLevel >= 70) + getitem BottleOfWoodlandWater, 1; 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!"); close; OnInit: |