From bcc9473e028877503d86e6a452c45c9a79bd0adc Mon Sep 17 00:00:00 2001 From: joep van der velden Date: Thu, 27 Sep 2018 23:22:08 +0200 Subject: [PATCH] Removed unneeded code --- code/modules/recycling/disposal.dm | 9 --------- 1 file changed, 9 deletions(-) diff --git a/code/modules/recycling/disposal.dm b/code/modules/recycling/disposal.dm index da54bfd9e92..9de8033a00f 100644 --- a/code/modules/recycling/disposal.dm +++ b/code/modules/recycling/disposal.dm @@ -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