diff --git a/code/game/turfs/simulated/walls.dm b/code/game/turfs/simulated/walls.dm index d41f2aa6e91..4fd11515506 100644 --- a/code/game/turfs/simulated/walls.dm +++ b/code/game/turfs/simulated/walls.dm @@ -313,13 +313,4 @@ thermite = 0 spawn(50) if(O) qdel(O) - return - -/turf/simulated/wall/meteorhit(obj/M as obj) - if (prob(15)) - dismantle_wall() - else if(prob(70)) - ChangeTurf(/turf/simulated/floor/plating) - else - ReplaceWithLattice() - return 0 \ No newline at end of file + return \ No newline at end of file