mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 20:48:56 +01:00
Merge pull request #8106 from Ikarrus/preserveobjectives
Preserve Objectives when admins remove antag status
This commit is contained in:
@@ -110,7 +110,6 @@
|
||||
qdel(changeling)
|
||||
changeling = null
|
||||
special_role = null
|
||||
remove_objectives()
|
||||
remove_antag_equip()
|
||||
|
||||
/datum/mind/proc/remove_traitor()
|
||||
@@ -121,7 +120,6 @@
|
||||
A.set_zeroth_law("")
|
||||
A.show_laws()
|
||||
special_role = null
|
||||
remove_objectives()
|
||||
remove_antag_equip()
|
||||
|
||||
/datum/mind/proc/remove_nukeop()
|
||||
@@ -137,7 +135,6 @@
|
||||
ticker.mode.wizards -= src
|
||||
current.spellremove(current)
|
||||
special_role = null
|
||||
remove_objectives()
|
||||
remove_antag_equip()
|
||||
|
||||
/datum/mind/proc/remove_cultist()
|
||||
|
||||
Reference in New Issue
Block a user