Supermatter swords can no longer consume space itself to spam radiation at people.

This commit is contained in:
Incoming
2015-12-10 17:13:40 -05:00
parent fcc977fa2f
commit a05e29b27e
@@ -205,6 +205,7 @@
consume_turf(target)
/obj/item/weapon/melee/supermatter_sword/proc/consume_turf(turf/T)
if(istype(T, /turf/space)) return //Can't void the void, baby!
playsound(T, 'sound/effects/supermatter.ogg', 50, 1)
T.visible_message("<span class='danger'>\The [T] smacks into \the [src] and rapidly flashes to ash.</span>",\
"<span class='italics'>You hear a loud crack as you are washed with a wave of heat.</span>")