When you replace code, you're supposed to remove the old code - Derpfix.

This commit is contained in:
Remie Richards
2015-04-20 21:54:08 +01:00
parent 4b5fcf7969
commit d7b5ad80a6
-5
View File
@@ -21,11 +21,6 @@ var/list/ventcrawl_machinery = list(/obj/machinery/atmospherics/unary/vent_pump,
if(!istype(vent_found) || !vent_found.can_crawl_through())
vent_found = null
var/obj/machinery/atmospherics/unary/V = A
if(istype(V) && (!V.welded))//Not welded
vent_found = V
if(!vent_found)
for(var/obj/machinery/atmospherics/machine in range(1,src))
if(is_type_in_list(machine, ventcrawl_machinery))