Removed unneeded code

This commit is contained in:
joep van der velden
2018-09-27 23:22:08 +02:00
parent 74fa2e38e8
commit bcc9473e02
-9
View File
@@ -760,17 +760,8 @@
return
if(T.intact && istype(T,/turf/simulated/floor)) //intact floor, pop the tile
var/turf/simulated/floor/F = T
//F.health = 100
//F.burnt = 0
//F.intact = 0
//F.levelupdate()
new F.builtin_tile.type(H)
F.remove_tile(null,TRUE,FALSE)
//new /obj/item/stack/tile(H) // add to holder so it will be thrown with other stuff
//F.icon_state = "Floor[F.burnt ? "1" : ""]"
if(direction) // direction is specified
if(istype(T, /turf/space)) // if ended in space, then range is unlimited