mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 21:12:24 +01:00
Adds Loadout Plushies + 4 New Plushies (#11351)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user