Merge pull request #2290 from Citadel-Station-13/upstream-merge-29735

[MIRROR] Fixes being able to "stomp out" sigils with telekinesis
This commit is contained in:
LetterJay
2017-08-07 07:26:30 -05:00
committed by GitHub
@@ -19,6 +19,9 @@
return 1
return ..()
/obj/effect/clockwork/sigil/attack_tk(mob/user)
return //you can't tk stomp sigils, but you can hit them with something
/obj/effect/clockwork/sigil/attack_hand(mob/user)
if(iscarbon(user) && !user.stat && !is_servant_of_ratvar(user))
user.visible_message("<span class='warning'>[user] stamps out [src]!</span>", "<span class='danger'>You stomp on [src], scattering it into thousands of particles.</span>")