mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
atomized (#18487)
This commit is contained in:
@@ -634,6 +634,13 @@
|
|||||||
race = /datum/species/ethereal
|
race = /datum/species/ethereal
|
||||||
mutationtext = span_danger("The pain subsides. You feel... ecstatic.")
|
mutationtext = span_danger("The pain subsides. You feel... ecstatic.")
|
||||||
|
|
||||||
|
/datum/reagent/mutationtoxin/preternis
|
||||||
|
name = "Preternis Mutation Toxin"
|
||||||
|
description = "A metallic precursor toxin."
|
||||||
|
color = "#5EFF3B" //RGB: 94, 255, 59
|
||||||
|
race = /datum/species/preternis
|
||||||
|
mutationtext = span_danger("The pain subsides. You feel... optimized.")
|
||||||
|
|
||||||
/datum/reagent/mutationtoxin/polysmorph
|
/datum/reagent/mutationtoxin/polysmorph
|
||||||
name = "Polysmorph Mutation Toxin"
|
name = "Polysmorph Mutation Toxin"
|
||||||
description = "An acidic toxin."
|
description = "An acidic toxin."
|
||||||
|
|||||||
@@ -89,6 +89,14 @@
|
|||||||
required_other = TRUE
|
required_other = TRUE
|
||||||
required_container = /obj/item/slime_extract/green
|
required_container = /obj/item/slime_extract/green
|
||||||
|
|
||||||
|
/datum/chemical_reaction/slime/slimepreternis
|
||||||
|
name = "Preternis Mutation Toxin"
|
||||||
|
id = "preternismuttoxin"
|
||||||
|
results = list(/datum/reagent/mutationtoxin/preternis = 1)
|
||||||
|
required_reagents = list(/datum/reagent/stable_plasma = 1)
|
||||||
|
required_other = TRUE
|
||||||
|
required_container = /obj/item/slime_extract/green
|
||||||
|
|
||||||
/datum/chemical_reaction/slime/slimemoth
|
/datum/chemical_reaction/slime/slimemoth
|
||||||
name = "Moth Mutation Toxin"
|
name = "Moth Mutation Toxin"
|
||||||
id = "mothmuttoxin"
|
id = "mothmuttoxin"
|
||||||
|
|||||||
Reference in New Issue
Block a user