mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-21 04:06:55 +01:00
The short naming of central command has been really inconsistent across the game's files. This has always annoyed the shit out of me. CentComm and Centcomm and Centcom are now all CentCom, specifically with that capitalization. Why one M instead of two M's? Because Comm with two 'M's = Communications. Hence, Telecomms, NOT Telecoms. Telecoms is incorrect. CentCom was also chosen because CentCom with one M and this casing is most found throughout the game's files. Speaking of Telecomms, I corrected one instance in the game where it's Telecom. Like I said, this is not correct. There was only one inconsistency. Likewise, Nanotrasen has been changed to NanoTrasen. Nanotrasen only appears 20 times, where NanoTrasen appears 62. NanoTrasen is clearly the preferred, correct naming.
50 lines
1.3 KiB
Plaintext
50 lines
1.3 KiB
Plaintext
// /tg/ posters.
|
|
/datum/poster/tg_1
|
|
name = "Free Tonto"
|
|
desc = "A framed shred of a much larger flag, colors bled together and faded from age."
|
|
icon_state="poster1"
|
|
|
|
/datum/poster/tg_2
|
|
name = "Atmosia Declaration of Independence"
|
|
desc = "A relic of a failed rebellion"
|
|
icon_state="poster2"
|
|
|
|
/datum/poster/tg_3
|
|
name = "Fun Police"
|
|
desc = "A poster condemning the station's security forces."
|
|
icon_state="poster3"
|
|
|
|
/datum/poster/tg_4
|
|
name = "Lusty Xeno"
|
|
desc = "A heretical poster depicting the titular star of an equally heretical book."
|
|
icon_state="poster4"
|
|
|
|
/datum/poster/tg_5
|
|
name = "Mercenary Recruitment Poster"
|
|
desc = "See the galaxy! Shatter corrupt megacorporations! Join today!"
|
|
icon_state="poster5"
|
|
|
|
/datum/poster/tg_6
|
|
name = "Clown"
|
|
desc = "Honk."
|
|
icon_state="poster6"
|
|
|
|
/datum/poster/tg_7
|
|
name = "Smoke"
|
|
desc = "A poster depicting a carton of cigarettes."
|
|
icon_state="poster7"
|
|
|
|
/datum/poster/tg_8
|
|
name = "Grey Tide"
|
|
desc = "A rebellious poster symbolizing assistant solidarity."
|
|
icon_state="poster8"
|
|
|
|
/datum/poster/tg_9
|
|
name = "Missing Gloves"
|
|
desc = "This poster is about the uproar that followed NanoTrasen's financial cuts towards insulated-glove purchases."
|
|
icon_state="poster9"
|
|
|
|
/datum/poster/tg_10
|
|
name = "Hacking Guide"
|
|
desc = "This poster details the internal workings of the common NanoTrasen airlock."
|
|
icon_state="poster10" |