Merge pull request #5074 from Citadel-Station-13/upstream-merge-34611

[MIRROR] One can no longer use cogscarab as a form of Eminence priority.
This commit is contained in:
LetterJay
2018-01-24 20:45:16 -06:00
committed by GitHub

View File

@@ -35,6 +35,13 @@
else
nomination(user)
/obj/structure/destructible/clockwork/eminence_spire/attack_drone(mob/living/simple_animal/drone/user)
if(!is_servant_of_ratvar(user))
..()
else
to_chat(user, "<span class='warning'>You feel the omniscient gaze turn into a puzzled frown. Perhaps you should just stick to building.</span>")
return
/obj/structure/destructible/clockwork/eminence_spire/attack_ghost(mob/user)
if(!IsAdminGhost(user))
return