Fixes apprentices in check antags/roundend list

This commit is contained in:
AnturK
2017-10-15 18:16:38 +02:00
committed by CitadelStationBot
parent d695eb7513
commit c85e760eac
+2 -2
View File
@@ -166,10 +166,10 @@
owner.announce_objectives()
/datum/antagonist/wizard/apprentice/register()
SSticker.mode.apprentices |= src
SSticker.mode.apprentices |= owner
/datum/antagonist/wizard/apprentice/unregister()
SSticker.mode.apprentices -= src
SSticker.mode.apprentices -= owner
/datum/antagonist/wizard/apprentice/equip_wizard()
. = ..()