Area tweaks (#20391)

Reworked area changes and power define channels

No player visible changes (hopefully)
This commit is contained in:
Fluffy
2025-02-16 19:53:46 +01:00
committed by GitHub
parent 186f94ff58
commit f3dab68568
49 changed files with 184 additions and 123 deletions
+1 -1
View File
@@ -192,7 +192,7 @@ GLOBAL_LIST_EMPTY(map_count)
T.spawn_roof()
get_additional_spawns(map[tmp_cell],T,get_spawn_dir(x, y))
if(use_area)
ChangeArea(T, use_area)
T.change_area(T.loc, use_area)
return T
/datum/random_map/proc/get_spawn_dir()