[MIRROR] Fixes stacks and material containers, fixes wet floors (#6008)

* Fixes stacks and material containers, fixes wet floors (#36497)

* Fixes stacks and material containers, fixes wet floors
This commit is contained in:
CitadelStationBot
2018-03-19 21:06:33 -05:00
committed by Poojawa
parent c17da68be6
commit 1fd5de5bfe
5 changed files with 77 additions and 58 deletions
+2 -2
View File
@@ -188,9 +188,9 @@ GLOBAL_LIST_EMPTY(bloody_footprints_cache)
//Wet floor type flags. Stronger ones should be higher in number.
#define TURF_DRY 0
#define TURF_WET_WATER 1
#define TURF_WET_LUBE 2
#define TURF_WET_PERMAFROST 2
#define TURF_WET_ICE 4
#define TURF_WET_PERMAFROST 8
#define TURF_WET_LUBE 8
#define IS_WET_OPEN_TURF(O) O.GetComponent(/datum/component/wet_floor)