fixes supermatter being able to disintegrate singularities (#26063)

* Update supermatter.dm

* Update supermatter.dm

* Update supermatter.dm
This commit is contained in:
kevinz000
2017-04-12 09:48:38 +02:00
committed by AnturK
parent 130a61af57
commit abdbcc0b53
@@ -491,6 +491,8 @@
investigate_log("has consumed [key_name(user)].", "supermatter")
user.dust()
matter_power += 200
else if(istype(AM, /obj/singularity))
return
else if(isobj(AM) && !istype(AM, /obj/effect))
investigate_log("has consumed [AM].", "supermatter")
qdel(AM)