diff --git a/code/modules/reagents/chemistry/recipes/others.dm b/code/modules/reagents/chemistry/recipes/others.dm index f2e9baeba4..e1f4e3dd36 100644 --- a/code/modules/reagents/chemistry/recipes/others.dm +++ b/code/modules/reagents/chemistry/recipes/others.dm @@ -592,3 +592,24 @@ id = "pax" results = list("pax" = 3) required_reagents = list("mindbreaker" = 1, "synaptizine" = 1, "water" = 1) + +/datum/chemical_reaction/cat + name = "felined mutation toxic" + id = "cats" + results = list("felinidmutationtoxin" = 1) + required_reagents = list("mindbreaker" = 1, "ammonia" = 1, "water" = 1, "aphro" = 10, "stablemutationtoxin" = 1) // Maybe aphro+ if it becomes a shitty meme + required_temp = 450 + +/datum/chemical_reaction/moff + name = "moth mutation toxic" + id = "moffs" + results = list("mothmutationtoxin" = 1) + required_reagents = list("liquid_dark_matter" = 2, "ammonia" = 5, "lithium" = 1, "stablemutationtoxin" = 1) + required_temp = 320 + +/datum/chemical_reaction/notlight //Harder to make do to it being a hard race to play + name = "shadow muatatuin toxic" + id = "notlight" + results = list("shadowmutationtoxin" = 1) + required_reagents = list("liquid_dark_matter" = 5, "synaptizine" = 10, "oculine" = 10, "stablemutationtoxin" = 1) + required_temp = 600