Synthliz toxin

It was pointed out that this was missing. Here ya go.
This commit is contained in:
JaySparrow
2020-07-18 18:53:03 -05:00
parent a93bb8422f
commit 2a87252114
2 changed files with 17 additions and 0 deletions
@@ -2225,3 +2225,11 @@
color = "#5EFF3B" //RGB: 94, 255, 59
race = /datum/species/ipc
mutationtext = "<span class='danger'>The pain subsides. You feel... metallic.</span>"
/datum/reagent/mutationtoxin/synthliz
name = "Synthlizard Mutation Toxin"
id = "synthlizmutationtoxin"
description = "A synthetic toxin." //NANOMACHINES SON.
color = "#5EFF3B" //RGB: 94, 255, 59
race = /datum/species/synthliz
mutationtext = "<span class='danger'>The pain subsides. You feel... artificial.</span>"
@@ -735,3 +735,12 @@
required_reagents = list("oil" = 1) //Oil, makes sense for it being their blood, so..
required_other = TRUE
required_container = /obj/item/slime_extract/green
/datum/chemical_reaction/slime/slimesynthliz //They keep coming back for more
name = "Synthlizard Mutation Toxin"
id = "synthlizmuttoxin"
results = list("synthlizmutationtoxin" = 1)
required_reagents = list("silicon" = 1) //It'd be annoying to make it require synthflesh, so this will work
required_other = TRUE
required_container = /obj/item/slime_extract/green