diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/wallmounts/signs/posters.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/wallmounts/signs/posters.ftl index ee2e747ef3a..e81ea34904e 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/wallmounts/signs/posters.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/wallmounts/signs/posters.ftl @@ -124,6 +124,8 @@ ent-PosterContrabandWaffleCorp = Waffle Corp: Отличные винтовки, .desc = Старая реклама винтовок от Waffle Corp. 'Пушки лучше, цены ниже!' ent-PosterContrabandMissingSpacepen = Пропавший космический медипен .desc = На этом плакате изображено то, что вы никогда не найдёте. +ent-PosterContrabandYesERP = Скажи "ДА" ERP! + .desc = Этот плакат напоминает о смысле жизни ent-PosterLegitHereForYourSafety = Здесь для вашей безопасности .desc = Плакат, восхваляющий службу безопасности станции. ent-PosterLegitNanotrasenLogo = Логотип Nanotrasen diff --git a/Resources/Prototypes/Entities/Markers/Spawners/Random/posters.yml b/Resources/Prototypes/Entities/Markers/Spawners/Random/posters.yml index 0f65e152cf0..19488ac6b1e 100644 --- a/Resources/Prototypes/Entities/Markers/Spawners/Random/posters.yml +++ b/Resources/Prototypes/Entities/Markers/Spawners/Random/posters.yml @@ -95,6 +95,7 @@ - NFPosterContrabandLvhiStation # Frontier - NFPosterContrabandLvhiShuttle # Frontier - NFPosterContrabandLvhiSpace # Frontier + - PosterContrabandYesERP # Frontier 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 8c25ea061a0..6b375d4ac32 100644 --- a/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/posters.yml +++ b/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/posters.yml @@ -604,6 +604,15 @@ - type: Sprite state: poster63_contraband +- type: entity # Frontier + parent: PosterBase + id: PosterContrabandYesERP + name: "Yes ERP" + description: "This poster reminds us of the meaning of life" + components: + - type: Sprite + state: poster64_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 be1bd23b5ea..ce37933a511 100644 --- a/Resources/Textures/Structures/Wallmounts/posters.rsi/meta.json +++ b/Resources/Textures/Structures/Wallmounts/posters.rsi/meta.json @@ -431,6 +431,9 @@ }, { "name": "waystationmap" + }, + { + "name": "poster64_contraband" } ] -} +} \ No newline at end of file diff --git a/Resources/Textures/Structures/Wallmounts/posters.rsi/poster64_contraband.png b/Resources/Textures/Structures/Wallmounts/posters.rsi/poster64_contraband.png new file mode 100644 index 00000000000..8c339ea1080 Binary files /dev/null and b/Resources/Textures/Structures/Wallmounts/posters.rsi/poster64_contraband.png differ