Merge pull request #34620 from ShizCalev/color-correction

Corrects tile color defines
This commit is contained in:
Jordan Brown
2018-01-19 12:24:00 -06:00
committed by CitadelStationBot
parent c6f227fc18
commit 7a6796eb76
3 changed files with 33 additions and 17 deletions
+1
View File
@@ -13,6 +13,7 @@
//#define TURF_LAYER 2 //For easy recordkeeping; this is a byond define
#define MID_TURF_LAYER 2.02
#define HIGH_TURF_LAYER 2.03
#define TURF_PLATING_DECAL_LAYER 2.031
#define TURF_DECAL_LAYER 2.039 //Makes turf decals appear in DM how they will look inworld.
#define ABOVE_OPEN_TURF_LAYER 2.04
#define CLOSED_TURF_LAYER 2.05