diff --git a/Resources/Prototypes/bar_signs.yml b/Resources/Prototypes/bar_signs.yml index 53b3b22eb5..55921743e9 100644 --- a/Resources/Prototypes/bar_signs.yml +++ b/Resources/Prototypes/bar_signs.yml @@ -82,6 +82,18 @@ icon: "maltesefalcon" description: "Play it again, sam." +- type: barSign + id: TheSun + name: "The Sun" + icon: "thesun" + description: "Ironically bright for such a shady bar." + +- type: barSign + id: LV426 + name: "LV-426" + icon: "lv426" + description: "Drinking with fancy facemasks is clearly more important than going to medbay." + - type: barSign id: WiggleRoom name: "The Wiggle Roomm" diff --git a/Resources/Textures/Constructible/Misc/barsign.rsi/LV426.png b/Resources/Textures/Constructible/Misc/barsign.rsi/LV426.png new file mode 100644 index 0000000000..811a71320b Binary files /dev/null and b/Resources/Textures/Constructible/Misc/barsign.rsi/LV426.png differ diff --git a/Resources/Textures/Constructible/Misc/barsign.rsi/meta.json b/Resources/Textures/Constructible/Misc/barsign.rsi/meta.json index a3250248d1..5e331e7b45 100644 --- a/Resources/Textures/Constructible/Misc/barsign.rsi/meta.json +++ b/Resources/Textures/Constructible/Misc/barsign.rsi/meta.json @@ -32,6 +32,44 @@ ] ] }, + { + "name": "thewiggleroom", + "directions": 1, + "delays": [ + [ + 0.4, + 0.8, + 0.4, + 0.8 + ] + ] + }, + { + "name": "thesun", + "directions": 1, + "delays": [ + [ + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1 + ] + ] + }, + { + "name": "lv426", + "directions": 1, + "delays": [ + [ + 1, + 1 + ] + ] + }, { "name": "emergencyrumparty", "directions": 1, diff --git a/Resources/Textures/Constructible/Misc/barsign.rsi/thesun.png b/Resources/Textures/Constructible/Misc/barsign.rsi/thesun.png new file mode 100644 index 0000000000..38519a7e23 Binary files /dev/null and b/Resources/Textures/Constructible/Misc/barsign.rsi/thesun.png differ