mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-23 20:17:15 +01:00
Asteroid now processes air properly.
This commit is contained in:
@@ -45,6 +45,7 @@ var/list/mining_overlay_cache = list()
|
||||
icon_state = "asteroid"
|
||||
density = 0
|
||||
opacity = 0
|
||||
blocks_air = 0
|
||||
|
||||
/turf/simulated/mineral/floor/ignore_mapgen
|
||||
ignore_mapgen = 1
|
||||
@@ -54,6 +55,7 @@ var/list/mining_overlay_cache = list()
|
||||
return
|
||||
density = 0
|
||||
opacity = 0
|
||||
blocks_air = 0
|
||||
update_general()
|
||||
|
||||
/turf/simulated/mineral/proc/make_wall()
|
||||
@@ -61,6 +63,7 @@ var/list/mining_overlay_cache = list()
|
||||
return
|
||||
density = 1
|
||||
opacity = 1
|
||||
blocks_air = 1
|
||||
update_general()
|
||||
|
||||
/turf/simulated/mineral/proc/update_general()
|
||||
|
||||
Reference in New Issue
Block a user