MutationToxinAdditionFix

Changed species/moth to species/insect
This commit is contained in:
Chemlight
2020-07-08 02:30:54 -07:00
parent f0f54ba80e
commit 82d6695faf
2 changed files with 13 additions and 5 deletions
@@ -2228,6 +2228,14 @@
color = "#5EFF3B" //RGB: 94, 255, 59
race = /datum/species/xeno
mutationtext = "<span class='danger'>The pain subsides. You feel... very alien compared to your previous self.</span>"
/datum/reagent/mutationtoxin/insect
name = "Insect Mutation Toxin"
id = "insectmutationtoxin"
description = "A buggy toxin."
color = "#5EFF3B" //RGB: 94, 255, 59
race = /datum/species/insect
mutationtext = "<span class='danger'>The pain subsides. You feel... oddly attracted to light.</span>"
/datum/reagent/mutationtoxin/ipc
name = "IPC Mutation Toxin"
@@ -720,11 +720,11 @@
required_other = TRUE
required_container = /obj/item/slime_extract/green
/datum/chemical_reaction/slime/slimemoth //Mothmen species, you have a strange attraction to... lamp..
name = "Moth Mutation Toxin"
id = "mothmuttoxin"
results = list("mothmutationtoxin" = 1)
required_reagents = list("ammonia" = 1) //Ammonia, in the recipe /datum/chemical_reaction/moff and the mut /datum/reagent/mutationtoxin/moth already exists in code, THIS ONE IS OPTIONAL AS WELL.
/datum/chemical_reaction/slime/slimeinsect //insect species, you have a strange attraction to... lamp..
name = "Insect Mutation Toxin"
id = "insectmuttoxin"
results = list("insectmutationtoxin" = 1)
required_reagents = list("ammonia" = 1) //Ammonia, used for the mothman chemical reaction so it's more of a reference.
required_other = TRUE
required_container = /obj/item/slime_extract/green