From 88b452595fec2dd1c8b2d6ca0e2419e2d094b07f Mon Sep 17 00:00:00 2001 From: LetterJay Date: Sat, 2 Sep 2017 06:52:03 -0500 Subject: [PATCH] Update antag_spawner.dm --- code/game/gamemodes/antag_spawner.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/gamemodes/antag_spawner.dm b/code/game/gamemodes/antag_spawner.dm index 8a6d0063b9..b13e647571 100644 --- a/code/game/gamemodes/antag_spawner.dm +++ b/code/game/gamemodes/antag_spawner.dm @@ -108,6 +108,7 @@ new_objective.explanation_text = "Protect [usr.real_name], the wizard." M.mind.objectives += new_objective SSticker.mode.apprentices += M.mind + M.mind.assigned_role = "Apprentice" M.mind.special_role = "apprentice" SSticker.mode.update_wiz_icons_added(M.mind) SEND_SOUND(M, sound('sound/effects/magic.ogg'))