mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-01-04 14:33:58 +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 |