Fixes various ghost replacement things

This commit is contained in:
KorPhaeron
2015-12-21 02:43:42 -06:00
parent 96855b3094
commit 7200c74d90
3 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -619,7 +619,7 @@ body
theghost = pick(candidates)
M << "Your mob has been taken over by a ghost!"
message_admins("[key_name_admin(theghost)] has taken control of ([key_name_admin(M)])")
M.ghostize()
M.ghostize(0)
M.key = theghost.key
else
M << "There were no ghosts willing to take control."