Made some object lists less terrible to read
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
var/list/current_state
|
||||
var/width = 10
|
||||
var/height = 10
|
||||
var/list/type_map = list(/turf/open/floor/plating,/turf/closed/wall)
|
||||
var/list/type_map = list(/turf/open/floor/plating, /turf/closed/wall)
|
||||
var/turf/start = null
|
||||
|
||||
/datum/mapGenerator/ca/defineRegion(turf/Start, turf/End, replace = 0)
|
||||
@@ -88,7 +88,7 @@
|
||||
/datum/mapGenerator/ca/caves
|
||||
b_rule = list(5,6,7,8)
|
||||
s_rule = list(4)
|
||||
type_map = list(/turf/open/floor/plating/asteroid/basalt,/turf/closed/mineral/volcanic)
|
||||
type_map = list(/turf/open/floor/plating/asteroid/basalt, /turf/closed/mineral/volcanic)
|
||||
iterations = 5
|
||||
|
||||
/datum/mapGenerator/ca/maze
|
||||
|
||||
Reference in New Issue
Block a user