mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 02:34:00 +00:00
qdel
This commit is contained in:
@@ -154,7 +154,7 @@
|
||||
if(!isnull(ores_stored[O.material]))
|
||||
ores_stored[O.material]++
|
||||
|
||||
del(O)
|
||||
qdel(O)
|
||||
|
||||
if(!active)
|
||||
return
|
||||
|
||||
@@ -236,7 +236,7 @@
|
||||
|
||||
/turf/simulated/mineral/proc/clear_ore_effects()
|
||||
for(var/obj/effect/mineral/M in contents)
|
||||
del(M)
|
||||
qdel(M)
|
||||
|
||||
/turf/simulated/mineral/proc/DropMineral()
|
||||
if(!mineral)
|
||||
|
||||
Reference in New Issue
Block a user