[MIRROR] Adds some customization to ruin loader (#5289)

* Adds some customization to ruin loader

* Update maps.dm
This commit is contained in:
CitadelStationBot
2018-02-05 02:33:20 -06:00
committed by Poojawa
parent 5385333a64
commit b0fb541b8c
4 changed files with 130 additions and 89 deletions
+9
View File
@@ -76,3 +76,12 @@ Last space-z level = empty
#define CAMERA_LOCK_MINING 2
#define CAMERA_LOCK_CENTCOM 4
#define CAMERA_LOCK_REEBE 8
//Ruin Generation
#define PLACEMENT_TRIES 100 //How many times we try to fit the ruin somewhere until giving up (really should just swap to some packing algo)
#define PLACE_DEFAULT "random"
#define PLACE_SAME_Z "same"
#define PLACE_SPACE_RUIN "space"
#define PLACE_LAVA_RUIN "lavaland"