Adds Loadout Plushies + 4 New Plushies (#11351)

This commit is contained in:
crunchypretzels
2021-03-08 19:06:33 +01:00
committed by GitHub
parent c9b0d17a90
commit 1f810086e3
4 changed files with 64 additions and 0 deletions
@@ -162,6 +162,28 @@
display_name = "battlemonsters starter deck"
path = /obj/item/battle_monsters/wrapped
/datum/gear/plushie
display_name = "plushie selection"
path = /obj/item/toy/plushie
/datum/gear/plushie/New()
..()
var/plushies = list()
plushies["plushie, nymph"] = /obj/item/toy/plushie/nymph
plushies["plushie, mouse"] = /obj/item/toy/plushie/mouse
plushies["plushie, kitten"] = /obj/item/toy/plushie/kitten
plushies["plushie, lizard"] = /obj/item/toy/plushie/lizard
plushies["plushie, spider"] = /obj/item/toy/plushie/spider
plushies["plushie, farwa"] = /obj/item/toy/plushie/farwa
plushies["plushie, bear"] = /obj/item/toy/plushie/bear
plushies["plushie, firefighter bear"] = /obj/item/toy/plushie/bearfire
plushies["plushie, random squid"] = /obj/item/toy/plushie/squid //if someone can figure out how to make color work with these, good luck lmao
plushies["plushie, bee"] = /obj/item/toy/plushie/bee
plushies["plushie, schlorrgo"] = /obj/item/toy/plushie/schlorrgo
plushies["plushie, cool schlorrgo"] = /obj/item/toy/plushie/coolschlorrgo
plushies["plushie, slime"] = /obj/item/toy/plushie/slime
gear_tweaks += new/datum/gear_tweak/path(plushies)
/datum/gear/toothpaste
display_name = "toothpaste and toothbrush"
path = /obj/item/storage/box/toothpaste