Dammit tiger

This commit is contained in:
Aurorablade
2017-11-26 20:46:08 -05:00
parent 24e2e507d4
commit ce31ef8f9c
+1 -1
View File
@@ -70,7 +70,7 @@ var/global/list/antagonists = list()
var/mob/dead/observer/theghost = null
if(candidates.len)
theghost = pick(candidates)
to_chat(owner, "<span class = 'warning'> Your mob has been taken over by a ghost! Appeal your role ban if you want to avoid this in the future!</span>")
to_chat(owner, "<span class='warning'> Your mob has been taken over by a ghost! Appeal your role ban if you want to avoid this in the future!</span>")
message_admins("[key_name_admin(theghost)] has taken control of ([key_name_admin(owner.current)]) to replace a jobbaned player.")
log_admin("[key_name_admin(theghost)] has taken control of ([key_name_admin(owner.current)]) to replace a jobbaned player.")
owner.current.ghostize(0)