Fixes Space-Ruin Issues (#6404)

* Fixes Space-Ruin Issues

Fixes Load-Time and Lighting issues on the Space Ruins by moving the loading of the ruins into Atlas

* Reworks the space ruin loader

It´s now based on a json file which allows to set the weight of the ruins, add various tags with a specified weight and restrict the maps the ruin can be used in

* Fixes compile warnings

* Change z-levels in aurora.dm

* Moves the SubSystem

* Changes the player_levels back again since the away mission is now loaded after the z expansion
This commit is contained in:
Werner
2019-05-09 01:12:28 +02:00
committed by GitHub
parent 92d0f712be
commit 87efc6aea3
8 changed files with 225 additions and 113 deletions
+1 -1
View File
@@ -24,7 +24,7 @@
else
to_chat(user, "It says '[icon_state]'")
/obj/structure/sign/double/barsign/New()
/obj/structure/sign/double/barsign/Initialize()
..()
icon_state = pick(get_valid_states())