Skip to content

Commit

Permalink
beagle save
Browse files Browse the repository at this point in the history
  • Loading branch information
QuickLode committed Oct 10, 2023
1 parent c6ba7be commit 41a2fcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/mob/living/blood.dm
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,8 @@
return "xenoblood"

/mob/living/carbon/human/get_blood_id()
if(species.flags & NO_BLOOD)
return
if(special_blood)
return special_blood
if(species.name == "Yautja")
Expand All @@ -290,8 +292,6 @@
return "whiteblood"
if(species.name == SPECIES_ZOMBIE)
return "greyblood"
if(species.flags & NO_BLOOD)
return
return "blood"

/mob/living/simple_animal/mouse/get_blood_id()
Expand Down

0 comments on commit 41a2fcb

Please sign in to comment.