Removes a duplicate word (#20425)

Removes a duplicate word from the big red text you see in your chatlog
when you're close to dying.
This commit is contained in:
ASmallCuteCat
2025-02-03 07:40:28 +00:00
committed by GitHub
parent 69738a31ef
commit 8dfd9850c5
2 changed files with 60 additions and 1 deletions
+1 -1
View File
@@ -138,7 +138,7 @@
if(!owner.paralysis && prob(15))
owner.Paralyse(rand(3, 5))
if(-(INFINITY) to BLOOD_VOLUME_SURVIVE) // Also see heart.dm, being below this point puts you into cardiac arrest.
owner.notify_message(SPAN_DANGER("You feel feel like death is imminent."), rand(20 SECONDS, 40 SECONDS), key = "blood_volume_dying")
owner.notify_message(SPAN_DANGER("You feel like death is imminent."), rand(20 SECONDS, 40 SECONDS), key = "blood_volume_dying")
owner.eye_blurry = max(owner.eye_blurry,6)
damprob = owner.chem_effects[CE_STABLE] ? 80 : 100
if(prob(damprob))