diff --git a/modular_badlands/code/modules/trauma/pain.dm b/modular_badlands/code/modules/trauma/pain.dm index 4d4e56da44..cfc13ea648 100644 --- a/modular_badlands/code/modules/trauma/pain.dm +++ b/modular_badlands/code/modules/trauma/pain.dm @@ -28,7 +28,7 @@ // partname is the name of a body part // amount is a num from 1 to 100 -/mob/living/carbon/proc/pain(var/partname, var/amount, var/force, var/burning = 0) +/mob/living/carbon/proc/pain(partname, amount, force, burning = 0) if(stat >= 2 || IsSleeping()) return if(!feels_pain() || has_painkillers()) @@ -68,7 +68,7 @@ // message is the custom message to be displayed // flash_strength is 0 for weak pain flash, 1 for strong pain flash -/mob/living/carbon/human/proc/custom_pain(var/message, var/flash_strength) +/mob/living/carbon/human/proc/custom_pain(message, flash_strength) if(stat >= 1) return