From 398b6f48dabcaa713eef2b4e63da4eb7ca39219c Mon Sep 17 00:00:00 2001 From: Razharas Date: Mon, 10 Feb 2014 20:21:03 +0400 Subject: [PATCH] Turbine fix Never change byond, never change --- code/modules/power/turbine.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/power/turbine.dm b/code/modules/power/turbine.dm index acea8ecc846..4a4f8549726 100644 --- a/code/modules/power/turbine.dm +++ b/code/modules/power/turbine.dm @@ -121,7 +121,7 @@ default_deconstruction_crowbar(I) -/obj/machinery/power/compressor/CanAtmosPass(var/turf/T) +/obj/machinery/compressor/CanAtmosPass(var/turf/T) return !density /obj/machinery/compressor/process()