mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-19 20:15:47 +01:00
[MIRROR] Renames the change_area proc to be more accurate [MDB IGNORE] (#12372)
* Renames the `change_area` proc to be more accurate (#65758) * Renames the `change_area` proc to be more accurate Co-authored-by: Seth Scherer <supernovaa41@gmx.com>
This commit is contained in:
@@ -629,7 +629,7 @@
|
||||
continue
|
||||
var/area/old_area = oldT.loc
|
||||
underlying_area.contents += oldT
|
||||
oldT.change_area(old_area, underlying_area)
|
||||
oldT.transfer_area_lighting(old_area, underlying_area)
|
||||
oldT.empty(FALSE)
|
||||
|
||||
// Here we locate the bottommost shuttle boundary and remove all turfs above it
|
||||
|
||||
Reference in New Issue
Block a user