mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 02:24:11 +01:00
Disabler Nerf: Slowdown Tweaks + Shot Reduction (#21499)
* Update _species.dm * reduce shots * dont nerf the u-ion * sirryan review Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com> --------- Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com>
This commit is contained in:
@@ -332,7 +332,7 @@
|
||||
. += (health_deficiency / 75)
|
||||
else
|
||||
if(health_deficiency >= 40)
|
||||
. += (health_deficiency / 25) //Once damage is over 40, you get the harsh formula
|
||||
. += ((health_deficiency / 25) - 1.1) //Once damage is over 40, you get the harsh formula
|
||||
else
|
||||
. += 0.5 //Otherwise, slowdown (from pain) is capped to 0.5 until you hit 40 damage. This only effects people with fractional slowdowns, and prevents some harshness from the lowered threshold
|
||||
|
||||
|
||||
Reference in New Issue
Block a user