Skip to content

Commit

Permalink
Update code/modules/mob/living/carbon/human/human.dm
Browse files Browse the repository at this point in the history
Co-authored-by: harryob <[email protected]>
  • Loading branch information
stanalbatross and harryob authored Nov 19, 2024
1 parent d8e2fcb commit 49361ee
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions code/modules/mob/living/carbon/human/human.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1764,8 +1764,9 @@

return .

//generates realistic-ish pulse output based on preset levels
/mob/living/carbon/human/proc/get_pulse(method) //method 0 is for hands, 1 is for machines, more accurate
/// generates realistic-ish pulse output based on preset levels.
/// method == GETPULSE_HAND is for hands, GETPULSE_TOOL is for machines, more accurate
/mob/living/carbon/human/proc/get_pulse(method)
var/temp = 0 //see setup.dm:694

if(species && species.flags & NO_BLOOD)
Expand Down

0 comments on commit 49361ee

Please sign in to comment.