diff --git a/code/game/objects/effects/decals/contraband_posters.dm b/code/game/objects/effects/decals/contraband_posters.dm index 235c6d836bb..57344002c4d 100644 --- a/code/game/objects/effects/decals/contraband_posters.dm +++ b/code/game/objects/effects/decals/contraband_posters.dm @@ -580,4 +580,59 @@ desc = "A healthy crew is a happy crew!" icon_state = "poster40_legit" +/obj/structure/sign/poster/official/darkpurpl + name = "Dark Purp-L" + desc = "A poster for the band \"Dark Purp-L\". They label their music 'Plasmawave'; mixed from various space age sounds like creaking hulls and plasma emitters, it's gained traction in recent years amongst bored ship engineers. " + icon_state = "poster41_legit" + +/obj/structure/sign/poster/official/root + name = "Root Song" + desc = "A poster for all-Diona Jazz band \"Root Song\". When a travelling jazz band's ship crashed on a Diona overgrowth planet, a whole host of musically-inclined Dionea sprung forth. Though the beloved band members sadly perished in the crash, their love of Jazz lived on with these Dionea, who travel the galaxy in the repaired wreck of that ship, under the moniker \"Root Song\"." + icon_state = "poster42_legit" + +/obj/structure/sign/poster/official/core + name = "CO!RE" + desc = "A poster for the all-Slime melodic rap label CO!RE. Known for their unique blend of hard-hitting vocals and traditional Xarxis woodwind instruments, CO!RE took the Federation R&B scene by storm during their debut, and has since engaged in several high-intensity tours across the sector." + icon_state = "poster43_legit" + +/obj/structure/sign/poster/official/metal + name = "METAL" + desc = "A poster for an IPC metal band, aptly named \"METAL\". Though their chassis are dated and badly damaged, they rage on evermore! The electric guitarist, SKULL, has an amp built into their head." + icon_state = "poster44_legit" + +/obj/structure/sign/poster/official/kpop + name = "Kidan Pop" + desc = "A poster for a Kidan boyband known as \"K-Pop\". Though other species find their chittering vocals grating and tuneless, they're wildly popular among young Kidan living in the TSF." + icon_state = "poster45_legit" + +/obj/structure/sign/poster/official/graydays + name = "Gray Days" + desc = "A poster for an emo band of greys. They're known to play a form of Death Metal, but it's so quiet you can only barely hear the words. If you turn the speaker way up, the lyrics are mournful and deep; just remember to turn it back down once you're finished listening." + icon_state = "poster46_legit" + +/obj/structure/sign/poster/official/unathicrush + name = "CRUSH" + desc = "A poster for a unathi band called \"Heart Crush\". They mostly write diss tracks about their bitter rivals, the band \"Heart Smash\". Never tell one of their fans you like the other band, or you can expect a violent argument." + icon_state = "poster47_legit" + +/obj/structure/sign/poster/official/unathismash + name = "SMASH" + desc = "A poster for a unathi band called \"Heart Smash\". They're famously bitter rivals with a very similar band, \"Heart Crush\", who they constantly accuse of copying their style. After multiple assaults and restraining orders, the two are back on tour." + icon_state = "poster48_legit" + +/obj/structure/sign/poster/official/star + name = "Star" + desc = "A poster for a musical called \"Star\". The lead singer and actor searches across the galaxy in a cruise ship for his one true love - the titular \"Star\"." + icon_state = "poster49_legit" + +/obj/structure/sign/poster/official/soul + name = "Kindred Soul" + desc = "A poster for a rarely-seen orchestral band known as \"Kindred Soul\". Those who have been lucky enough to catch a performance say their vocals are deeply moving." + icon_state = "poster50_legit" + +/obj/structure/sign/poster/official/choir + name = "\"Skreethoven's\" Choir" + desc = "A poster for a classical Vox performance group including a full choir and orchestra. The chorists have a great harmony. Despite his violent protestation, the star organist can't shake his popular nickname, \"Skreethoven\"." + icon_state = "poster51_legit" + #undef PLACE_SPEED diff --git a/icons/obj/contraband.dmi b/icons/obj/contraband.dmi index b88a147b467..d31f87e96eb 100644 Binary files a/icons/obj/contraband.dmi and b/icons/obj/contraband.dmi differ