TG Supermatter Port

This commit is contained in:
Fox-McCloud
2015-06-30 21:07:08 -04:00
parent c2567b92a8
commit 62ef1cb7e2
15 changed files with 316 additions and 497 deletions
@@ -244,7 +244,7 @@
/obj/singularity/proc/consume(var/atom/A)
var/gain = A.singularity_act(current_size)
src.energy += gain
if(istype(A, /obj/machinery/power/supermatter) && !consumedSupermatter)
if(istype(A, /obj/machinery/power/supermatter_shard) && !consumedSupermatter)
desc = "[initial(desc)] It glows fiercely with inner fire."
name = "supermatter-charged [initial(name)]"
consumedSupermatter = 1