mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-10 15:36:56 +01:00
Removed Hyperstaion Plushies
This Change removes all the hyperstation plushie spawns and their mentions in the code. (They are commented out but I recommend disabling __donator.dm & hyperstation\code\obj\plushes.dmi in the Dream Daemon load tree to avoid loading unnecessary files. (if I removed anyones plushie for the server please let me know and i will fix it)
This commit is contained in:
@@ -144,17 +144,17 @@
|
||||
required_reagents = list(/datum/reagent/slime_toxin = 1, /datum/reagent/toxin/mutagen = 1)
|
||||
|
||||
|
||||
/datum/chemical_reaction/fermis_plush
|
||||
/*/datum/chemical_reaction/fermis_plush
|
||||
name = "Fermis plush"
|
||||
id = "fermis_plush"
|
||||
required_reagents = list(/datum/reagent/consumable/caramel = 10, /datum/reagent/blood = 10, /datum/reagent/stable_plasma = 10)
|
||||
mob_react = FALSE
|
||||
required_temp = 400
|
||||
required_temp = 400*/ //Removed Fermis Plush recipe
|
||||
|
||||
/datum/chemical_reaction/fermis_plush/on_reaction(datum/reagents/holder, created_volume)
|
||||
/*/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+=10)
|
||||
new /obj/item/toy/plush/catgirl/fermis(location)
|
||||
new /obj/item/toy/plush/catgirl/fermis(location)*/ //Fursona recipe
|
||||
|
||||
////////////////////////////////// VIROLOGY //////////////////////////////////////////
|
||||
|
||||
|
||||
Reference in New Issue
Block a user