Fixes wet floor scaling (#36697)

* Fixes wet floor scaling

* Meh lets not
This commit is contained in:
kevinz000
2018-03-26 10:49:42 -05:00
committed by CitadelStationBot
parent c579d81f4c
commit 4773743eab
4 changed files with 11 additions and 4 deletions
+1 -1
View File
@@ -195,7 +195,7 @@ GLOBAL_LIST_EMPTY(bloody_footprints_cache)
#define IS_WET_OPEN_TURF(O) O.GetComponent(/datum/component/wet_floor)
//Maximum amount of time, (in deciseconds) a tile can be wet for.
#define MAXIMUM_WET_TIME 3000
#define MAXIMUM_WET_TIME 5 MINUTES
//unmagic-strings for types of polls
#define POLLTYPE_OPTION "OPTION"