mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-20 11:40:07 +01:00
[MIRROR] Fixes pods not docking at centcomm (#1218)
* Merge pull request #54228 from msgerbs/podsnowork Fixes pods not docking at centcomm * Fixes pods not docking at centcomm Co-authored-by: ShizCalev <ShizCalev@users.noreply.github.com>
This commit is contained in:
@@ -16714,7 +16714,7 @@
|
||||
/obj/docking_port/stationary{
|
||||
dwidth = 1;
|
||||
height = 4;
|
||||
id = "pod4_away";
|
||||
id = "pod_4_away";
|
||||
name = "recovery ship";
|
||||
width = 3
|
||||
},
|
||||
@@ -16724,7 +16724,7 @@
|
||||
/obj/docking_port/stationary{
|
||||
dwidth = 1;
|
||||
height = 4;
|
||||
id = "pod3_away";
|
||||
id = "pod_3_away";
|
||||
name = "recovery ship";
|
||||
width = 3
|
||||
},
|
||||
@@ -16908,7 +16908,7 @@
|
||||
dir = 4;
|
||||
dwidth = 1;
|
||||
height = 4;
|
||||
id = "pod2_away";
|
||||
id = "pod_2_away";
|
||||
name = "recovery ship";
|
||||
width = 3
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user