From cfd478eb79fe3708249cdb5b5a376b3ba569a863 Mon Sep 17 00:00:00 2001 From: Sawu Date: Thu, 23 Jun 2016 01:05:18 +1000 Subject: [PATCH] Pope Fix Pt.1 --- code/game/gamemodes/miniantags/hades/hades.dm | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) 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