Turf slip component [NEEDS TESTING] (#18057)

* turf slip component

* remove magic numbers

* don't dupe timers

* Water fix, lube buff

* fix

---------

Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
Will
2025-09-24 08:35:10 -04:00
committed by GitHub
co-authored by Cameron Lennox
parent 1dc870c0d0
commit 0065c96769
5 changed files with 109 additions and 57 deletions
+1 -1
View File
@@ -1524,7 +1524,7 @@
for(var/turf/simulated/T in trange(5, get_turf(holder.my_atom)))
if(!istype(T))
continue
T.wet = 1
T.wet = TURFSLIP_WET
T.freeze_floor()
..()