From 76872e3a366c8846998876a22c4911b69eae4000 Mon Sep 17 00:00:00 2001 From: crazyraio2 <44246096+crazyraio2@users.noreply.github.com> Date: Sun, 26 Jul 2020 15:29:48 -0300 Subject: [PATCH] and i forgot one file --- sandcode/code/modules/custom_loadout/custom_items.dm | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 sandcode/code/modules/custom_loadout/custom_items.dm diff --git a/sandcode/code/modules/custom_loadout/custom_items.dm b/sandcode/code/modules/custom_loadout/custom_items.dm new file mode 100644 index 0000000000..6e845700b9 --- /dev/null +++ b/sandcode/code/modules/custom_loadout/custom_items.dm @@ -0,0 +1,7 @@ +//Gift for Judas2Priest +/obj/item/toy/plush/eevee + name = "Eevee" + desc = "You might have seen this fluffy creature somewhere sometime ago but you can't guite but your finger on it" + icon = 'sandcode/icons/obj/plushies.dmi' + icon_state = "eevee" + item_state = "eevee"