Skip to content

Commit 99ff02a

Browse files
author
BombasterDS
committed
Disable pain effects
1 parent 3a66648 commit 99ff02a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Content.Shared/_Shitmed/Surgery/Pain/Systems/PainSystem.Damage.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -895,7 +895,8 @@ private void UpdatePainThreshold(EntityUid uid, NerveSystemComponent nerveSys)
895895

896896
nerveSys.LastThresholdType = nearestReflex;
897897

898-
ApplyPainReflexesEffects(organ.Body.Value, (uid, nerveSys), nearestReflex);
898+
//Disabled until better implementation
899+
//ApplyPainReflexesEffects(organ.Body.Value, (uid, nerveSys), nearestReflex);
899900
}
900901

901902
private FixedPoint2 ApplyModifiersToPain(

0 commit comments

Comments
 (0)