This commit is contained in:
Zuhayr
2015-05-12 13:11:15 +09:30
parent 495952ff5d
commit 3184f157e9
10 changed files with 36 additions and 92 deletions

View File

@@ -154,7 +154,7 @@
if(!isnull(ores_stored[O.material]))
ores_stored[O.material]++
del(O)
qdel(O)
if(!active)
return

View File

@@ -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)