Skip to content
Open
Show file tree
Hide file tree
Changes from 23 commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
154 changes: 154 additions & 0 deletions modular_pentest/modules/posters/code/poster_overrides.dm
Original file line number Diff line number Diff line change
@@ -0,0 +1,154 @@
//// Contains overrides for Shiptest posters (including SolGov to DREAM conversion)
// Most of these are just slight tweaks to the descriptions for lore purposes.

//// Contraband

/obj/structure/sign/poster/contraband/free_tonto
desc = "You're... not exactly sure what this is. In fact, nobody knows what it is."

/obj/structure/sign/poster/contraband/rip_badger
desc = "A advertisement for a documentary about how some animal called 'badgers' nearly went extinct. Thankfully, they made a comeback."

/obj/structure/sign/poster/contraband/tools
desc = "Tools! Wow!"

/obj/structure/sign/poster/contraband/borg_fancy_2
desc = "Borg Fancy, now only taking the most fancy."

/obj/structure/sign/poster/contraband/ss13
desc = "A poster mocking CentCom's extreme cover and secrecy up of NTRSS-13, which was so extensive that not even CentCom themselves knows what happened."

/obj/structure/sign/poster/contraband/engis_unite
desc = "A poster sponsored by the Galactic Engineer's Concordat, urging to you to vote YES to the formation of a engineers union on NT Shipyard 22-A."

/obj/structure/sign/poster/contraband/c20r
desc = "A poster advertising the Scarborough Arms C-20r. It seems the company is trying to distance itself from the syndicate by using the civilian name rather than the Syndicate name."

/obj/structure/sign/poster/contraband/twelve_gauge
desc = "A poster advertising Hunter's Pride 12-gauge shells and shotguns."

/obj/structure/sign/poster/contraband/d_day_promo
desc = "A promotional poster for some rapper."

/obj/structure/sign/poster/contraband/stechkin
desc = "A poster advertising the Scarborough Arms Ringneck concealable pistol. It's stealthy and badass as hell."

/obj/structure/sign/poster/contraband/ntos
desc = "A advertisement for Ntos V."

/obj/structure/sign/poster/contraband/masked_men
desc = "A poster advertising the movie 'Bumba.' It features a mysterious group of masked men who attempt to avenge their mentor, only to uncover a conspiracy that goes all the way to the top."

/obj/structure/sign/poster/contraband/inteq
desc = "A poster advertising the IRMG's services. \"I hear you got a problem. You won't have one with us. No bullshit, guaranteed.\""

/obj/structure/sign/poster/contraband/space_cops
name = "Space Cops" // fixes a typo in the original name
desc = "A poster advertising the television show that showcases all the hip and cool ways colonial police on Nagaski City abuse their power. Surprisingly effective in keeping the Nagaski City colonial police popular."

/obj/structure/sign/poster/contraband/cybersun_med
desc = "An advertisement for various Cybersun medical products. Includes a picture of the famous Medical Beamgun."

/obj/structure/sign/poster/contraband/aclf
desc = "An poster made by ACLF protesters that lists Nanotrasen's abuses of their workers. While this poster was made during the ICW, it seems like some keep it up as it still resonates with them."

//// "Official" aka Nanotrasen

/obj/structure/sign/poster/official/walk
desc = "A poster instructing the viewer to walk instead of run."

/obj/structure/sign/poster/official/fruit_bowl
desc = "Simple, yet awe-inspiring."

/obj/structure/sign/poster/official/mini_energy_gun
name = "Mini Energy Gun"

/obj/structure/sign/poster/official/high_class_martini
desc = "Shaken, not stirred."

/obj/structure/sign/poster/official/miners
desc = "A poster recruiting miners and explorers for new Nanotrasen holdings. It mentions advanced mining equipment and how it relates to the history of Nanotrasen."

//// Retro

/obj/structure/sign/poster/retro/pdaancient
desc = "A poster advertising the original Thinkitronic PDA after the company was acquired by Nanotrasen. This thing shipped with severe problems such as PDA message 'bombing' and memory errors. Despite this, it's fondly remembered. This thing is ancient."


/obj/structure/sign/poster/retro/radio
desc = "A poster advertising one of Nanotrasen's earliest products, a radio. One of its main selling points was a integrated OS and two-way automatic translation. This thing is ancient."

//// Safety Moth

