mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-27 23:28:10 +01:00
atom_flags tests snafu corrections
This commit is contained in:
@@ -392,7 +392,7 @@ var/global/list/mining_overlay_cache = list()
|
||||
|
||||
/turf/simulated/mineral/proc/UpdateMineral()
|
||||
clear_ore_effects()
|
||||
if(initialized && istype(mineral))
|
||||
if((atom_flags & ATOM_INITIALIZED) && istype(mineral))
|
||||
new /obj/effect/mineral(src, mineral)
|
||||
update_icon()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user