mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 20:47:10 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user