Fixes apprentices in check antags/roundend list
This commit is contained in:
committed by
CitadelStationBot
parent
d695eb7513
commit
c85e760eac
@@ -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()
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user