From 9e02300e7dcc1fda56ed10cd08f91bad4f8d33b5 Mon Sep 17 00:00:00 2001 From: awdaw Date: Tue, 25 Aug 2020 21:29:20 +0200 Subject: [PATCH] Uses inheritance Since all of these fields are retrieved from the parent, they are no longer necesary at the childs. --- code/datums/ruins/space.dm | 8 -------- 1 file changed, 8 deletions(-) diff --git a/code/datums/ruins/space.dm b/code/datums/ruins/space.dm index 359792a7ebd..2948a20b9d0 100644 --- a/code/datums/ruins/space.dm +++ b/code/datums/ruins/space.dm @@ -298,16 +298,8 @@ id = "mazeB" suffix = "mazeB.dmm" name = "Maze variant B" - description = "A huge cube with a labyrinth inside." - allow_duplicates = FALSE - always_place = FALSE - cost = 6 //same as above /datum/map_template/ruin/space/maze/variant2 id = "mazeC" suffix = "mazeC.dmm" name = "Maze variant C" - description = "A huge cube with a labyrinth inside." - allow_duplicates = FALSE - always_place = FALSE - cost = 6 //same as above