mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-12 00:20:55 +01:00
Synthliz toxin
It was pointed out that this was missing. Here ya go.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user