mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-30 07:27:57 +01:00
Removed unneeded code
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user