diff --git a/Resources/Prototypes/Entities/Markers/Spawners/Random/posters.yml b/Resources/Prototypes/Entities/Markers/Spawners/Random/posters.yml index fb5289f4c5..443b6b68bf 100644 --- a/Resources/Prototypes/Entities/Markers/Spawners/Random/posters.yml +++ b/Resources/Prototypes/Entities/Markers/Spawners/Random/posters.yml @@ -77,6 +77,8 @@ - PosterContrabandBountyHunters - PosterContrabandTheBigGasTruth - PosterContrabandGotWood + - PosterContrabandWehWatches + - PosterContrabandVoteWeh chance: 1 - type: entity diff --git a/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/posters.yml b/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/posters.yml index 7049dd25b2..91f70eca92 100644 --- a/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/posters.yml +++ b/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/posters.yml @@ -481,6 +481,24 @@ - type: Sprite state: poster49_contraband +- type: entity + parent: PosterBase + id: PosterContrabandWehWatches + name: "Weh Watches" + description: "A poster depicting a loveable green lizard." + components: + - type: Sprite + state: poster50_contraband + +- type: entity + parent: PosterBase + id: PosterContrabandVoteWeh + name: "Vote Weh" + description: "A stylish, sleek, and well illustrated poster for a \"Weh\"nderful new progressive candidate coming this election season." + components: + - type: Sprite + state: poster51_contraband + # Legit - type: entity parent: PosterBase diff --git a/Resources/Textures/Structures/Wallmounts/posters.rsi/meta.json b/Resources/Textures/Structures/Wallmounts/posters.rsi/meta.json index c4864212d9..ffe4c195b5 100644 --- a/Resources/Textures/Structures/Wallmounts/posters.rsi/meta.json +++ b/Resources/Textures/Structures/Wallmounts/posters.rsi/meta.json @@ -198,6 +198,12 @@ { "name": "poster49_contraband" }, + { + "name": "poster50_contraband" + }, + { + "name": "poster51_contraband" + }, { "name": "poster1_legit" }, diff --git a/Resources/Textures/Structures/Wallmounts/posters.rsi/poster50_contraband.png b/Resources/Textures/Structures/Wallmounts/posters.rsi/poster50_contraband.png new file mode 100644 index 0000000000..8c17828775 Binary files /dev/null and b/Resources/Textures/Structures/Wallmounts/posters.rsi/poster50_contraband.png differ diff --git a/Resources/Textures/Structures/Wallmounts/posters.rsi/poster51_contraband.png b/Resources/Textures/Structures/Wallmounts/posters.rsi/poster51_contraband.png new file mode 100644 index 0000000000..6589562517 Binary files /dev/null and b/Resources/Textures/Structures/Wallmounts/posters.rsi/poster51_contraband.png differ