diff --git a/code/modules/clothing/outfits/standard.dm b/code/modules/clothing/outfits/standard.dm index 3d1b9f19d6c..6dcb906d13e 100644 --- a/code/modules/clothing/outfits/standard.dm +++ b/code/modules/clothing/outfits/standard.dm @@ -342,6 +342,7 @@ r_pocket = /obj/item/teleportation_scroll/apprentice r_hand = null l_hand = null + backpack_contents = list(/obj/item/storage/box/survival = 1) /datum/outfit/wizard/red name = "Red Wizard"