Skip to content

Commit

Permalink
Update species.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Bierkraan authored Oct 4, 2023
1 parent 28a6b0e commit 815b14a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions code/game/mob/living/carbon/human/species/species.dm
Original file line number Diff line number Diff line change
Expand Up @@ -703,8 +703,8 @@

return TRUE

/datum/species/proc/get_blood_colour(var/mob/living/carbon/human/H)
/datum/species/proc/get_blood_colour(var/mob/living/human/H)
return blood_color

/datum/species/proc/get_flesh_colour(var/mob/living/carbon/human/H)
return flesh_color
/datum/species/proc/get_flesh_colour(var/mob/living/human/H)
return flesh_color

0 comments on commit 815b14a

Please sign in to comment.