mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-17 21:32:05 +00:00
6 lines
186 B
Plaintext
6 lines
186 B
Plaintext
/datum/mind/proc/remove_slaver()
|
|
var/datum/antagonist/slaver/slaver = has_antag_datum(/datum/antagonist/slaver,TRUE)
|
|
if(slaver)
|
|
remove_antag_datum(slaver.type)
|
|
special_role = null
|