diff --git a/code/game/objects/effects/poster_motivational.dm b/code/game/objects/effects/poster_motivational.dm index 5306a3fb972..702cdfdde8a 100644 --- a/code/game/objects/effects/poster_motivational.dm +++ b/code/game/objects/effects/poster_motivational.dm @@ -152,6 +152,8 @@ When people read this poster they'll feel better!" icon_state = "bike" +// Departmental posters + /obj/item/poster/quirk/cargo_logo poster_type = /obj/structure/sign/poster/quirk/cargo_logo quirk_poster_department = ACCOUNT_CAR diff --git a/code/game/objects/effects/posters/contraband.dm b/code/game/objects/effects/posters/contraband.dm index ff6e1e74b64..75fadc26340 100644 --- a/code/game/objects/effects/posters/contraband.dm +++ b/code/game/objects/effects/posters/contraband.dm @@ -845,3 +845,17 @@ MAPPING_DIRECTIONAL_HELPERS(/obj/structure/sign/poster/contraband/bojack, 32) icon_state = "double_rainbow" MAPPING_DIRECTIONAL_HELPERS(/obj/structure/sign/poster/contraband/double_rainbow, 32) + +/obj/structure/sign/poster/contraband/vodka + name = "Vodka" + desc = "The text is written entirely in Russian. You can barely read anything except the word 'BODKA'." + icon_state = "vodka" + +MAPPING_DIRECTIONAL_HELPERS(/obj/structure/sign/poster/contraband/vodka, 32) + +/obj/structure/sign/poster/contraband/ninja + name = "Ninja" + desc = "Greetings from the Spider Clan." + icon_state = "ninja" + +MAPPING_DIRECTIONAL_HELPERS(/obj/structure/sign/poster/contraband/ninja, 32) diff --git a/code/game/objects/effects/posters/official.dm b/code/game/objects/effects/posters/official.dm index 070036e009c..ef5ad4ae856 100644 --- a/code/game/objects/effects/posters/official.dm +++ b/code/game/objects/effects/posters/official.dm @@ -429,3 +429,11 @@ MAPPING_DIRECTIONAL_HELPERS(/obj/structure/sign/poster/official/boombox, 32) icon_state = "download_gun" MAPPING_DIRECTIONAL_HELPERS(/obj/structure/sign/poster/official/download, 32) + +/obj/structure/sign/poster/official/mining + name = "Undiscovered Species" + desc = "A poster showing one of the Ash Walker species. We still know very little about them, be a pioneer! \ + When people read this poster they'll feel better!" + icon_state = "ashwalkers" + +MAPPING_DIRECTIONAL_HELPERS(/obj/structure/sign/poster/official/mining, 32) diff --git a/icons/obj/poster.dmi b/icons/obj/poster.dmi index 0ba8b30a047..27500ed1b08 100644 Binary files a/icons/obj/poster.dmi and b/icons/obj/poster.dmi differ