[MIRROR] Adds some customization to ruin loader (#5289)
* Adds some customization to ruin loader * Update maps.dm
This commit is contained in:
committed by
Poojawa
parent
5385333a64
commit
b0fb541b8c
@@ -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"
|
||||
Reference in New Issue
Block a user