mirror of
https://github.com/fulpstation/fulpstation.git
synced 2025-12-10 10:01:40 +00:00
Fixes.
This commit is contained in:
@@ -579,7 +579,7 @@
|
||||
return
|
||||
if(LAZYLEN(candidates))
|
||||
var/mob/dead/observer/C = pick(candidates)
|
||||
to_chat(M, "<span class='boldnotice'>You have been noticed by a ghost, and it has possessed you!</span>")
|
||||
to_chat(M, "<span class='boldnotice'>You have been noticed by a ghost and it has possessed you!</span>")
|
||||
var/oldkey = M.key
|
||||
M.ghostize(0)
|
||||
M.key = C.key
|
||||
|
||||
Reference in New Issue
Block a user