mirror of
https://github.com/evilew/GS13-Citadel.git
synced 2026-07-19 12:14:14 +01:00
added a service direction sign and placed it near quantum pads on snaxi
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 36 KiB After Width: | Height: | Size: 36 KiB |
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user