diff --git a/code/modules/maps/tg/map_template_vr.dm b/code/modules/maps/tg/map_template_vr.dm new file mode 100644 index 0000000000..cd8a04857d --- /dev/null +++ b/code/modules/maps/tg/map_template_vr.dm @@ -0,0 +1,2 @@ +/datum/map_template/proc/on_map_loaded(z) + return \ No newline at end of file diff --git a/maps/tether/submaps/_tether_submaps.dm b/maps/tether/submaps/_tether_submaps.dm index ec6c785d5d..9363c178f4 100644 --- a/maps/tether/submaps/_tether_submaps.dm +++ b/maps/tether/submaps/_tether_submaps.dm @@ -2,9 +2,6 @@ // This is so Travis can validate PoIs, and ensure future changes don't break PoIs, as PoIs are loaded at runtime and the compiler can't catch errors. //Away missions defined here for testing -/datum/map_template/proc/on_map_loaded(z) - return - /datum/map_template/tether_lateload allow_duplicates = FALSE var/associated_map_datum diff --git a/vorestation.dme b/vorestation.dme index 970036d784..c40498bf8f 100644 --- a/vorestation.dme +++ b/vorestation.dme @@ -1771,6 +1771,7 @@ #include "code\modules\lore_codex\news_data\main.dm" #include "code\modules\maps\tg\dmm_suite.dm" #include "code\modules\maps\tg\map_template.dm" +#include "code\modules\maps\tg\map_template_vr.dm" #include "code\modules\maps\tg\reader.dm" #include "code\modules\materials\fifty_spawner_mats.dm" #include "code\modules\materials\material_recipes.dm"