Renames the change_area proc to be more accurate (#65758)

This commit is contained in:
Seth Scherer
2022-03-29 15:03:37 -07:00
committed by GitHub
parent 58e776fd6e
commit 868b4cb316
4 changed files with 6 additions and 5 deletions
+2 -1
View File
@@ -91,7 +91,8 @@
reconsider_lights() //The lighting system only cares whether the tile is fully concealed from all directions or not.
/turf/proc/change_area(area/old_area, area/new_area)
///Transfer the lighting of one area to another
/turf/proc/transfer_area_lighting(area/old_area, area/new_area)
if(SSlighting.initialized)
if (new_area.static_lighting != old_area.static_lighting)
if (new_area.static_lighting)