Skip to content

Commit

Permalink
[MIRROR] [MDB IGNORE] [NO GBP] Even more North Star fixes (#5610)
Browse files Browse the repository at this point in the history
Original PR: tgstation/tgstation#75099
-----
## About The Pull Request

Some more minor changes to North Star. I was going to push these to my
other PR but it got merged before I could. Anyway, here's the list:
Ancient Workshop shutters now open when you press the button
A light attached to a door in the kitchen has been moved
A missing railing corner in the cargo bay has been added
Floor decals in the art gallery were inconsistent
and the staircase to Xenobiology and Cytology now uses the "medium"
stair texture as opposed to the standard one. Being a 2-wide staircase,
the dividing line abruptly ending halfway up the stairs looked kinda
weird
before: 

![image](https://user-images.githubusercontent.com/73006946/235549442-c4fb6374-eb31-4e90-90ef-d74da0282a7c.png)
after:

![image](https://user-images.githubusercontent.com/73006946/235549477-c8042580-3380-4584-bd2e-4018f3ab90e0.png)
It still looks odd, but it's an improvement from before.

## Why It's Good For The Game

Floating lights aren't fun
Missing stuff isn't fun
Weird stairs aren't fun
Weird floors aren't fun
Shutters that should be able to open but can't aren't fun

## Changelog

:cl:
fix: Even more fixes to North Star decals and detailing
/:cl:

---------

Co-authored-by: norsvenska <73006946+norsvenska@users.noreply.github.com>
  • Loading branch information
TaleStationBot and norsvenska committed May 3, 2023
1 parent 26adac9 commit 60e508e
Showing 1 changed file with 28 additions and 19 deletions.
47 changes: 28 additions & 19 deletions _maps/map_files/NorthStar/north_star.dmm
Expand Up @@ -14614,8 +14614,8 @@
/area/station/maintenance/floor1/starboard/fore)
"dLk" = (
/obj/machinery/door/poddoor/shutters{
id_tag = "survshop";
name = "Ancient Workshop"
name = "Ancient Workshop";
id = "survshop"
},
/turf/open/floor/plating,
/area/station/maintenance/floor4/starboard/aft)
Expand Down Expand Up @@ -14793,6 +14793,7 @@
/area/station/service/bar)
"dNo" = (
/obj/structure/closet/secure_closet/freezer/meat,
/obj/machinery/light/directional/south,
/turf/open/floor/iron/kitchen,
/area/station/service/kitchen)
"dNr" = (
Expand Down Expand Up @@ -22855,8 +22856,8 @@
/area/station/hallway/floor2/fore)
"fZS" = (
/obj/machinery/door/poddoor/shutters{
id_tag = "survshop";
name = "Ancient Workshop"
name = "Ancient Workshop";
id = "survshop"
},
/turf/open/floor/pod/light,
/area/station/maintenance/floor4/starboard/aft)
Expand Down Expand Up @@ -37293,6 +37294,15 @@
/obj/structure/cable,
/turf/open/floor/catwalk_floor,
/area/station/maintenance/floor2/port/fore)
"jWs" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/structure/railing/corner{
dir = 4
},
/turf/open/floor/iron/textured_large,
/area/station/cargo/storage)
"jWt" = (
/obj/effect/turf_decal/trimline/blue/filled/corner{
dir = 8
Expand Down Expand Up @@ -61589,13 +61599,12 @@
/turf/open/floor/catwalk_floor,
/area/station/maintenance/floor4/port/fore)
"qlj" = (
/obj/effect/turf_decal/siding/wood{
dir = 9
},
/obj/effect/turf_decal/siding/wood,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/structure/cable,
/obj/effect/turf_decal/siding/wood/end{
dir = 8
},
/turf/open/floor/carpet/red,
/area/station/service/library/artgallery)
"qln" = (
Expand Down Expand Up @@ -65650,13 +65659,12 @@
},
/area/station/hallway/floor1/fore)
"rlq" = (
/obj/effect/turf_decal/siding/wood{
dir = 5
},
/obj/effect/turf_decal/siding/wood,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/structure/cable,
/obj/effect/turf_decal/siding/wood/end{
dir = 4
},
/turf/open/floor/carpet/red,
/area/station/service/library/artgallery)
"rlC" = (
Expand Down Expand Up @@ -80090,9 +80098,8 @@
/turf/open/floor/iron,
/area/station/hallway/secondary/service)
"vpv" = (
/obj/machinery/light/directional/west,
/turf/open/floor/iron/kitchen,
/area/station/service/kitchen)
/turf/open/floor/iron/stairs/medium,
/area/station/science/lobby)
"vpy" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
dir = 1
Expand Down Expand Up @@ -83466,7 +83473,9 @@
/turf/open/floor/wood/tile,
/area/station/service/library)
"wjq" = (
/turf/open/floor/iron/stairs,
/turf/open/floor/iron/stairs{
icon_state = "stairs-m"
},
/area/station/science/lobby)
"wjt" = (
/obj/structure/closet/emcloset,
Expand Down Expand Up @@ -120540,7 +120549,7 @@ irS
hMu
hKN
wIr
hLP
jWs
hLP
hLP
ydt
Expand Down Expand Up @@ -182992,7 +183001,7 @@ cwq
cwq
xuv
uKn
wjq
vpv
lIL
fFu
kEF
Expand Down Expand Up @@ -247532,7 +247541,7 @@ giM
tBD
qvW
sFt
vpv
sFt
sFt
tHs
sGR
Expand Down

0 comments on commit 60e508e

Please sign in to comment.