added a service direction sign and placed it near quantum pads on snaxi

This commit is contained in:
Phantastic-Swan
2025-08-02 13:58:20 +02:00
parent 186a9c124e
commit 1f0d01a6d8
3 changed files with 17 additions and 7 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

After

Width:  |  Height:  |  Size: 36 KiB

+12 -4
View File
@@ -5406,11 +5406,15 @@
/obj/machinery/computer/shuttle/snow_taxi,
/obj/structure/sign/directions/supply{
dir = 4;
pixel_y = 36
pixel_y = 40
},
/obj/structure/sign/directions/engineering{
dir = 4;
pixel_y = 28
pixel_y = 32
},
/obj/structure/sign/directions/bar{
pixel_y = 24;
dir = 4
},
/turf/open/floor/plasteel,
/area/hallway/primary/central)
@@ -10314,11 +10318,11 @@
"eed" = (
/obj/structure/sign/directions/engineering{
dir = 4;
pixel_y = 36
pixel_y = 40
},
/obj/structure/sign/directions/supply{
dir = 4;
pixel_y = 28
pixel_y = 32
},
/obj/effect/turf_decal/tile/neutral,
/obj/effect/turf_decal/tile/neutral,
@@ -10340,6 +10344,10 @@
/obj/effect/turf_decal/tile/neutral{
dir = 8
},
/obj/structure/sign/directions/bar{
pixel_y = 24;
dir = 4
},
/turf/open/floor/plasteel,
/area/hallway/primary/port)
"eef" = (
@@ -47,9 +47,11 @@
icon_state = "direction_bridge"
/obj/structure/sign/directions/bar
name = "bar"
desc = "A direction sign, pointing out which way the Bar is."
icon_state = "direction_bar"
// GS13 EDIT
name = "service" // from "bar"
desc = "A direction sign, pointing out which way the caffeteria is." // "which way the bar is"
icon_state = "direction_service" // from "direction_bar"
// GS13 END EDIT
/obj/structure/sign/directions/cafe
name = "cafe"