mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
I'm not entirely sure how or why ghosting broke, but it should work again. My testing indicated that attempting to ghost via the verb wasn't even calling the proc. Shunted adminghosting to a seperate proc that lacks the deadedness check since the adminness check was seemingly the source of the fuckup.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1314 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -1172,7 +1172,7 @@
|
||||
src.holder.state = 2
|
||||
update_admins(rank)
|
||||
if(!istype(src.mob, /mob/dead/observer))
|
||||
src.mob.ghostize(1)
|
||||
src.mob.adminghostize(1)
|
||||
src << "\blue You are now observing"
|
||||
|
||||
/client/proc/admin_play()
|
||||
|
||||
Reference in New Issue
Block a user