ChangeTurf icon fix

This commit is contained in:
Mark van Alphen
2019-06-03 03:25:48 +02:00
parent 6aba8f9e52
commit 2c4c378775
6 changed files with 23 additions and 17 deletions
@@ -321,7 +321,7 @@ var/global/dmm_suite/preloader/_preloader = new
var/turf/T = locate(x,y,z)
if(T)
if(ispath(path, /turf))
T.ChangeTurf(path, TRUE)
T.ChangeTurf(path, defer_change = TRUE, keep_icon = FALSE)
instance = T
else if(ispath(path, /area))