mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 05:30:05 +01:00
[MIRROR] Fixes a few ferries being unloadable [MDB IGNORE] (#20362)
* Fixes a few ferries being unloadable (#74504) ## About The Pull Request Centcom's ferry port was built for the bare minimum, and so did not allow for the absolute MAXIMUM This meant shuttles like meat or lighthouse were undockable. s dumb. Changing the bounds (particularly the width) does mean that shuttles could in theory clip the edge of centcom, but just like, don't 4head ## Why It's Good For The Game If we're gonna have ferries you should be able to load them ## Changelog 🆑 admin: All centcom ferries are now loadable. Yes this WASbroken /🆑 * Fixes a few ferries being unloadable --------- Co-authored-by: LemonInTheDark <58055496+LemonInTheDark@users.noreply.github.com>
This commit is contained in:
co-authored by
LemonInTheDark
parent
81a5bd877b
commit
4bc8b0b99c
@@ -6934,12 +6934,12 @@
|
||||
"Io" = (
|
||||
/obj/docking_port/stationary{
|
||||
dir = 8;
|
||||
dwidth = 2;
|
||||
height = 13;
|
||||
dwidth = 10;
|
||||
height = 30;
|
||||
json_key = "ferry";
|
||||
name = "CentCom Ferry Dock";
|
||||
shuttle_id = "ferry_away";
|
||||
width = 5
|
||||
width = 21
|
||||
},
|
||||
/turf/open/space,
|
||||
/area/space)
|
||||
|
||||
Reference in New Issue
Block a user