Fix turf slip value persisting through turf change (#19597)

* fix that

* Update turf_changing.dm

---------

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
Will
2026-07-10 23:44:15 +02:00
committed by GitHub
co-authored by Kashargul
parent be0b056a79
commit 38662f1865
+3
View File
@@ -93,6 +93,9 @@
W_sim.shandler.manualInit()
if(old_fire)
old_fire.RemoveFire()
if(istype(N, /turf/simulated))
var/turf/simulated/new_turf = N
new_turf.wet = initial(new_turf.wet)
if(tell_universe)
GLOB.universe.OnTurfChange(W)