summaryrefslogtreecommitdiff
path: root/npc/items/rand_sc_heal.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/items/rand_sc_heal.txt')
-rw-r--r--npc/items/rand_sc_heal.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/items/rand_sc_heal.txt b/npc/items/rand_sc_heal.txt
index 1bf582444..41ea3b3a7 100644
--- a/npc/items/rand_sc_heal.txt
+++ b/npc/items/rand_sc_heal.txt
@@ -57,7 +57,7 @@ function script ItHeal2 {
@val1 = rand2(.@min, .@max);
// Calculate delay if it was not given
- if (.@delay < 0) {
+ if (.@delay <= 0) {
.@delay=1 + ((.@type*3)/2);
}