diff --git a/code/game/objects/effects/decals/contraband.dm b/code/game/objects/effects/decals/contraband.dm index a1e4eaebc2a..92150d76f70 100644 --- a/code/game/objects/effects/decals/contraband.dm +++ b/code/game/objects/effects/decals/contraband.dm @@ -78,6 +78,9 @@ /obj/item/contraband/poster/order_black_of_sun poster_type = /decl/poster/illegal/order_black_of_sun +/obj/item/contraband/poster/earth_reclamation_committee + poster_type = /decl/poster/earth_reclamation_committee + //############################## THE ACTUAL DECALS ########################### /obj/structure/sign/poster diff --git a/code/game/objects/effects/decals/posters/tegu.dm b/code/game/objects/effects/decals/posters/tegu.dm index 900f1bfab63..475dc72d46b 100644 --- a/code/game/objects/effects/decals/posters/tegu.dm +++ b/code/game/objects/effects/decals/posters/tegu.dm @@ -51,6 +51,11 @@ name = "TerraGov Emblem" desc = "A poster with the TerraGov's coat of arms on it, symbolizing the \"Last defenders of Humanity\"." +/decl/poster/earth_reclamation_committee + icon_state ="tposter13" + name = "Earth Reclamation Committee poster" + desc = "A poster with an inspiring image of planet Earth and a directive aimed at its viewers to \"Take it back\". Earth Reclamation Committee logotype and few slogans are displayed in tiny text at the bottom of it." + // Illegal posters /decl/poster/illegal/independent icon_state ="tposter11" diff --git a/icons/obj/contraband.dmi b/icons/obj/contraband.dmi index 959f1a6481b..cbf9954e878 100644 Binary files a/icons/obj/contraband.dmi and b/icons/obj/contraband.dmi differ