mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-21 12:08:55 +01:00
When you replace code, you're supposed to remove the old code - Derpfix.
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user