diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-05-24 19:30:38 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-05-24 19:30:38 -0300 |
commit | 357b89c0f566b84af625c659fcc34ab5089ad2ab (patch) | |
tree | 02b6f96ebe3f23b8b3f421ccdc10a0f49387924d | |
parent | 029ec67ac4c2f35e23e3ecbc2651473e054c93a0 (diff) | |
download | serverdata-357b89c0f566b84af625c659fcc34ab5089ad2ab.tar.gz serverdata-357b89c0f566b84af625c659fcc34ab5089ad2ab.tar.bz2 serverdata-357b89c0f566b84af625c659fcc34ab5089ad2ab.tar.xz serverdata-357b89c0f566b84af625c659fcc34ab5089ad2ab.zip |
[skip ci]
-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 |