diff --git a/GainStation13/code/game/donator.dm b/GainStation13/code/game/donator.dm index cf74042a42..b7b955b6e5 100644 --- a/GainStation13/code/game/donator.dm +++ b/GainStation13/code/game/donator.dm @@ -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") diff --git a/GainStation13/code/game/plushes.dm b/GainStation13/code/game/plushes.dm index d4360f85f9..0e71e5ee81 100644 --- a/GainStation13/code/game/plushes.dm +++ b/GainStation13/code/game/plushes.dm @@ -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") diff --git a/GainStation13/icons/obj/plushes.dmi b/GainStation13/icons/obj/plushes.dmi index e520771105..e6485b71a9 100644 Binary files a/GainStation13/icons/obj/plushes.dmi and b/GainStation13/icons/obj/plushes.dmi differ diff --git a/tgstation.dme b/tgstation.dme index 028f44d476..dfc174ddc5 100644 --- a/tgstation.dme +++ b/tgstation.dme @@ -4077,6 +4077,7 @@ #include "hyperstation\code\game\objects\railings.dm" #include "hyperstation\code\game\objects\structures\bench.dm" #include "hyperstation\code\game\objects\structures\sauna_oven.dm" +#include "hyperstation\code\modules\traits.dm" #include "hyperstation\code\modules\arousal\arousalhud.dm" #include "hyperstation\code\modules\clothing\sizeaccessories.dm" #include "hyperstation\code\modules\food_and_drinks\recipes\drinks_recipes.dm" @@ -4089,7 +4090,6 @@ #include "hyperstation\code\modules\resize\sizechems.dm" #include "hyperstation\code\modules\resize\sizegun.dm" #include "hyperstation\code\modules\surgery\organs\augments_arms.dm" -#include "hyperstation\code\modules\traits.dm" #include "hyperstation\code\obj\ashtray.dm" #include "hyperstation\code\obj\decal.dm" #include "hyperstation\code\obj\fleshlight.dm"