mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-22 11:38:12 +01:00
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:
@@ -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()
|
||||
..()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user