Skip to content

Commit

Permalink
no for real
Browse files Browse the repository at this point in the history
  • Loading branch information
realforest2001 committed Feb 2, 2024
1 parent ca38b21 commit 2c97f08
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions code/game/machinery/ARES/ARES_interface_admin.dm
Original file line number Diff line number Diff line change
Expand Up @@ -250,12 +250,12 @@
data["records_tech"] = logged_techs

var/list/security_vents = list()
for(var/obj/structure/pipes/vents/pump/no_boom/gas/vent as anything in link.linked_vents)
for(var/obj/structure/pipes/vents/pump/no_boom/gas/vent as anything in linked_vents)
if(!istype(vent))
continue
if(!vent.vent_tag)
vent.vent_tag = "Security Vent #[link.tag_num]"
link.tag_num++
vent.vent_tag = "Security Vent #[tag_num]"
tag_num++

var/list/current_vent = list()
var/is_available = TRUE
Expand Down

0 comments on commit 2c97f08

Please sign in to comment.