Skip to content

Commit

Permalink
bugfix: ussp golem docking port size
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtemDerp committed Jan 24, 2024
1 parent 74b199b commit 64fcacd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _maps/map_files/RandomRuins/SpaceRuins/ussp.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -8131,11 +8131,11 @@
"zW" = (
/obj/docking_port/stationary{
dir = 8;
dwidth = 8;
height = 20;
dwidth = 10;
height = 30;
id = "freegolem_ussp";
name = "Near USSP Station";
width = 16
width = 20
},
/turf/space,
/area/template_noop)
Expand Down

0 comments on commit 64fcacd

Please sign in to comment.