Fixes indoor weather, hopefully for real this time.

This commit is contained in:
Neerti
2018-07-19 20:25:05 -04:00
parent fb052bc114
commit bca4277e4f
5 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -153,7 +153,7 @@
return 0
if(build_turf)
T.ChangeTurf(build_turf)
T.ChangeTurf(build_turf, preserve_outdoors = TRUE)
else if(build_other)
new build_other(T)
else