increases space levels to 4 (#13022)

* Update map_config.dm

* Update code/modules/mapping/map_config.dm

Co-authored-by: Trilbyspaceclone <30435998+Trilbyspaceclone@users.noreply.github.com>

Co-authored-by: Trilbyspaceclone <30435998+Trilbyspaceclone@users.noreply.github.com>
This commit is contained in:
silicons
2020-08-09 06:41:58 -07:00
committed by GitHub
parent ccfe29302f
commit 5abab38613
+1 -1
View File
@@ -20,7 +20,7 @@
var/map_file = "BoxStation.dmm"
var/traits = null
var/space_ruin_levels = 2
var/space_ruin_levels = 4
var/space_empty_levels = 1
var/station_ruin_budget = -1 // can be set to manually override the station ruins budget on maps that don't support station ruins, stopping the error from being unable to place the ruins.