Skip to content

Commit

Permalink
Quick fix regarding mobile port
Browse files Browse the repository at this point in the history
  • Loading branch information
Imaginos16 committed Nov 20, 2023
1 parent 23d3766 commit 0ba1c19
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions _maps/shuttles/syndicate/syndicate_litieguai.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -758,11 +758,6 @@
},
/area/ship/storage)
"sC" = (
/obj/docking_port/mobile{
dir = 4;
launch_status = 0;
port_direction = 2
},
/obj/structure/cable{
icon_state = "1-4"
},
Expand All @@ -778,6 +773,12 @@
/obj/effect/turf_decal/industrial/warning{
dir = 4
},
/obj/docking_port/mobile{
dir = 4;
launch_status = 0;
preferred_direction = 4;
port_direction = 2
},
/obj/machinery/door/poddoor/shutters{
dir = 8;
id = "traumalobby";
Expand Down

0 comments on commit 0ba1c19

Please sign in to comment.