mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-23 20:17:15 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user