moves the new service sign into it's own object in our own files since if I'm changing all the original values I might as well

This commit is contained in:
Phantastic-Swan
2025-08-02 15:01:45 +02:00
parent 8eb01536ad
commit 8cd9e8c7a0
4 changed files with 10 additions and 7 deletions
@@ -47,11 +47,9 @@
icon_state = "direction_bridge"
/obj/structure/sign/directions/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
name = "bar"
desc = "A direction sign, pointing out which way the Bar is."
icon_state = "direction_bar"
/obj/structure/sign/directions/cafe
name = "cafe"