/obj/structure/sign/poster/official/moth/hardhats
desc = "This informational poster uses Safety Moth(TM) to tell the viewer to wear hardhats in work areas. It's like a lamp for your head! It's signed by 'AspEv'."

/obj/structure/sign/poster/official/moth/piping
desc = "This informational poster uses Safety Moth(TM) to tell atmospheric technicians correct types of piping to be used. Proper pipe placement prevents poor performance! It's signed by 'AspEv'."

/obj/structure/sign/poster/official/moth/meth
desc = "This informational poster uses Safety Moth(TM) to tell the viewer to seek your supervisor's approval before cooking methamphetamine. You shouldn't even be making this. It's signed by 'AspEv'."

/obj/structure/sign/poster/official/moth/delam
desc = "This informational poster uses Safety Moth(TM) to tell the viewer not to hide in lockers when a Supermatter Crystal has delaminated. Running away might be a better strategy. It's signed by 'AspEv'."

//// SolGov (converts to DREAM)

/obj/structure/sign/poster/solgov
poster_item_name = "DREAM poster"
poster_item_desc = "A poster produced by DREAM, made with natural paper! It comes with adhesive backing, for easy pinning to any vertical surface."

/obj/structure/sign/poster/solgov/random // There is also an actual random DREAM poster contained in this module's posters.dm, for mappers' convenience
name = "random DREAM poster"
icon = 'modular_pentest/modules/posters/icons/posters.dmi'
icon_state = "random_dream"

/obj/structure/sign/poster/solgov/solgov_logo
name = "DREAM"
desc = "The DREAM insignia: a symbol of peace, good will, and patchouli."
icon = 'modular_pentest/modules/posters/icons/posters.dmi'
icon_state = "dream_insignia" // as above, there's also an actual DREAM insignia poster included in this module

/obj/structure/sign/poster/solgov/terra
desc = "Terra, or Earth as it's called by inhabitants, the third planet in the Sol system. Home to the only life as humans knew it, until they made contact with the outside universe."

/obj/structure/sign/poster/solgov/mars
desc = "Mars, fourth planet in the Sol system. This poster is trying to attract tourists to Mars, listing attractions like skiing resorts and ancient robot exhibits."

/obj/structure/sign/poster/solgov/luna
desc = "Luna, the only moon of Terra and the spiritual home of Dreamers, who invariably wax poetic about the dumplings sold there."

/obj/structure/sign/poster/solgov/sonnensoldner
name = "The Peace Officers"
desc = "The beloved heroes of DREAM!"
icon = 'modular_pentest/modules/posters/icons/posters.dmi'
icon_state = "dream_peace_officers" // also exists as its own object in posters.dm

/obj/structure/sign/poster/solgov/solgov_enlist
name = "DREAM of the Future"
desc = "Make a difference in someone's life. Join DREAM today!"
icon = 'modular_pentest/modules/posters/icons/posters.dmi'
icon_state = "dream_clock"

/obj/structure/sign/poster/solgov/suns // pretty sure this is gonna change upstream later so repath it when it does
desc = "SUNS, best known for its diverse students from solarian universities - and for being sued by Nanotrasen for trademark infrigement under its old name, \"NSV.\""

//// CLIP

/obj/structure/sign/poster/clip/enlist
desc = "\"Do your part! Finance your future and make your family proud. It's a win/win to enlist in the CMM!\""

/obj/structure/sign/poster/clip/bard
desc = "A poster made by soldiers to recruit people into CLIP-BARD, depicting a \"Sergeant Clues\" mowing down waves and waves of xenofauna. Something tells you that service is a lot less interesting than this."

/obj/structure/sign/poster/clip/gold
desc = "A poster advertising open job positions in CLIP-GOLD. It mentions important but uninteresting benifits like health insurance and such."

/obj/structure/sign/poster/clip/maxin
desc = "Maxin, the fourth planet of the Kanler-332 system. Its many moons make it a popular sightseeing attraction for those enroute to Lanchester City."

/obj/structure/sign/poster/clip/lanchester
desc = "Lanchester City, one of the many moons of the gas giant Maxin. Well known for its numerous, massive factories. This poster is attempting to encounrage tourism with this poster by listing several tourist attractions, such as crashed Frontiersmen ships and the massive entertainment industry."

/obj/structure/sign/poster/clip/serene
desc = "Serene, the fifth planet of the Druja system. Covered with a thick sheet of snow, the atmosphere has been described as \"Breathable, if it weren't so darn cold.\""
Loading
Loading