Merge pull request #3752 from Citadel-Station-13/upstream-merge-32272

[MIRROR] [s] Makes it so non-admins cannot activate the Ark
This commit is contained in:
LetterJay
2017-11-02 02:24:27 -04:00
committed by GitHub
@@ -266,7 +266,7 @@
CHECK_TICK
/obj/structure/destructible/clockwork/massive/celestial_gateway/attack_ghost(mob/user)
if(!user.client || !user.client.holder)
if(!IsAdminGhost(user))
return
if(GLOB.servants_active)
to_chat(user, "<span class='danger'>The Ark is already counting down.</span>")