fixes weakened issue (#20262)

This commit is contained in:
Qwertytoforty
2023-01-20 19:39:35 +00:00
committed by GitHub
parent b375de9af4
commit 7db4319aee
+1 -1
View File
@@ -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