Uses inheritance

Since all of these fields are retrieved from the parent, they are no longer necesary at the childs.
This commit is contained in:
awdaw
2020-08-25 21:29:20 +02:00
parent 8c076c5f17
commit 9e02300e7d
-8
View File
@@ -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