[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
+1 -1
View File
@@ -7,7 +7,7 @@
var/list/archdrops
var/wet
/turf/open/Initialize()
/turf/open/ComponentInitialize()
. = ..()
if(wet)
AddComponent(/datum/component/wet_floor, wet, INFINITY, 0, INFINITY, TRUE)