diff --git a/code/game/gamemodes/miniantags/hades/hades.dm b/code/game/gamemodes/miniantags/hades/hades.dm index d9882cf21b4..667f0347c4b 100644 --- a/code/game/gamemodes/miniantags/hades/hades.dm +++ b/code/game/gamemodes/miniantags/hades/hades.dm @@ -82,14 +82,6 @@ /mob/living/simple_animal/hostile/hades/New() ..() - //helper_datums/map_template.dmm make this a generic function - - var/list/bounds = maploader.load_map('_maps/map_files/generic/chapel.dmm') - initTemplateBounds(bounds) - log_game("Chapel of Sin loaded by [src] spawning.") - - // - sinLightning = new/obj/effect/proc_holder/spell/targeted/lightning(src) sinLightning.charge_max = 1 @@ -613,4 +605,4 @@ #undef STATE_JUDGE #undef STATE_WRATH -#undef STATE_FLEE \ No newline at end of file +#undef STATE_FLEE