diff --git a/Resources/Prototypes/DeltaV/Entities/Structures/Wallmounts/Signs/posters.yml b/Resources/Prototypes/DeltaV/Entities/Structures/Wallmounts/Signs/posters.yml index daff5b1d0b8..586e786bc1b 100644 --- a/Resources/Prototypes/DeltaV/Entities/Structures/Wallmounts/Signs/posters.yml +++ b/Resources/Prototypes/DeltaV/Entities/Structures/Wallmounts/Signs/posters.yml @@ -66,4 +66,14 @@ components: - type: Sprite sprite: DeltaV/Structures/Wallmounts/Posters/grayposters.rsi - state: posterroidsyndicate \ No newline at end of file + state: posterroidsyndicate + +- type: entity + parent: PosterBase + id: PosterLegitGetToWork + name: "GET TO WORK" + description: "A gentle reminder to station employees to stay on task. The eyes on that sun are always watching for slackers." + components: + - type: Sprite + sprite: DeltaV/Structures/Wallmounts/Posters/grayposters.rsi + state: gettowork \ No newline at end of file diff --git a/Resources/Textures/DeltaV/Structures/Wallmounts/Posters/grayposters.rsi/gettowork.png b/Resources/Textures/DeltaV/Structures/Wallmounts/Posters/grayposters.rsi/gettowork.png new file mode 100644 index 00000000000..1fac072d546 Binary files /dev/null and b/Resources/Textures/DeltaV/Structures/Wallmounts/Posters/grayposters.rsi/gettowork.png differ diff --git a/Resources/Textures/DeltaV/Structures/Wallmounts/Posters/grayposters.rsi/meta.json b/Resources/Textures/DeltaV/Structures/Wallmounts/Posters/grayposters.rsi/meta.json index c21865aa58b..5617384e795 100644 --- a/Resources/Textures/DeltaV/Structures/Wallmounts/Posters/grayposters.rsi/meta.json +++ b/Resources/Textures/DeltaV/Structures/Wallmounts/Posters/grayposters.rsi/meta.json @@ -18,6 +18,9 @@ }, { "name": "posterworksyndicate" - } + }, + { + "name": "gettowork" + } ] } \ No newline at end of file