diff --git a/code/game/objects/items/weapons/storage/boxes.dm b/code/game/objects/items/weapons/storage/boxes.dm index dc99a7b2ca..84a17ac9d1 100644 --- a/code/game/objects/items/weapons/storage/boxes.dm +++ b/code/game/objects/items/weapons/storage/boxes.dm @@ -63,7 +63,9 @@ /obj/item/weapon/storage/box/survival/synth name = "synthetic supply box" desc = "A survival box issued to synthetic crew members for use in emergency situations." - starts_with = list() + starts_with = list( + /obj/item/clothing/glasses/goggles //VOREStation Add - Goggles for the phoron atmosphere, + ) /obj/item/weapon/storage/box/survival/comp name = "emergency supply box"