Skrell blood is now hemocyanin-based (#7492)

* Skrell blood is now hemocyanin-based

Inspired by Aurora

* Update Chemistry-Reagents-Dispenser.dm

* Create Lorilili - hemocyanin.yml
This commit is contained in:
listerla
2020-08-20 22:17:04 -04:00
committed by GitHub
parent 7e14a560b6
commit 9b45bc2f27
3 changed files with 10 additions and 2 deletions

View File

@@ -66,6 +66,10 @@
taste_description = "pennies"
color = "#6E3B08"
/datum/reagent/copper/affect_ingest(var/mob/living/carbon/M, var/alien, var/removed)
if(alien == IS_SKRELL)
M.add_chemical_effect(CE_BLOODRESTORE, 8 * removed)
/datum/reagent/ethanol
name = "Ethanol" //Parent class for all alcoholic reagents.
id = "ethanol"
@@ -228,7 +232,7 @@
color = "#353535"
/datum/reagent/iron/affect_ingest(var/mob/living/carbon/M, var/alien, var/removed)
if(alien != IS_DIONA)
if(alien != IS_DIONA && alien != IS_SKRELL)
M.add_chemical_effect(CE_BLOODRESTORE, 8 * removed)
/datum/reagent/lithium