Stunbaton PR had bad math didn't properly reduce effectiveness oops.

This commit is contained in:
Tupinambis
2020-02-05 00:31:54 -06:00
parent 575f6e4ebc
commit 3539fa7603
+1 -1
View File
@@ -189,7 +189,7 @@
L.Knockdown(stunpwr, override_stamdmg = 0)
L.apply_damage(stunpwr*0.55, STAMINA, user.zone_selected)
L.apply_damage(stunpwr*0.5, STAMINA, user.zone_selected)
L.apply_effect(EFFECT_STUTTER, stunforce)
SEND_SIGNAL(L, COMSIG_LIVING_MINOR_SHOCK)
if(user)