This commit is contained in:
Charlie
2022-02-19 19:53:15 +00:00
committed by GitHub
parent 8cbcee9870
commit 4db0a5f925
+2 -2
View File
@@ -789,8 +789,8 @@
return
if(T.intact && istype(T,/turf/simulated/floor)) //intact floor, pop the tile
var/turf/simulated/floor/F = T
new F.floor_tile(H)
F.remove_tile(null, TRUE, FALSE)
if(F.remove_tile(null, TRUE, FALSE))
new F.floor_tile(H)
if(direction) // direction is specified
if(istype(T, /turf/space)) // if ended in space, then range is unlimited