diff options
Diffstat (limited to 'npc/other/turbotrack/Expert_4.txt')
-rw-r--r-- | npc/other/turbotrack/Expert_4.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/other/turbotrack/Expert_4.txt b/npc/other/turbotrack/Expert_4.txt index 191446975..7b5010e55 100644 --- a/npc/other/turbotrack/Expert_4.txt +++ b/npc/other/turbotrack/Expert_4.txt @@ -1237,7 +1237,7 @@ turbo_e_4,253,364,0 duplicate(Warp_e_4) Warp#e_4_7 -1,2,2,{ turbo_e_4,307,55,0 script trap_e4#F1::TurboTrap_e4 139,1,1,{ OnTouch: - specialeffect 106; //"trap_e4#F1" EF_BLASTMINEBOMB + specialeffect EF_BLASTMINEBOMB; set .@HitTrap,10; if (.@HitTrap > 0 && .@HitTrap < 4) percentheal -1,0; @@ -1292,7 +1292,7 @@ turbo_e_4,332,36,0 duplicate(TurboTrap_e4) trap_e4#F41 139,1,1 turbo_e_4,336,56,0 script trap_e4#F42::TurboTrap_e4_2 -1,1,1,{ OnTouch: - specialeffect 108; //"trap_e4#F42" EF_FREEZING + specialeffect EF_FREEZING; set .@HitTrap,10; if (.@HitTrap > 0 && .@HitTrap < 4) percentheal -1,0; |