mirror of
https://github.com/evilew/GS13-Citadel.git
synced 2026-08-25 06:07:36 +01:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user