Fermichem test: Fermiplushie added plus reaction to create

A quick test of the chemistry system to create new reactions. Added FermisPlushie, which is created by reaction (I hope!)
This commit is contained in:
Fermi
2019-02-18 22:30:59 +00:00
parent efce0e144f
commit ad28d80ecb
4 changed files with 19 additions and 0 deletions
@@ -133,6 +133,18 @@
required_reagents = list("slime_toxin" = 1, "mutagen" = 1)
/datum/chemical_reaction/fermis_plush
name = "Fermis plush"
id = "fermis_plush"
required_reagents = list("sugar" = 10, "mutagen" = 10)
mob_react = FALSE
required_temp = 400
/datum/chemical_reaction/fermis_plush/on_reaction(datum/reagents/holder, created_volume)
var/location = get_turf(holder.my_atom)
for(var/i = 1, i <= created_volume, i++)
new /obj/item/toy/plush/catgirl/fermis(location)
////////////////////////////////// VIROLOGY //////////////////////////////////////////
/datum/chemical_reaction/virus_food