Merge pull request #9515 from Ghommie/Ghommie-cit241

Porting "Moves machine/computer frames and structures below object layer." and lowering trays layer.
This commit is contained in:
kevinz000
2019-10-17 17:29:18 -07:00
committed by GitHub
10 changed files with 6 additions and 7 deletions
+1
View File
@@ -39,6 +39,7 @@
#define DOOR_HELPER_LAYER 2.71 //keep this above OPEN_DOOR_LAYER
#define PROJECTILE_HIT_THRESHHOLD_LAYER 2.75 //projectiles won't hit objects at or below this layer if possible
#define TABLE_LAYER 2.8
#define TRAY_LAYER 2.85
#define BELOW_OBJ_LAYER 2.9
#define LOW_ITEM_LAYER 2.95
//#define OBJ_LAYER 3 //For easy recordkeeping; this is a byond define