Merge pull request #341 from Jay-Sparrow/Mutation-Toxin

Synthliz toxin
This commit is contained in:
Dahlular
2020-07-18 21:52:33 -06:00
committed by GitHub
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