Skip to content

Commit

Permalink
[MDB IGNORE] BIDDLE TRAITORS - Adds progression traitors. Refactors u…
Browse files Browse the repository at this point in the history
…plink code in its entirety (#63588)


Co-authored-by: Watermelon914 <[email protected]>
Co-authored-by: tralezab <[email protected]>
Co-authored-by: Ghilker <[email protected]>
Co-authored-by: tgstation-server <[email protected]>
Co-authored-by: gbfree <[email protected]>
Co-authored-by: Sealed101 <[email protected]>
Co-authored-by: Changelogs <[email protected]>
Co-authored-by: John Willard <[email protected]>
Co-authored-by: vincentiusvin <[email protected]>
Co-authored-by: oranges <[email protected]>
Co-authored-by: Seth Scherer <[email protected]>
Co-authored-by: Jeremiah <[email protected]>
Co-authored-by: Azarak <[email protected]>
Co-authored-by: RandomGamer123 <[email protected]>
Co-authored-by: LemonInTheDark <[email protected]>
Co-authored-by: Kylerace <[email protected]>
Co-authored-by: ike709 <[email protected]>
Co-authored-by: Iamgoofball <[email protected]>
Co-authored-by: MrMelbert <[email protected]>
Co-authored-by: Pepsilawn <[email protected]>
Co-authored-by: AnturK <[email protected]>
Co-authored-by: Mothblocks <[email protected]>
Co-authored-by: SuperNovaa41 <[email protected]>
Co-authored-by: GoldenAlpharex <[email protected]>
Co-authored-by: Fikou <[email protected]>
Co-authored-by: san7890 <[email protected]>
Co-authored-by: MMMiracles <[email protected]>
Co-authored-by: Krysonism <[email protected]>
Co-authored-by: Aziz Chynaliev <[email protected]>
Co-authored-by: Tastyfish <[email protected]>
Co-authored-by: Mooshimi <[email protected]>
Co-authored-by: carshalash <[email protected]>
Co-authored-by: Ryll Ryll <[email protected]>
  • Loading branch information
1 parent eb6145f commit 8fd85e9
Show file tree
Hide file tree
Showing 141 changed files with 17,146 additions and 4,036 deletions.
584 changes: 584 additions & 0 deletions _maps/shuttles/starfury_corvette.dmm

Large diffs are not rendered by default.

151 changes: 151 additions & 0 deletions _maps/shuttles/starfury_fighter1.dmm
Original file line number Diff line number Diff line change
@@ -0,0 +1,151 @@
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
"a" = (
/turf/template_noop,
/area/template_noop)
"f" = (
/turf/closed/wall/mineral/plastitanium/nodiagonal,
/area/shuttle/sbc_fighter1)
"h" = (
/turf/open/floor/mineral/plastitanium/red,
/area/shuttle/sbc_fighter1)
"i" = (
/obj/machinery/porta_turret/syndicate/energy/heavy{
dir = 1
},
/turf/closed/wall/mineral/plastitanium/nodiagonal,
/area/shuttle/sbc_fighter1)
"l" = (
/obj/structure/rack,
/obj/item/clothing/mask/gas/syndicate,
/obj/item/tank/internals/emergency_oxygen/engi,
/obj/machinery/light/small{
dir = 4
},
/turf/open/floor/mineral/plastitanium/red,
/area/shuttle/sbc_fighter1)
"q" = (
/obj/structure/shuttle/engine/propulsion/burst,
/turf/closed/wall/mineral/plastitanium/nodiagonal,
/area/shuttle/sbc_fighter1)
"r" = (
/obj/machinery/computer/security{
dir = 8;
network = list("SBC_Fighter1")
},
/turf/open/floor/mineral/plastitanium/red,
/area/shuttle/sbc_fighter1)
"v" = (
/obj/machinery/porta_turret/syndicate/energy{
dir = 9
},
/turf/closed/wall/mineral/plastitanium/nodiagonal,
/area/shuttle/sbc_fighter1)
"x" = (
/obj/machinery/porta_turret/syndicate/energy{
dir = 5
},
/turf/closed/wall/mineral/plastitanium/nodiagonal,
/area/shuttle/sbc_fighter1)
"C" = (
/obj/structure/rack,
/obj/item/storage/toolbox/mechanical,
/obj/item/multitool,
/obj/machinery/light/small{
brightness = 3;
dir = 8
},
/turf/open/floor/mineral/plastitanium/red,
/area/shuttle/sbc_fighter1)
"H" = (
/obj/machinery/button/door{
id = "SBC_fighter1_bolt";
name = "Bolt Control";
normaldoorcontrol = 1;
pixel_x = 25;
specialfunctions = 4
},
/turf/open/floor/mineral/plastitanium/red,
/area/shuttle/sbc_fighter1)
"N" = (
/obj/machinery/turretid{
ailock = 1;
desc = "A specially designed set of turret controls. Looks to be covered in protective casing to prevent AI interfacing.";
icon_state = "control_kill";
lethal = 1;
name = "Ship Turret Control";
pixel_x = -32;
pixel_y = 26;
req_access = list(150)
},
/obj/structure/chair/comfy/shuttle{
dir = 1;
name = "tactical chair"
},
/turf/open/floor/mineral/plastitanium/red,
/area/shuttle/sbc_fighter1)
"Q" = (
/obj/machinery/computer/shuttle/starfury/fighter/fighter_one,
/turf/open/floor/mineral/plastitanium/red,
/area/shuttle/sbc_fighter1)
"V" = (
/obj/machinery/door/airlock/external{
id_tag = "SBC_fighter1_bolt";
name = "Syndicate Fighter Airlock";
req_access_txt = "150"
},
/obj/docking_port/mobile/syndicate_fighter/fighter_one,
/obj/structure/fans/tiny,
/turf/open/floor/plating,
/area/shuttle/sbc_fighter1)
"W" = (
/obj/machinery/computer/camera_advanced/shuttle_docker/syndicate/fighter/fighter_one{
dir = 4
},
/turf/open/floor/mineral/plastitanium/red,
/area/shuttle/sbc_fighter1)

(1,1,1) = {"
a
a
v
f
f
q
a
"}
(2,1,1) = {"
a
f
f
W
C
f
q
"}
(3,1,1) = {"
i
f
Q
N
h
H
V
"}
(4,1,1) = {"
a
f
f
r
l
f
q
"}
(5,1,1) = {"
a
a
x
f
f
q
a
"}
150 changes: 150 additions & 0 deletions _maps/shuttles/starfury_fighter2.dmm
Original file line number Diff line number Diff line change
@@ -0,0 +1,150 @@
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
"a" = (
/turf/template_noop,
/area/template_noop)
"d" = (
/obj/structure/rack,
/obj/item/storage/toolbox/mechanical,
/obj/item/multitool,
/obj/machinery/light/small{
dir = 8
},
/turf/open/floor/mineral/plastitanium/red,
/area/shuttle/sbc_fighter2)
"j" = (
/obj/machinery/button/door{
id = "SBC_fighter2_bolt";
name = "Bolt Control";
normaldoorcontrol = 1;
pixel_x = 25;
specialfunctions = 4
},
/turf/open/floor/mineral/plastitanium/red,
/area/shuttle/sbc_fighter2)
"k" = (
/obj/machinery/porta_turret/syndicate/energy{
dir = 5
},
/turf/closed/wall/mineral/plastitanium/nodiagonal,
/area/shuttle/sbc_fighter2)
"l" = (
/obj/machinery/porta_turret/syndicate/energy{
dir = 9
},
/turf/closed/wall/mineral/plastitanium/nodiagonal,
/area/shuttle/sbc_fighter2)
"o" = (
/obj/machinery/computer/shuttle/starfury/fighter/fighter_two,
/turf/open/floor/mineral/plastitanium/red,
/area/shuttle/sbc_fighter2)
"q" = (
/obj/structure/shuttle/engine/propulsion/burst,
/turf/closed/wall/mineral/plastitanium/nodiagonal,
/area/shuttle/sbc_fighter2)
"r" = (
/obj/machinery/turretid{
ailock = 1;
desc = "A specially designed set of turret controls. Looks to be covered in protective casing to prevent AI interfacing.";
icon_state = "control_kill";
lethal = 1;
name = "Ship Turret Control";
pixel_x = -32;
pixel_y = 26;
req_access = list(150)
},
/obj/structure/chair/comfy/shuttle{
dir = 1;
name = "tactical chair"
},
/turf/open/floor/mineral/plastitanium/red,
/area/shuttle/sbc_fighter2)
"t" = (
/obj/machinery/computer/camera_advanced/shuttle_docker/syndicate/fighter/fighter_two{
dir = 4
},
/turf/open/floor/mineral/plastitanium/red,
/area/shuttle/sbc_fighter2)
"u" = (
/obj/machinery/door/airlock/external{
id_tag = "SBC_fighter2_bolt";
name = "Syndicate Fighter Airlock";
req_access_txt = "150"
},
/obj/docking_port/mobile/syndicate_fighter/fighter_two,
/obj/structure/fans/tiny,
/turf/open/floor/plating,
/area/shuttle/sbc_fighter2)
"v" = (
/obj/machinery/computer/security{
dir = 8;
network = list("SBC_Fighter2")
},
/turf/open/floor/mineral/plastitanium/red,
/area/shuttle/sbc_fighter2)
"x" = (
/obj/machinery/porta_turret/syndicate/energy/heavy{
dir = 1
},
/turf/closed/wall/mineral/plastitanium/nodiagonal,
/area/shuttle/sbc_fighter2)
"S" = (
/obj/structure/rack,
/obj/item/clothing/mask/gas/syndicate,
/obj/item/tank/internals/emergency_oxygen/engi,
/obj/machinery/light/small{
dir = 4
},
/turf/open/floor/mineral/plastitanium/red,
/area/shuttle/sbc_fighter2)
"V" = (
/turf/closed/wall/mineral/plastitanium/nodiagonal,
/area/shuttle/sbc_fighter2)
"W" = (
/turf/open/floor/mineral/plastitanium/red,
/area/shuttle/sbc_fighter2)

(1,1,1) = {"
a
a
l
V
V
q
a
"}
(2,1,1) = {"
a
V
V
t
d
V
q
"}
(3,1,1) = {"
x
V
o
r
W
j
u
"}
(4,1,1) = {"
a
V
V
v
S
V
q
"}
(5,1,1) = {"
a
a
k
V
V
q
a
"}
Loading

0 comments on commit 8fd85e9

Please sign in to comment.