From bcd58ef0037ce3e6045ceaeba02ac64fd9062f35 Mon Sep 17 00:00:00 2001 From: awdaw Date: Tue, 25 Aug 2020 01:26:39 +0200 Subject: [PATCH] Fizes a typo in the filename declaration --- code/datums/ruins/space.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/datums/ruins/space.dm b/code/datums/ruins/space.dm index b022a9b211c..d6c51153fce 100644 --- a/code/datums/ruins/space.dm +++ b/code/datums/ruins/space.dm @@ -249,9 +249,9 @@ always_place = TRUE // Its designed to make exploring other space ruins more accessible cost = 0 // Force spawned so shouldnt have a cost -/datum/map_template/ruin/space/syndicakesfactory - id = "syndicakesfactory" - suffix = "syndicakesfactory.dmm" +/datum/map_template/ruin/space/syndiecakesfactory + id = "Syndiecakes Factory" + suffix = "syndiecakesfactory.dmm" name = "Syndicakes Factory" description = "Syndicate used to get funds selling corgi cakes produced here. Was it hit by meteors or by a Nanotrasen comando?" allow_duplicates = FALSE //just in case