[MIRROR] More horrible 515 proc compatibility. [MDB IGNORE] (#17671)

* More horrible 515 proc compatibility.

* Feex

* Hopefully we're done now

Co-authored-by: AnturK <AnturK@users.noreply.github.com>
Co-authored-by: GoldenAlpharex <58045821+GoldenAlpharex@users.noreply.github.com>
This commit is contained in:
SkyratBot
2022-11-27 14:46:36 -08:00
committed by GitHub
co-authored by AnturK GoldenAlpharex
parent ddb1513099
commit 257feb1be7
95 changed files with 124 additions and 119 deletions
@@ -18,7 +18,7 @@
SSmapping.used_turfs -= reserved_turfs
reserved_turfs = list()
// Makes the linter happy, even tho we don't await this
INVOKE_ASYNC(SSmapping, /datum/controller/subsystem/mapping/proc/reserve_turfs, reserved_copy)
INVOKE_ASYNC(SSmapping, TYPE_PROC_REF(/datum/controller/subsystem/mapping, reserve_turfs), reserved_copy)
/datum/turf_reservation/proc/Reserve(width, height, zlevel)
if(width > world.maxx || height > world.maxy || width < 1 || height < 1)