mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 04:27:35 +01:00
TG Supermatter Port
This commit is contained in:
@@ -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)
|
||||
Reference in New Issue
Block a user