basic ref regex

makes the proc calls compatible with 515
This commit is contained in:
BongaTheProto
2024-03-11 19:46:05 -05:00
parent 051f51ca10
commit 1883c47d5c
954 changed files with 2442 additions and 2433 deletions
@@ -15,7 +15,7 @@ INITIALIZE_IMMEDIATE(/obj/modular_map_root)
/obj/modular_map_root/Initialize(mapload)
. = ..()
INVOKE_ASYNC(src, .proc/load_map)
INVOKE_ASYNC(src, PROC_REF(load_map))
/// Randonly selects a map file from the TOML config specified in config_file, loads it, then deletes itself.
/obj/modular_map_root/proc/load_map()