Makes it so non-admins cannot activate the Ark (#32272)

This commit is contained in:
MoreRobustThanYou
2017-11-01 08:12:48 -04:00
committed by CitadelStationBot
parent 56c534fa62
commit 6fbb326242
@@ -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>")