diff --git a/modular_citadel/code/modules/client/loadout/backpack.dm b/modular_citadel/code/modules/client/loadout/backpack.dm index 9f12dd8b03..d6f4819d02 100644 --- a/modular_citadel/code/modules/client/loadout/backpack.dm +++ b/modular_citadel/code/modules/client/loadout/backpack.dm @@ -72,3 +72,13 @@ name = "Box of crayons" category = SLOT_IN_BACKPACK path = /obj/item/storage/crayons + +/datum/gear/toykatana + name = "Toy Katana" + category = SLOT_IN_BACKPACK + path = /obj/item/toy/katana + +/datum/gear/lumeyes + name = "Luminescent eye auto surgeon" + category = SLOT_IN_BACKPACK + path = /obj/item/autosurgeon/gloweyes