diff --git a/code/game/gamemodes/clock_cult/clock_structures/eminence_spire.dm b/code/game/gamemodes/clock_cult/clock_structures/eminence_spire.dm index 2fa682ff5c..ef035234d0 100644 --- a/code/game/gamemodes/clock_cult/clock_structures/eminence_spire.dm +++ b/code/game/gamemodes/clock_cult/clock_structures/eminence_spire.dm @@ -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, "You feel the omniscient gaze turn into a puzzled frown. Perhaps you should just stick to building.") + return + /obj/structure/destructible/clockwork/eminence_spire/attack_ghost(mob/user) if(!IsAdminGhost(user)) return