mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 03:27:05 +01:00
fixes a to_chat runtime (#22646)
This commit is contained in:
@@ -320,7 +320,7 @@ GLOBAL_LIST_EMPTY(antagonists)
|
||||
if(!length(candidates))
|
||||
return FALSE
|
||||
var/mob/dead/observer/C = pick(candidates)
|
||||
to_chat(owner, "Your mob has been taken over by a ghost! Appeal your job ban if you want to avoid this in the future!")
|
||||
to_chat(owner.current, "Your mob has been taken over by a ghost! Appeal your job ban if you want to avoid this in the future!")
|
||||
message_admins("[key_name_admin(C)] has taken control of ([key_name_admin(owner.current)]) to replace a jobbaned player.")
|
||||
owner.current.ghostize(FALSE)
|
||||
owner.current.key = C.key
|
||||
|
||||
Reference in New Issue
Block a user