mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-21 12:08:55 +01:00
Wetting turfs should actually last for some time
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user