diff --git a/nsv13/code/game/objects/items/storage_items.dm b/nsv13/code/game/objects/items/storage_items.dm index b4a82d0cde0..64d354d1d94 100644 --- a/nsv13/code/game/objects/items/storage_items.dm +++ b/nsv13/code/game/objects/items/storage_items.dm @@ -67,7 +67,7 @@ name = "\improper DIY plushbomb kit" /obj/item/storage/box/syndie_kit/plushie/PopulateContents() - new /obj/item/toy/plush/synlfigher - new /obj/item/kitchen/knife/combat/survival - new /obj/item/grenade/syndieminibomb - new /obj/item/screwdriver + new /obj/item/toy/plush/synlfighter(src) + new /obj/item/kitchen/knife/combat/survival(src) + new /obj/item/grenade/syndieminibomb(src) + new /obj/item/screwdriver(src)