Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit e855a6d

Browse files
committed
Fixes the infiltrator cutter's bolt airlocks button
1 parent d552719 commit e855a6d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

_maps/shuttles/infiltrator_cutter.dmm

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
dir = 2
88
},
99
/obj/machinery/door/airlock/external{
10-
id_tag = "syndicatecutter_bolt_port"
10+
id_tag = "bolt_port"
1111
},
1212
/obj/docking_port/mobile{
1313
callTime = 150;
@@ -69,7 +69,7 @@
6969
dir = 1
7070
},
7171
/obj/machinery/door/airlock/external{
72-
id_tag = "syndicatecutter_bolt_port"
72+
id_tag = "bolt_port"
7373
},
7474
/obj/effect/mapping_helpers/airlock/access/all/syndicate/general,
7575
/turf/open/floor/plating,
@@ -749,7 +749,7 @@
749749
},
750750
/obj/effect/mapping_helpers/airlock/locked,
751751
/obj/machinery/door/airlock/external{
752-
id_tag = "syndicatecutter_bolt_starboard"
752+
id_tag = "bolt_starboard"
753753
},
754754
/obj/effect/mapping_helpers/airlock/access/all/syndicate/general,
755755
/turf/open/floor/plating,
@@ -772,7 +772,7 @@
772772
},
773773
/obj/effect/mapping_helpers/airlock/locked,
774774
/obj/machinery/door/airlock/external{
775-
id_tag = "syndicatecutter_bolt_starboard"
775+
id_tag = "bolt_starboard"
776776
},
777777
/obj/effect/mapping_helpers/airlock/access/all/syndicate/general,
778778
/turf/open/floor/plating,

0 commit comments

Comments
 (0)