Skip to content

Commit

Permalink
initial
Browse files Browse the repository at this point in the history
  • Loading branch information
Doubleumc committed Nov 22, 2023
1 parent 56a0b3e commit 8dad009
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 8 deletions.
11 changes: 11 additions & 0 deletions code/game/machinery/doors/multi_tile.dm
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,17 @@
name = "\improper Normandy cargo door"
icon = 'icons/obj/structures/doors/dropship2_cargo.dmi'

/obj/structure/machinery/door/airlock/multi_tile/almayer/dropshiprear/dropshipside
width = 2

/obj/structure/machinery/door/airlock/multi_tile/almayer/dropshiprear/dropshipside/ds1
name = "\improper Alamo crew hatch"
icon = 'icons/obj/structures/doors/dropship1_side2.dmi'

/obj/structure/machinery/door/airlock/multi_tile/almayer/dropshiprear/dropshipside/ds2
name = "\improper Normandy crew hatch"
icon = 'icons/obj/structures/doors/dropship2_side2.dmi'

/obj/structure/machinery/door/airlock/multi_tile/almayer/dropshiprear/blastdoor
name = "bulkhead blast door"
icon = 'icons/obj/structures/doors/almayerblastdoor.dmi'
Expand Down
Binary file added icons/obj/structures/doors/dropship1_side2.dmi
Binary file not shown.
Binary file added icons/obj/structures/doors/dropship2_side2.dmi
Binary file not shown.
8 changes: 4 additions & 4 deletions maps/shuttles/dropship_alamo.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@
},
/area/shuttle/drop1/sulaco)
"rS" = (
/obj/structure/machinery/door/airlock/dropship_hatch{
/obj/structure/machinery/door/airlock/multi_tile/almayer/dropshiprear/dropshipside/ds1{
id = "port_door"
},
/turf/open/shuttle/dropship{
Expand Down Expand Up @@ -481,7 +481,7 @@
},
/area/shuttle/drop1/sulaco)
"Pf" = (
/obj/structure/machinery/door/airlock/dropship_hatch{
/obj/structure/machinery/door/airlock/multi_tile/almayer/dropshiprear/dropshipside/ds1{
dir = 8;
id = "starboard_door"
},
Expand Down Expand Up @@ -675,7 +675,7 @@ hG
Et
iI
JP
rS
il
rS
mW
qn
Expand Down Expand Up @@ -859,7 +859,7 @@ zS
iv
zV
MP
Pf
il
Pf
nC
nE
Expand Down
8 changes: 4 additions & 4 deletions maps/shuttles/dropship_normandy.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@
/turf/template_noop,
/area/shuttle/drop2/sulaco)
"En" = (
/obj/structure/machinery/door/airlock/dropship_hatch/two{
/obj/structure/machinery/door/airlock/multi_tile/almayer/dropshiprear/dropshipside/ds2{
dir = 8;
id = "starboard_door"
},
Expand Down Expand Up @@ -583,7 +583,7 @@
/turf/template_noop,
/area/shuttle/drop2/sulaco)
"SC" = (
/obj/structure/machinery/door/airlock/dropship_hatch/two{
/obj/structure/machinery/door/airlock/multi_tile/almayer/dropshiprear/dropshipside/ds2{
id = "port_door"
},
/turf/open/shuttle/dropship{
Expand Down Expand Up @@ -708,7 +708,7 @@ eu
OI
GE
lJ
SC
PJ
SC
jc
pU
Expand Down Expand Up @@ -892,7 +892,7 @@ wX
fI
fx
Tp
En
PJ
En
gG
RG
Expand Down

0 comments on commit 8dad009

Please sign in to comment.