Fix exoplanet theming and lighting (#15083)

This commit is contained in:
Wildkins
2022-11-12 22:41:52 +01:00
committed by GitHub
parent b8677824ff
commit 158d7f68e2
10 changed files with 83 additions and 32 deletions
@@ -10,6 +10,8 @@
var/cell_dead_value = FLOOR_CHAR // As above for death.
var/cell_threshold = 5 // Cell becomes alive with this many live neighbors.
var/datum/exoplanet_theme/planet_theme // Theme used for exoplanet automata
// Automata-specific procs and processing.
/datum/random_map/automata/generate_map()
for(var/iter = 1 to iterations)