mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-12 23:53:47 +01:00
and fixes the picker emitting the item / mob destruction messages
This commit is contained in:
@@ -73,8 +73,8 @@
|
||||
//Deletes objects and mobs from the beacon's turf.
|
||||
/obj/item/enginepicker/proc/clearturf(var/turf/T)
|
||||
for(var/obj/item/I in T)
|
||||
visible_message("\The [I] gets crushed to dust!")
|
||||
I.visible_message("\The [I] gets crushed to dust!")
|
||||
qdel(I)
|
||||
for(var/mob/living/M in T)
|
||||
visible_message("\The [M] gets obliterated!")
|
||||
M.visible_message("\The [M] gets obliterated!")
|
||||
M.gib()
|
||||
Reference in New Issue
Block a user