loadout stuff

- added metis plush
- added wheely heels for a donator
This commit is contained in:
evilew
2024-11-01 16:10:30 +01:00
parent 95967c169a
commit 537966ca0c
4 changed files with 19 additions and 2 deletions
+12
View File
@@ -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")
+6 -1
View File
@@ -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")