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
@@ -108,6 +108,6 @@
/datum/species/nucleation/handle_death(var/mob/living/carbon/human/H)
var/turf/T = get_turf(H)
H.visible_message("\red[H]'s body explodes, leaving behind a pile of microscopic crystals!")
supermatter_delamination(T, 2, 0, 0) // Create a small supermatter burst upon death
new /obj/item/weapon/shard/supermatter( T )
explosion(T, 0, 0, 2, 2) // Create a small explosion burst upon death
// new /obj/item/weapon/shard/supermatter( T )
del(H)