mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
Polysmorps bleed green blood like xenos do, and species without blood don't bleed red (#11292)
* Update blood.dm * Update living.dm * Update projectile.dm * Update miscellaneous.dm * Update atoms.dm * Add files via upload
This commit is contained in:
@@ -562,7 +562,7 @@
|
||||
|
||||
///Get the mobs dna list
|
||||
/mob/living/carbon/get_blood_dna_list()
|
||||
if(get_blood_id() != /datum/reagent/blood)
|
||||
if(!(get_blood_id() in list(/datum/reagent/blood, /datum/reagent/toxin/acid))) //polysmorphs have DNA located in literal acid, don't ask me why
|
||||
return
|
||||
var/list/blood_dna = list()
|
||||
if(dna)
|
||||
|
||||
Reference in New Issue
Block a user