diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-03-23 14:09:37 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-03-23 14:09:37 -0300 |
commit | 106e4eccf922987b7049cf9ff85c1b3c41605e89 (patch) | |
tree | 510dd9d1367e797d4391c4dc864bd0c49c0d8dcd /npc/001-4 | |
parent | e6528539b5a35c813df3cfa2eb4903bce5dfd281 (diff) | |
download | serverdata-106e4eccf922987b7049cf9ff85c1b3c41605e89.tar.gz serverdata-106e4eccf922987b7049cf9ff85c1b3c41605e89.tar.bz2 serverdata-106e4eccf922987b7049cf9ff85c1b3c41605e89.tar.xz serverdata-106e4eccf922987b7049cf9ff85c1b3c41605e89.zip |
Bugfixes
Diffstat (limited to 'npc/001-4')
-rw-r--r-- | npc/001-4/traps.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/001-4/traps.txt b/npc/001-4/traps.txt index a6c88b080..d53fa33f3 100644 --- a/npc/001-4/traps.txt +++ b/npc/001-4/traps.txt @@ -22,7 +22,7 @@ L_armar: L_disparar: setnpctimer 9000; setnpcdisplay @object_name$, NPC_TRAP_TRIGGERED; - heal -150, 0; + percentheal -25, 0; specialeffect 11; return; } |