From 67afe4d65e47a821ebbc3c65e86a7e9f3d316c51 Mon Sep 17 00:00:00 2001 From: elgeonmb Date: Sun, 24 Sep 2023 22:10:09 -0700 Subject: [PATCH] fixes errant commas --- code/modules/busy_space/systems.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/busy_space/systems.dm b/code/modules/busy_space/systems.dm index d7aed3ca9a..5333e16b64 100644 --- a/code/modules/busy_space/systems.dm +++ b/code/modules/busy_space/systems.dm @@ -237,7 +237,7 @@ new /datum/lore/location("the Void Star in Nyx", list(ATC_TRANS, ATC_FREIGHT, ATC_LUX)), new /datum/lore/location("Euthenia, Nyx", list(ATC_TYPICAL)), new /datum/lore/location("an Incursion wreck in Nyx", list(ATC_SALVAGE)), - new /datum/lore/location("the Erebus Path Anomaly in Nyx", list(ATC_SCI)), + new /datum/lore/location("the Erebus Path Anomaly in Nyx", list(ATC_SCI)) ) /datum/lore/system/altair //hey do you think altair like. survived the incursion actually @@ -247,7 +247,7 @@ locations = list( new /datum/lore/location("The Stack in Altair", list(ATC_TRANS, ATC_MED, ATC_DEF)), new /datum/lore/location("Becquerel Station in Altair", list(ATC_TYPICAL)), - new /datum/lore/location("The Altair Walled Garden", list(ATC_TRANS, ATC_MED)), + new /datum/lore/location("The Altair Walled Garden", list(ATC_TRANS, ATC_MED)) ) /datum/lore/system/altair/New()