loadout stuff
- added metis plush - added wheely heels for a donator
This commit is contained in:
@@ -137,3 +137,15 @@
|
||||
desc = "Vulpine sluts only."
|
||||
icon_state = "eyepatch_white"
|
||||
item_state = "eyepatch_white"
|
||||
|
||||
/datum/gear/metis_plush
|
||||
name = "Metis Plush"
|
||||
category = LOADOUT_SUBCATEGORY_BACKPACK_TOYS
|
||||
path = /obj/item/toy/plush/gs13/metis
|
||||
ckeywhitelist = list("paraillegal")
|
||||
|
||||
/datum/gear/wheelys
|
||||
name = "Wheely-Heels"
|
||||
category = LOADOUT_SUBCATEGORY_BACKPACK_TOYS
|
||||
path = /obj/item/clothing/shoes/wheelys
|
||||
ckeywhitelist = list("colorlessspy")
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/obj/item/toy/plush/gs13
|
||||
icon = 'icons/obj/plushes.dmi'
|
||||
icon = 'GainStation13/icons/obj/plushes.dmi'
|
||||
|
||||
/obj/item/toy/plush/gs13/metha
|
||||
name = "Magical Captain plushie"
|
||||
@@ -71,3 +71,8 @@
|
||||
desc = "A plush of a chunky greaseball."
|
||||
icon_state = "delta"
|
||||
attack_verb = list("squished", "hugged", "smushed")
|
||||
|
||||
/obj/item/toy/plush/gs13/metis
|
||||
desc = "A plush of black-furred nerdy goat."
|
||||
icon_state = "metis"
|
||||
attack_verb = list("squished", "goated", "baah'd")
|
||||
|
||||
Reference in New Issue
Block a user