Skip to content

Commit

Permalink
[MIRROR] Add some posters
Browse files Browse the repository at this point in the history
  • Loading branch information
SuhEugene authored and SierraHelper committed Nov 29, 2023
1 parent c205847 commit dbfb34d
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/game/objects/effects/decals/contraband.dm
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

poster_type = given_poster_type || poster_type
if(!poster_type)
poster_type = pick(subtypesof(/singleton/poster))
poster_type = pick(subtypesof(/singleton/poster) - list(/singleton/poster/torch, /singleton/poster/contraband_only))
..()

/obj/item/contraband/poster/Initialize()
Expand Down Expand Up @@ -104,7 +104,7 @@
if(give_poster_type)
poster_type = give_poster_type
else
poster_type = pick(subtypesof(/singleton/poster) - typesof(/singleton/poster/torch))
poster_type = pick(subtypesof(/singleton/poster) - typesof(/singleton/poster/torch) - typesof(/singleton/poster/contraband_only))
if(torch_poster)
poster_type = pick(subtypesof(/singleton/poster/torch))
set_poster(poster_type)
Expand Down
63 changes: 63 additions & 0 deletions code/game/objects/effects/decals/posters/bs12.dm
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,69 @@
name = "SCGF recruitment poster"
desc = "A poster produced by the SCGF. It depicts a tactical-looking Fourth Fleet petty officer, standing in front of the SCG flag proudly."

/singleton/poster/annoyed_gas
icon_state = "annoyed_gas"
name = "Annoyed GAS"
desc = "The poster shows a chittering Giant Armored Serpentid with its scythe arms raised \
and ready to attack. \"Run!\" is written in big red letters, and at the very bottom there \
is a small text: \"If during the communication process the GAS began to actively chitter, \
buzz, raised sickles or strikes in the air with them - you must turn around and leave him \
alone.\""

/singleton/poster/healthy_hugs
icon_state = "healthy_hugs"
name = "Healthy hugs"
desc = "The poster shows a Giant Armored Serpentid holding a girl with a yellow flower in \
her hair with sickles. On the left - a large inscription \"HUGS\" in green letters, under \
which it is written in small letters: \"Hugs are useful both morally and physically: for \
example, the human race lowers blood pressure and produces oxytocin. Almost any crew will \
increase confidence and feel good. The main thing is - be sure to ask permission.\""

/singleton/poster/no_alcohol
icon_state = "no_alcohol"
name = "СП * РТ"
desc = "At the very top of the poster is a word, where one of the letters is replaced by \
an asterisk: \"СП * РТ\", and below - two signatures. The first: \"o - сила\", the second \
\"и - могила\". The poster is clean and without small text, which makes it clear the \
seriousness of the statement."

/singleton/poster/pizza_for_captain
icon_state = "pizza_for_captain"
name = "Pizza for Captain"
desc = "On fairly cheap thick paper, the red inscription reads: \"Pizza for Captain\". The \
slice of pizza itself is also drawn... with pineapples? Wouldn't eat this for anything! \
Someone apparently doesn't like the captain very much..."

/singleton/poster/would_you_plant
icon_state = "would_you_plant"
name = "Would you seed?"
desc = "A large green poster shows a brand new hydroponic tray. On top is a large text with \
the evocative question, \"Would you seed?\", with small text explaining, \"Hydroponic trays \
allow you to grow absolutely any crop quickly and efficiently, and the indicators tell you \
when the plant needs care! And how can you not seed one of these?\""

/singleton/poster/cabbage_tray
icon_state = "cabbage_tray"
name = "Cabbage tray"
desc = "The poster shows a Giant Armored Serpentid with a hydroponic tray of ripe cabbage \
in front of it, indicated by a green indicator on it. On the left side of the poster it \
says: \"Most GAS don't know how to cut existing plantings. Please don't plant all the trays \
and leave a few free ones. In order for the serpentid to eat, it only needs literally a \
couple of empty trays.\""

/singleton/poster/contraband_only
icon_state = "poster_ripped"
name = "Contraband Poster"
desc = "You probably shouldn't be seeing this."

/singleton/poster/contraband_only/unusual_gas
icon_state = "unusual_gas"
name = "Unusual GAS"
desc = "The poster shows a Giant Armored Serpentid. On his tail is what appears to be a \
large black gaiter with purple stripes. GAS sickles are dressed in cute little mitts of \
the same color. The entire lower right corner of the poster is occupied by a large \
inscription \"uwu\", and in the lower left it says: \"More on our site - WetSkrell.nt\"."

/singleton/poster/torch
icon_state="poster_ripped"
name = "Torch Poster"
Expand Down
Binary file modified icons/obj/structures/contraband.dmi
Binary file not shown.

0 comments on commit dbfb34d

Please sign in to comment.