diff options
-rw-r--r-- | npc/items/rand_sc_heal.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/items/rand_sc_heal.txt b/npc/items/rand_sc_heal.txt index 6f0ef38b4..97e16f8ad 100644 --- a/npc/items/rand_sc_heal.txt +++ b/npc/items/rand_sc_heal.txt @@ -103,7 +103,7 @@ OnUse: /* if (getstatus(.@skill)) { .@v=getstatus(.@skill, 1); - .@d=getstatus(.@skill, 4); + .@d=getstatus(.@skill, 5); } // If there WAS an effect previously, get ponderate average |