Skip to content

Commit

Permalink
T2
Browse files Browse the repository at this point in the history
  • Loading branch information
ProbablyCarl committed Jun 3, 2023
1 parent f590557 commit 1fba999
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modular_badlands/code/modules/trauma/pain.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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())
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 1fba999

Please sign in to comment.