Wetting turfs should actually last for some time

This commit is contained in:
Joan Lung
2016-06-28 14:28:51 -04:00
parent f4beb93752
commit 8516999a2a
5 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ obj/item/weapon/mop/proc/clean(turf/A)
if(istype(A, /turf/closed))
var/turf/closed/C = A
C.thermite = 0
reagents.reaction(A, TOUCH, 5) //Needed for proper floor wetting.
reagents.reaction(A, TOUCH, 10) //Needed for proper floor wetting.
reagents.remove_any(1) //reaction() doesn't use up the reagents