mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
atomized (#18487)
This commit is contained in:
@@ -633,6 +633,13 @@
|
||||
color = "#5EFF3B" //RGB: 94, 255, 59
|
||||
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"
|
||||
|
||||
@@ -88,6 +88,14 @@
|
||||
required_reagents = list(/datum/reagent/lithium = 1) //battery material makes electricity people
|
||||
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"
|
||||
|
||||
Reference in New Issue
Block a user