Merge pull request #17333 from nullbear/less-wetness-updates.-Ice-sliding-in-no-slips-

Wetness stuff.
This commit is contained in:
oranges
2016-05-21 14:46:09 +12:00
11 changed files with 60 additions and 38 deletions
+1 -1
View File
@@ -182,7 +182,7 @@
else
if(istype(loc, /turf/open))
var/turf/open/tile = loc
tile.MakeSlippery()
tile.MakeSlippery(min = 5, max = 1)
/obj/machinery/shower/attackby(obj/item/I, mob/user, params)