From 36da9ea2fb2f722d268fb1995eb1e281ba807ffd Mon Sep 17 00:00:00 2001 From: DGamerL <108773801+DGamerL@users.noreply.github.com> Date: Thu, 26 Oct 2023 11:40:13 +0200 Subject: [PATCH] Lemme test this (#22984) --- code/game/gamemodes/wizard/artefact.dm | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/code/game/gamemodes/wizard/artefact.dm b/code/game/gamemodes/wizard/artefact.dm index ce4cb3a5024..82fb80e5a29 100644 --- a/code/game/gamemodes/wizard/artefact.dm +++ b/code/game/gamemodes/wizard/artefact.dm @@ -814,6 +814,14 @@ GLOBAL_LIST_EMPTY(multiverse) H.real_name = "Neko-chan" else H.real_name = "[H.name]-chan" + + H.mind.assigned_role = SPECIAL_ROLE_WIZARD + H.mind.special_role = SPECIAL_ROLE_WIZARD + + var/datum/atom_hud/antag/wizhud = GLOB.huds[ANTAG_HUD_WIZ] + wizhud.join_hud(H) + set_antag_hud(H, "apprentice") + H.say("NYA!~") /obj/item/necromantic_stone/nya