diff --git a/code/game/objects/effects/contraband.dm b/code/game/objects/effects/contraband.dm index eea3bace98..4c89496679 100644 --- a/code/game/objects/effects/contraband.dm +++ b/code/game/objects/effects/contraband.dm @@ -409,6 +409,11 @@ desc = "A poster advertising a movie about some masked men." icon_state = "poster44" +/obj/structure/sign/poster/contraband/buzzfuzz + name = "Buzz Fuzz" + desc = "A poster advertising the newest drink Buzz Fuzz with its iconic slogan of ~A Hive of Flavour~." + icon_state = "poster45" + /obj/structure/sign/poster/official poster_item_name = "motivational poster" poster_item_desc = "An official Nanotrasen-issued poster to foster a compliant and obedient workforce. It comes with state-of-the-art adhesive backing, for easy pinning to any vertical surface." @@ -595,4 +600,15 @@ desc = "This informational poster teaches the viewer what carbon dioxide is." icon_state = "poster35_legit" +/obj/structure/sign/poster/official/spiderlings + name = "Spiderlings" + desc = "This poster helps inform the crew of the dangers of spiderlings." + icon_state = "poster36_legit" + +/obj/structure/sign/poster/official/duelshotgun + name = "Cycler Shotgun Ad" + desc = "A advertisement poster of the latest breakthrough in shotgun technology, double barrable combat shotgun. \ + The poster boasts about how easy it is to swap between the two cyclers." + icon_state = "poster37_legit" + #undef PLACE_SPEED diff --git a/icons/obj/contraband.dmi b/icons/obj/contraband.dmi index f86dd2e7d0..5607a5f774 100644 Binary files a/icons/obj/contraband.dmi and b/icons/obj/contraband.dmi differ