rebalances durations.

Rebalances durations because i increased the handlewet timer.
This commit is contained in:
nullbear
2016-05-02 06:43:39 -07:00
parent f97c8c2af4
commit a7fc4b8523
7 changed files with 25 additions and 17 deletions
+1 -1
View File
@@ -182,7 +182,7 @@
else
if(istype(loc, /turf/open))
var/turf/open/tile = loc
tile.MakeSlippery(min = 10, max = 5)
tile.MakeSlippery(min = 5, max = 1)
/obj/machinery/shower/attackby(obj/item/I, mob/user, params)