Skip to content

Commit

Permalink
Fixes2 (#2399)
Browse files Browse the repository at this point in the history
* Update CentCom.dmm

* Update shuttle.dm

* Update Blueshift.dmm

* Update shuttle.dm

* ?

* Update CentCom.dmm

* ...

* Update CentCom.dmm
  • Loading branch information
dwasint committed Jun 25, 2024
1 parent 1d5d6be commit 19faeef
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion _maps/blueshift.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"map_file": "Blueshift.dmm",
"shuttles": {
"cargo": "cargo_nova",
"ferry": "ferry_nova",
"whiteship": "whiteship_blueshift",
"emergency": "emergency_nova"
},
Expand Down
2 changes: 1 addition & 1 deletion _maps/map_files/generic/CentCom.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -13412,7 +13412,7 @@
"Km" = (
/obj/docking_port/stationary{
dir = 8;
dwidth = 12;
dwidth = 10;
height = 30;
json_key = "ferry";
name = "CentCom Ferry Dock";
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 @@ -653,7 +653,7 @@
return "[SHUTTLE_DWIDTH_TOO_LARGE] [stationary_dock.dwidth] vs [dwidth]"

if(width-dwidth > stationary_dock.width-stationary_dock.dwidth)
return SHUTTLE_WIDTH_TOO_LARGE
return "[SHUTTLE_WIDTH_TOO_LARGE] [stationary_dock.dwidth] vs [dwidth] + [width]"

if(dheight > stationary_dock.dheight)
return SHUTTLE_DHEIGHT_TOO_LARGE
Expand Down

0 comments on commit 19faeef

Please sign in to comment.