diff --git a/code/game/objects/effects/decals/contraband_posters.dm b/code/game/objects/effects/decals/contraband_posters.dm index 85af374bc43..fcaa07ae7ab 100644 --- a/code/game/objects/effects/decals/contraband_posters.dm +++ b/code/game/objects/effects/decals/contraband_posters.dm @@ -445,6 +445,13 @@ MAPPING_DIRECTIONAL_HELPERS(/obj/structure/sign/poster/contraband/punch_shit, 32 MAPPING_DIRECTIONAL_HELPERS(/obj/structure/sign/poster/contraband/the_griffin, 32, 32) +/obj/structure/sign/poster/contraband/gonzo + name = "Gonzo Fist" + desc = "A rebellious gonzo fist, mocking traditional journalism." + icon_state = "poster52" + +MAPPING_DIRECTIONAL_HELPERS(/obj/structure/sign/poster/contraband/gonzo, 32, 32) + /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." diff --git a/icons/obj/contraband.dmi b/icons/obj/contraband.dmi index a9d11c0abf8..4496d42b096 100644 Binary files a/icons/obj/contraband.dmi and b/icons/obj/contraband.dmi differ