mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-02-08 07:08:30 +00:00
15 lines
338 B
Plaintext
15 lines
338 B
Plaintext
/turf/simulated/mineral
|
|
var/ignore_oregen = FALSE
|
|
var/ignore_cavegen = FALSE
|
|
|
|
/turf/simulated/mineral/ignore_oregen
|
|
ignore_oregen = TRUE
|
|
|
|
/turf/simulated/mineral/floor/ignore_oregen
|
|
ignore_oregen = TRUE
|
|
|
|
/turf/simulated/mineral/ignore_cavegen
|
|
ignore_cavegen = TRUE
|
|
|
|
/turf/simulated/mineral/floor/ignore_cavegen
|
|
ignore_cavegen = TRUE |