mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 05:27:01 +01:00
fixes weakened issue (#20262)
This commit is contained in:
@@ -741,7 +741,7 @@ STATUS EFFECTS
|
||||
if(F)
|
||||
F.duration += amount
|
||||
else if(amount > 0)
|
||||
F = apply_status_effect(STATUS_EFFECT_WEAKENED, amount)
|
||||
F = apply_status_effect(STATUS_EFFECT_FLOORED, amount)
|
||||
return F
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user