Skip to content

Commit

Permalink
ERC poster
Browse files Browse the repository at this point in the history
  • Loading branch information
EgorDinamit committed Feb 23, 2024
1 parent 1195d47 commit 80418c0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions code/game/objects/effects/decals/contraband.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 5 additions & 0 deletions code/game/objects/effects/decals/posters/tegu.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Binary file modified icons/obj/contraband.dmi
Binary file not shown.

0 comments on commit 80418c0

Please sign in to comment.