summaryrefslogtreecommitdiff
path: root/npc/000-0-0
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2024-02-10 13:01:10 -0300
committerJesusaves <cpntb1@ymail.com>2024-02-10 13:01:10 -0300
commited6302c69c1195dfd36335ca2903b4747de20016 (patch)
tree8a138a3144605b9d466cafe5d704672367d45ac5 /npc/000-0-0
parent9a1b992afed196b46e8c70f34959161eacd05fc8 (diff)
downloadserverdata-ed6302c69c1195dfd36335ca2903b4747de20016.tar.gz
serverdata-ed6302c69c1195dfd36335ca2903b4747de20016.tar.bz2
serverdata-ed6302c69c1195dfd36335ca2903b4747de20016.tar.xz
serverdata-ed6302c69c1195dfd36335ca2903b4747de20016.zip
Nerf a bit the tutorial dummy HP
Diffstat (limited to 'npc/000-0-0')
-rw-r--r--npc/000-0-0/sailors.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/npc/000-0-0/sailors.txt b/npc/000-0-0/sailors.txt
index 69af6b7a9..5d98b8695 100644
--- a/npc/000-0-0/sailors.txt
+++ b/npc/000-0-0/sailors.txt
@@ -135,6 +135,11 @@ L_Step3:
if (.@y <= 47)
@mobTarget=monster("000-0-0", 43, 44, l("@@ Dummy", strcharinfo(0)), Dummy, 1, "Elmo#sailors::OnStep4");
setq1 ShipQuests_Arpan, 4;
+ // Nerf a bit the dummy, no need to be boring
+ if (.@y <= 47) {
+ setunitdata(@mobTarget, UDT_HP, 10);
+ setunitdata(@mobTarget, UDT_MAXHP, 10);
+ }
close;
L_Step4: