This commit is contained in:
SandPoot
2021-08-15 15:52:18 -03:00
6 changed files with 12 additions and 5 deletions
+1 -1
View File
@@ -164,7 +164,7 @@
/datum/brain_trauma/severe/monophobia/on_life()
..()
if(check_alone())
stress = min(stress + 0.5, 100)
stress = min(stress + 0.25, 100)
if(stress > 10 && (prob(5)))
stress_reaction()
else