Merge pull request #13688 from Fox-McCloud/floor-tile-cleanup

Floor Tile Memory Useage and Initialization
This commit is contained in:
variableundefined
2020-06-27 00:53:34 -04:00
committed by GitHub
7 changed files with 21 additions and 41 deletions
+2 -2
View File
@@ -794,8 +794,8 @@
return
if(T.intact && istype(T,/turf/simulated/floor)) //intact floor, pop the tile
var/turf/simulated/floor/F = T
new F.builtin_tile.type(H)
F.remove_tile(null,TRUE,FALSE)
new F.floor_tile(H)
F.remove_tile(null, TRUE, FALSE)
if(direction) // direction is specified
if(istype(T, /turf/space)) // if ended in space, then range is unlimited