fix change turf (#16860)

This commit is contained in:
Kashargul
2025-01-08 15:22:48 +01:00
committed by GitHub
parent 7c7666d670
commit f5fcdb9cef
+1 -1
View File
@@ -120,7 +120,7 @@
/turf/simulated/wall/ChangeTurf(var/turf/N, var/tell_universe, var/force_lighting_update, var/preserve_outdoors)
clear_plants()
..(N, tell_universe, force_lighting_update, preserve_outdoors)
. = ..(N, tell_universe, force_lighting_update, preserve_outdoors)
//Appearance
/turf/simulated/wall/examine(mob/user)