From 833ec48c4c156776d74e13d08bce4c719478d797 Mon Sep 17 00:00:00 2001 From: TheFurryFeline <38586851+TheFurryFeline@users.noreply.github.com> Date: Fri, 22 Nov 2019 19:05:15 -0500 Subject: [PATCH] Boss Event Fixy Used to be for Locker Room Maint, which was a dumb name for a maint that's in the FORE of the Chapel area, so... chapel_fore it is. --- code/modules/events/boss.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/events/boss.dm b/code/modules/events/boss.dm index 31bc9dd09c..9d7b0b8f76 100644 --- a/code/modules/events/boss.dm +++ b/code/modules/events/boss.dm @@ -42,7 +42,7 @@ spawn_area_type = /area/hydroponics/garden locstring = "the public garden" if(LOC_MAINTENANCE) - spawn_area_type = /area/maintenance/locker + spawn_area_type = /area/maintenance/chapel_fore locstring = "far northern maintenance tunnels" if(LOC_CONSTR) spawn_area_type = /area/construction @@ -113,4 +113,4 @@ #undef BOSS_DRAGON #undef BOSS_PANTHER #undef BOSS_MOTHER -#undef BOSS_CHUNGUS \ No newline at end of file +#undef BOSS_CHUNGUS