Skip to content

Commit

Permalink
Some fixes (#2394)
Browse files Browse the repository at this point in the history
* Update CentCom.dmm

* Update shuttle.dm

* Update Blueshift.dmm
  • Loading branch information
dwasint authored Jun 24, 2024
1 parent 1c60850 commit 1b96d9e
Show file tree
Hide file tree
Showing 3 changed files with 83 additions and 78 deletions.
4 changes: 1 addition & 3 deletions _maps/map_files/Blueshift/Blueshift.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -13660,9 +13660,7 @@
dir = 4
},
/obj/machinery/duct,
/mob/living/basic/drone/snowflake/bardrone{
ghost_controllable = 1
},
/mob/living/basic/drone/snowflake/bardrone,
/turf/open/floor/wood/parquet,
/area/station/command/heads_quarters/nt_rep)
"cEo" = (
Expand Down
155 changes: 81 additions & 74 deletions _maps/map_files/generic/CentCom.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -4932,6 +4932,9 @@
/obj/structure/closet/crate/cardboard/mothic,
/turf/open/floor/plating,
/area/centcom/syndicate_mothership/control)
"np" = (
/turf/open/floor/iron,
/area/centcom/central_command_areas/ferry)
"nq" = (
/obj/structure/stone_tile/slab,
/turf/open/misc/snow/actually_safe,
Expand Down Expand Up @@ -10427,6 +10430,10 @@
"BR" = (
/turf/open/floor/grass,
/area/centcom/central_command_areas/evacuation/ship)
"BS" = (
/obj/structure/hedge,
/turf/open/floor/iron,
/area/centcom/central_command_areas/ferry)
"BT" = (
/obj/machinery/door/airlock{
icon = 'icons/obj/doors/airlocks/station/uranium.dmi';
Expand Down Expand Up @@ -12686,18 +12693,6 @@
/obj/structure/table/reinforced/plastitaniumglass,
/turf/open/floor/circuit,
/area/centcom/central_command_areas/admin)
"Io" = (
/obj/docking_port/stationary{
dir = 8;
dwidth = 10;
height = 30;
json_key = "ferry";
name = "CentCom Ferry Dock";
shuttle_id = "ferry_away";
width = 21
},
/turf/open/space,
/area/space)
"Ip" = (
/obj/structure/chair/stool/bar/directional/east,
/turf/open/floor/carpet/red,
Expand Down Expand Up @@ -13414,6 +13409,18 @@
},
/turf/open/floor/iron/dark/small,
/area/centcom/central_command_areas/botany)
"Km" = (
/obj/docking_port/stationary{
dir = 8;
dwidth = 12;
height = 30;
json_key = "ferry";
name = "CentCom Ferry Dock";
shuttle_id = "ferry_away";
width = 21
},
/turf/open/space/basic,
/area/space)
"Kn" = (
/obj/structure/chair/stool/directional/south,
/obj/effect/turf_decal/siding/thinplating_new/dark{
Expand Down Expand Up @@ -46736,7 +46743,7 @@ aa
aa
aa
aa
aa
Km
aa
aa
aa
Expand Down Expand Up @@ -46992,9 +46999,9 @@ aa
aa
aa
aa
aa
aa
aa
GA
xc
GA
aa
aa
aa
Expand Down Expand Up @@ -47249,9 +47256,9 @@ aa
aa
aa
aa
aa
aa
aa
GA
xd
GA
aa
aa
aa
Expand Down Expand Up @@ -47505,11 +47512,11 @@ aa
aa
aa
aa
aa
aa
aa
aa
aa
GA
GA
Xy
GA
GA
aa
aa
aa
Expand Down Expand Up @@ -47762,11 +47769,11 @@ aa
aa
aa
aa
aa
aa
aa
aa
aa
GA
np
np
np
GA
aa
aa
aa
Expand Down Expand Up @@ -48019,11 +48026,11 @@ aa
aa
aa
aa
aa
aa
aa
aa
aa
GA
np
np
np
GA
aa
aa
aa
Expand Down Expand Up @@ -48276,11 +48283,11 @@ aa
aa
aa
aa
aa
aa
aa
aa
aa
GA
np
np
np
GA
aa
aa
aa
Expand Down Expand Up @@ -48533,11 +48540,11 @@ aa
aa
aa
aa
aa
aa
aa
aa
aa
GA
np
np
np
GA
aa
aa
aa
Expand Down Expand Up @@ -48790,11 +48797,11 @@ aa
aa
aa
aa
aa
aa
aa
aa
aa
GA
np
np
np
GA
aa
aa
aa
Expand Down Expand Up @@ -49047,11 +49054,11 @@ aa
aa
aa
aa
aa
aa
aa
aa
aa
GA
np
np
np
GA
aa
aa
aa
Expand Down Expand Up @@ -49304,11 +49311,11 @@ mD
mD
GA
GA
aa
aa
aa
aa
aa
GA
np
np
np
GA
aa
aa
aa
Expand Down Expand Up @@ -49561,11 +49568,11 @@ sq
to
ZN
GA
aa
aa
Io
aa
aa
BS
np
np
np
GA
aa
aa
aa
Expand Down Expand Up @@ -49818,9 +49825,10 @@ sr
tp
Xr
mD
aa
GA
xc
BS
np
np
np
GA
aa
aa
Expand All @@ -49838,7 +49846,6 @@ aa
aa
aa
aa
aa
"}
(120,1,1) = {"
aa
Expand Down Expand Up @@ -50076,9 +50083,9 @@ tq
Ir
mD
vA
GA
xd
GA
np
np
np
yn
mD
aa
Expand Down Expand Up @@ -50333,9 +50340,9 @@ tr
um
mD
vB
GA
Xy
GA
np
np
np
oU
mD
ta
Expand Down
2 changes: 1 addition & 1 deletion code/modules/shuttle/shuttle.dm
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,7 @@
return SHUTTLE_CAN_DOCK

if(dwidth > stationary_dock.dwidth)
return SHUTTLE_DWIDTH_TOO_LARGE
return "[SHUTTLE_DWIDTH_TOO_LARGE] [stationary_dock.dwidth] vs [dwidth]"

if(width-dwidth > stationary_dock.width-stationary_dock.dwidth)
return SHUTTLE_WIDTH_TOO_LARGE
Expand Down

0 comments on commit 1b96d9e

Please sign in to comment.