Removes all relative heresy (#13969)

Removes all relative heresy
This commit is contained in:
AffectedArc07
2020-09-16 17:52:20 +01:00
committed by GitHub
parent 185b5c4a08
commit 90fd9a8fb8
89 changed files with 1298 additions and 1260 deletions
+2 -2
View File
@@ -30,7 +30,7 @@
// message is the custom message to be displayed
mob/living/carbon/human/proc/custom_pain(message)
/mob/living/carbon/human/proc/custom_pain(message)
if(stat >= UNCONSCIOUS)
return
@@ -49,7 +49,7 @@ mob/living/carbon/human/proc/custom_pain(message)
to_chat(src, msg)
next_pain_time = world.time + 100
mob/living/carbon/human/proc/handle_pain()
/mob/living/carbon/human/proc/handle_pain()
// not when sleeping
if(stat >= UNCONSCIOUS)