mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-17 01:53:35 +01:00
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user