summaryrefslogtreecommitdiff
path: root/npc/items/legacy_heal.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-05-24 08:19:34 -0300
committerJesusaves <cpntb1@ymail.com>2019-05-24 08:19:34 -0300
commit5b27aad922f1dddb5dff09d62c9b9623419cca48 (patch)
treeb55953c56b2da3017daf9264be65c46a8a512807 /npc/items/legacy_heal.txt
parent526dc032b3a68ff8282be2817083c250b6f26bf7 (diff)
downloadserverdata-5b27aad922f1dddb5dff09d62c9b9623419cca48.tar.gz
serverdata-5b27aad922f1dddb5dff09d62c9b9623419cca48.tar.bz2
serverdata-5b27aad922f1dddb5dff09d62c9b9623419cca48.tar.xz
serverdata-5b27aad922f1dddb5dff09d62c9b9623419cca48.zip
Fix healing bugs and disregard item stacking
Diffstat (limited to 'npc/items/legacy_heal.txt')
-rw-r--r--npc/items/legacy_heal.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/npc/items/legacy_heal.txt b/npc/items/legacy_heal.txt
index dd13e590e..fd390bfae 100644
--- a/npc/items/legacy_heal.txt
+++ b/npc/items/legacy_heal.txt
@@ -47,5 +47,8 @@ OnUse:
sc_end .@skill;
sc_start2 .@skill, @delay, @val1, 1;
+ @delay=0;
+ @type=0;
+ @rarity=0;
end;
}