diff --git a/code/game/machinery/computer/arcade.dm b/code/game/machinery/computer/arcade.dm
index 07eb9b67622..3db362de1f2 100644
--- a/code/game/machinery/computer/arcade.dm
+++ b/code/game/machinery/computer/arcade.dm
@@ -18,7 +18,7 @@
/obj/item/toy/sword = 2,
/obj/item/toy/gun = 2,
/obj/item/toy/crossbow = 2,
- /obj/item/clothing/suit/syndicatefake = 2,
+ /obj/item/weapon/storage/box/fakesyndiesuit = 2,
/obj/item/weapon/storage/fancy/crayons = 2,
/obj/item/toy/spinningtoy = 2,
/obj/item/toy/prize/ripley = 1,
diff --git a/code/game/objects/items/weapons/storage/boxes.dm b/code/game/objects/items/weapons/storage/boxes.dm
index 21d542800ea..f2bd3a159d0 100644
--- a/code/game/objects/items/weapons/storage/boxes.dm
+++ b/code/game/objects/items/weapons/storage/boxes.dm
@@ -384,6 +384,16 @@
new /obj/item/weapon/handcuffs(src)
new /obj/item/weapon/handcuffs(src)
+/obj/item/weapon/storage/box/fakesyndiesuit
+ name = "Space Suit and Helmet"
+ desc = "A sleek, sturdy box used to hold replica spacesuits."
+ icon_state = "box_of_doom"
+
+ New()
+ ..()
+ new /obj/item/clothing/head/syndicatefake(src)
+ new /obj/item/clothing/suit/syndicatefake(src)
+
/obj/item/weapon/storage/box/mousetraps
name = "box of Pest-B-Gon Mousetraps"
desc = "WARNING: Keep out of reach of children."