mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 20:16:55 +01:00
Fixes mindslaves not giving a de-activation message (#17167)
This commit is contained in:
@@ -23,6 +23,10 @@
|
||||
greet_text = _greet_text
|
||||
return ..()
|
||||
|
||||
/datum/antagonist/mindslave/Destroy()
|
||||
master = null
|
||||
return ..()
|
||||
|
||||
/datum/antagonist/mindslave/on_gain()
|
||||
SSticker.mode.implanted[owner] = master
|
||||
|
||||
@@ -53,7 +57,6 @@
|
||||
var/datum/mindslaves/slaved = owner.som
|
||||
slaved.serv -= owner
|
||||
slaved.leave_serv_hud(owner)
|
||||
master = null
|
||||
return ..()
|
||||
|
||||
/datum/antagonist/mindslave/greet()
|
||||
|
||||
Reference in New Issue
Block a user