From 1f1bd8750945efae836c8f3eef15a7af2394aa40 Mon Sep 17 00:00:00 2001 From: Razgriz Date: Thu, 16 Jul 2020 20:03:28 -0700 Subject: [PATCH] Fix Hangar Locations Forgot to increase numerically --- code/modules/events/mutants.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/modules/events/mutants.dm b/code/modules/events/mutants.dm index 706c93e13f..82d6365cac 100644 --- a/code/modules/events/mutants.dm +++ b/code/modules/events/mutants.dm @@ -47,10 +47,10 @@ if(LOC_HANGAR1) spawn_area_type = /area/hangar/one locstring = "the hangar deck" - if(LOC_HANGAR1) + if(LOC_HANGAR2) spawn_area_type = /area/hangar/two locstring = "the hangar deck" - if(LOC_HANGAR1) + if(LOC_HANGAR3) spawn_area_type = /area/hangar/three locstring = "the hangar deck" @@ -97,4 +97,4 @@ #undef LOC_HANGAR3 #undef VERM_RATS -#undef VERM_LIZARDS \ No newline at end of file +#undef VERM_LIZARDS