From 231bf92ff9af635c7f5a6c480ced9add7a70ef08 Mon Sep 17 00:00:00 2001 From: Cheridan Date: Tue, 13 May 2014 14:11:22 -0500 Subject: [PATCH] fixing conflict in walls.dm i cry --- code/game/turfs/simulated/walls.dm | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) 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