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:
@@ -35,6 +35,13 @@
|
|||||||
else
|
else
|
||||||
nomination(user)
|
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)
|
/obj/structure/destructible/clockwork/eminence_spire/attack_ghost(mob/user)
|
||||||
if(!IsAdminGhost(user))
|
if(!IsAdminGhost(user))
|
||||||
return
|
return
|
||||||
|
|||||||
Reference in New Issue
Block a user