From 5f39cc51e845cd6e2c4014aa5d019e3bbd15fea0 Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Mon, 23 Aug 2021 23:18:42 +0200 Subject: [PATCH] Stops apprentices spawning with spellbooks due my stupid mistake. (#60992) (#7725) Co-authored-by: Mothblocks <35135081+Mothblocks@users.noreply.github.com> Co-authored-by: jughu Co-authored-by: Mothblocks <35135081+Mothblocks@users.noreply.github.com> --- code/modules/clothing/outfits/standard.dm | 1 + 1 file changed, 1 insertion(+) 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"