This commit is contained in:
Molti
2023-04-22 14:35:39 -05:00
committed by GitHub
parent 9317e6b03f
commit fc49ac8499
2 changed files with 15 additions and 0 deletions

View File

@@ -634,6 +634,13 @@
race = /datum/species/ethereal
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
name = "Polysmorph Mutation Toxin"
description = "An acidic toxin."

View File

@@ -89,6 +89,14 @@
required_other = TRUE
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
name = "Moth Mutation Toxin"
id = "mothmuttoxin"