[MIRROR] Antique Antimatter Core RTG (#10477)

Co-authored-by: Will <7099514+Willburd@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-03-21 00:08:15 +01:00
committed by GitHub
co-authored by Will
parent 5fd7b79c56
commit ffa35bb936
2 changed files with 52 additions and 0 deletions
+8
View File
@@ -17,6 +17,11 @@
qdel(src)
return
if(prob(5))
visible_message(span_warning("\The [src] fizzles out and collapses."))
qdel(src)
return
//DESTROYING STUFF AT THE EPICENTER
for(var/mob/living/M in orange(1,src))
qdel(M)
@@ -105,3 +110,6 @@
var/base_turf = get_base_turf_by_area(src)
if(ST.type != base_turf)
ST.ChangeTurf(base_turf)
/obj/effect/bhole/ex_act(strength) // Don't get destroyed by explosions. Why would we?
return