diff --git a/code/game/objects/effects/poster.dm b/code/game/objects/effects/poster.dm index 120d3eed147..216494d7d0b 100644 --- a/code/game/objects/effects/poster.dm +++ b/code/game/objects/effects/poster.dm @@ -1078,4 +1078,9 @@ MAPPING_DIRECTIONAL_HELPERS(/obj/structure/sign/poster/official/random, 32) desc = "A poster reminding the crew that corporate secrets should stay in the workplace." icon_state = "download_gun" +/obj/structure/sign/poster/contraband/singletank_bomb + name = "Single Tank Bomb Guide" + desc = "This informational poster teaches the viewer how to make a single tank bomb of high quality." + icon_state = "singletank_bomb" + #undef PLACE_SPEED diff --git a/icons/obj/poster.dmi b/icons/obj/poster.dmi index d0176a1ac75..788c61152d0 100644 Binary files a/icons/obj/poster.dmi and b/icons/obj/poster.dmi differ