diff options
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; } |