diff --git a/code/__HELPERS/roundend.dm b/code/__HELPERS/roundend.dm
index 59e0c037c6..ca5164b9b8 100644
--- a/code/__HELPERS/roundend.dm
+++ b/code/__HELPERS/roundend.dm
@@ -276,7 +276,7 @@
broadcastmessage += "[GLOB.round_end_notifiees.Join(", ")], "
- broadcastmessage += "[((broadcastmessage == "") ? "the" : "The")] current round has ended. Please standby for your shift interlude GATO News Network's report!\n"
+ broadcastmessage += "[((broadcastmessage == "") ? "the" : "The")] current round has ended. Please standby for your shift interlude GATO News Network's report!\n" //GS13 - Nanotrasen to GATO
broadcastmessage += "```\n[send_news_report()]\n```"
if(CONFIG_GET(string/chat_reboot_role))
diff --git a/code/controllers/subsystem/shuttle.dm b/code/controllers/subsystem/shuttle.dm
index eabdd645bf..42617e2661 100644
--- a/code/controllers/subsystem/shuttle.dm
+++ b/code/controllers/subsystem/shuttle.dm
@@ -267,7 +267,7 @@ SUBSYSTEM_DEF(shuttle)
emergency.cancel()
if(!admiral_message)
- admiral_message = pick(GLOB.admiral_messages)
+ admiral_message = pick(GLOB.admiral_messages) //GS13 - Nanotrasen to GATO
var/intercepttext = "GATO Update: Request For Shuttle.
\
To whom it may concern:
\
We have taken note of the situation upon [station_name()] and have come to the \
diff --git a/code/controllers/subsystem/ticker.dm b/code/controllers/subsystem/ticker.dm
index 32663e6fa0..90df828ee3 100755
--- a/code/controllers/subsystem/ticker.dm
+++ b/code/controllers/subsystem/ticker.dm
@@ -560,7 +560,7 @@ SUBSYSTEM_DEF(ticker)
/datum/controller/subsystem/ticker/proc/send_news_report()
var/news_message
- var/news_source = "GATO News Network"
+ var/news_source = "GATO News Network" //GS13 - Nanotrasen to GATO
switch(news_report)
if(NUKE_SYNDICATE_BASE)
news_message = "In a daring raid, the heroic crew of [station_name()] detonated a nuclear device in the heart of a terrorist base."
diff --git a/code/datums/brain_damage/severe.dm b/code/datums/brain_damage/severe.dm
index a35d8cbe6f..d5ae1d7bb4 100644
--- a/code/datums/brain_damage/severe.dm
+++ b/code/datums/brain_damage/severe.dm
@@ -280,7 +280,7 @@
gain_text = "You feel odd, like you just forgot something important."
lose_text = "You feel like a weight was lifted from your mind."
random_gain = FALSE
- var/trigger_phrase = "GATO"
+ var/trigger_phrase = "GATO" //GS13 - Nanotrasen to GATO
/datum/brain_trauma/severe/hypnotic_trigger/New(phrase)
..()
diff --git a/code/datums/ert.dm b/code/datums/ert.dm
index 3d981dd349..bb135baf61 100644
--- a/code/datums/ert.dm
+++ b/code/datums/ert.dm
@@ -13,7 +13,7 @@
/datum/ert/New()
if (!polldesc)
- polldesc = "a Code [code] GATO Emergency Response Team"
+ polldesc = "a Code [code] GATO Emergency Response Team" //GS13 - Nanotrasen to GATO
/datum/ert/blue
opendoors = FALSE
@@ -35,7 +35,7 @@
rename_team = "Deathsquad"
code = "Delta"
mission = "Leave no witnesses."
- polldesc = "an elite GATO Strike Team"
+ polldesc = "an elite GATO Strike Team" //GS13 - Nanotrasen to GATO
/datum/ert/centcom_official
code = "Green"
@@ -54,7 +54,7 @@
leader_role = /datum/antagonist/ert/commander/inquisitor
rename_team = "Inquisition"
mission = "Destroy any traces of paranormal activity aboard the station."
- polldesc = "a GATO paranormal response team"
+ polldesc = "a GATO paranormal response team" //GS13 - Nanotrasen to GATO
/datum/ert/greybois
code = "Green"
diff --git a/code/datums/ruins/space.dm b/code/datums/ruins/space.dm
index 1ea6755a58..c1e3126304 100644
--- a/code/datums/ruins/space.dm
+++ b/code/datums/ruins/space.dm
@@ -35,7 +35,7 @@
suffix = "asteroid4.dmm"
name = "Asteroid 4"
description = "GATO Escape Pods have a 100%* success rate, and a 99%* customer satisfaction rate. \
- *Please note that these statistics, are taken from pods that have successfully docked with a recovery vessel."
+ *Please note that these statistics, are taken from pods that have successfully docked with a recovery vessel." //GS13 - Nanotrasen to GATO
/datum/map_template/ruin/space/asteroid5
id = "asteroid5"
@@ -96,7 +96,7 @@
suffix = "derelict6.dmm"
name = "Derelict 6"
description = "The hush-hush of GATO when it comes to stations seemingly vanishing off the radar is an interesting topic, theories of nuclear destruction float about while GATO \
- flat-out denies said stations ever existing."
+ flat-out denies said stations ever existing." //GS13 - Nanotrasen to GATO
/datum/map_template/ruin/space/empty_shell
id = "empty-shell"
diff --git a/code/datums/shuttles.dm b/code/datums/shuttles.dm
index 5cbd10978e..c1476e4529 100644
--- a/code/datums/shuttles.dm
+++ b/code/datums/shuttles.dm
@@ -214,7 +214,7 @@
/datum/map_template/shuttle/emergency/asteroid
suffix = "asteroid"
name = "Asteroid Station Emergency Shuttle"
- description = "A respectable mid-sized shuttle that first saw service shuttling GATO crew to and from their asteroid belt embedded facilities."
+ description = "A respectable mid-sized shuttle that first saw service shuttling GATO crew to and from their asteroid belt embedded facilities." //GS13 - Nanotrasen to GATO
credit_cost = 3000
/datum/map_template/shuttle/emergency/bar
@@ -257,7 +257,7 @@
/datum/map_template/shuttle/emergency/discoinferno
suffix = "discoinferno"
name = "Disco Inferno"
- description = "The glorious results of centuries of plasma research done by GATO employees. This is the reason why you are here. Get on and dance like you're on fire, burn baby burn!"
+ description = "The glorious results of centuries of plasma research done by GATO employees. This is the reason why you are here. Get on and dance like you're on fire, burn baby burn!" //GS13 - Nanotrasen to GATO
admin_notes = "Flaming hot. The main area has a dance machine as well as plasma floor tiles that will be ignited by players every single time."
credit_cost = 10000
// can_be_bought = FALSE
@@ -416,7 +416,7 @@
/datum/map_template/shuttle/emergency/goon
suffix = "goon"
name = "NES Port"
- description = "The GATO Emergency Shuttle Port(NES Port for short) is a shuttle used at other less known GATO facilities and has a more open inside for larger crowds, but fewer onboard shuttle facilities."
+ description = "The GATO Emergency Shuttle Port(NES Port for short) is a shuttle used at other less known GATO facilities and has a more open inside for larger crowds, but fewer onboard shuttle facilities." //GS13 - Nanotrasen to GATO
credit_cost = 500
// /datum/map_template/shuttle/emergency/rollerdome
@@ -581,7 +581,7 @@
/datum/map_template/shuttle/emergency/cog
suffix = "cog"
name = "NES Classic"
- description = "A blast from the past! This recreation of the GATO Emergency Shuttle Port features the same focus on seating as the original, but on a slightly longer frame to better accommodate modern shuttle docks."
+ description = "A blast from the past! This recreation of the GATO Emergency Shuttle Port features the same focus on seating as the original, but on a slightly longer frame to better accommodate modern shuttle docks." //GS13 - Nanotrasen to GATO
credit_cost = 750
/datum/map_template/shuttle/arrival/box
diff --git a/code/datums/station_traits/positive_traits.dm b/code/datums/station_traits/positive_traits.dm
index fc7649a31d..70358166d3 100644
--- a/code/datums/station_traits/positive_traits.dm
+++ b/code/datums/station_traits/positive_traits.dm
@@ -90,7 +90,7 @@
show_in_report = TRUE
var/list/scarves
-/datum/station_trait/scarves/New()
+/datum/station_trait/scarves/New() //GS13 - Nanotrasen to GATO
. = ..()
report_message = pick(
"GATO is experimenting with seeing if neck warmth improves employee morale.",
diff --git a/code/datums/traits/negative.dm b/code/datums/traits/negative.dm
index a7463c8f25..c1ec769ced 100644
--- a/code/datums/traits/negative.dm
+++ b/code/datums/traits/negative.dm
@@ -214,7 +214,7 @@ GLOBAL_LIST_EMPTY(family_heirlooms)
/datum/quirk/lightless
name = "Light Sensitivity"
- desc = "Bright lights irritate you. Your eyes start to water, your skin feels itchy against the photon radiation, and your hair gets dry and frizzy. Maybe it's a medical condition. If only GATO was more considerate of your needs..."
+ desc = "Bright lights irritate you. Your eyes start to water, your skin feels itchy against the photon radiation, and your hair gets dry and frizzy. Maybe it's a medical condition. If only GATO was more considerate of your needs..." //GS13 - Nanotrasen to GATO
value = -1
gain_text = "Bright lights seem irritating."
lose_text = "Enlightening."
diff --git a/code/game/gamemodes/brother/traitor_bro.dm b/code/game/gamemodes/brother/traitor_bro.dm
index 4323210c3a..511f3bb597 100644
--- a/code/game/gamemodes/brother/traitor_bro.dm
+++ b/code/game/gamemodes/brother/traitor_bro.dm
@@ -61,7 +61,7 @@
return ..()
/datum/game_mode/traitor/bros/generate_report()
- return "It's Syndicate recruiting season. Be alert for potential Syndicate infiltrators, but also watch out for disgruntled employees trying to defect. Unlike GATO, the Syndicate prides itself in teamwork and will only recruit pairs that share a brotherly trust."
+ return "It's Syndicate recruiting season. Be alert for potential Syndicate infiltrators, but also watch out for disgruntled employees trying to defect. Unlike GATO, the Syndicate prides itself in teamwork and will only recruit pairs that share a brotherly trust." //GS13 - Nanotrasen to GATO
/datum/game_mode/proc/update_brother_icons_added(datum/mind/brother_mind)
var/datum/atom_hud/antag/brotherhud = GLOB.huds[ANTAG_HUD_BROTHER]
diff --git a/code/game/gamemodes/changeling/traitor_chan.dm b/code/game/gamemodes/changeling/traitor_chan.dm
index ff4bf91e85..fdab5da356 100644
--- a/code/game/gamemodes/changeling/traitor_chan.dm
+++ b/code/game/gamemodes/changeling/traitor_chan.dm
@@ -82,4 +82,4 @@
/datum/game_mode/traitor/changeling/generate_report()
return "The Syndicate has started some experimental research regarding humanoid shapeshifting. There are rumors that this technology will be field tested on a GATO station \
for infiltration purposes. Be advised that support personel may also be deployed to defend these shapeshifters. Trust nobody - suspect everybody. Do not announce this to the crew, \
- as paranoia may spread and inhibit workplace efficiency."
+ as paranoia may spread and inhibit workplace efficiency." //GS13 - Nanotrasen to GATO
diff --git a/code/game/gamemodes/devil/devil_game_mode.dm b/code/game/gamemodes/devil/devil_game_mode.dm
index 2ff453caa8..5c68756841 100644
--- a/code/game/gamemodes/devil/devil_game_mode.dm
+++ b/code/game/gamemodes/devil/devil_game_mode.dm
@@ -59,7 +59,7 @@
/datum/game_mode/devil/generate_report()
return "Infernal creatures have been seen nearby offering great boons in exchange for souls. This is considered theft against GATO, as all employment contracts contain a lien on the \
- employee's soul. If anyone sells their soul in error, contact an attorney to overrule the sale. Be warned that if the devil purchases enough souls, a gateway to hell may open."
+ employee's soul. If anyone sells their soul in error, contact an attorney to overrule the sale. Be warned that if the devil purchases enough souls, a gateway to hell may open." //GS13 - Nanotrasen to GATO
/datum/game_mode/devil/proc/post_setup_finalize(datum/mind/devil)
add_devil(devil.current, ascendable = TRUE) //Devil gamemode devils are ascendable.
diff --git a/code/game/gamemodes/dynamic/dynamic.dm b/code/game/gamemodes/dynamic/dynamic.dm
index 5c1b176009..ae4b0866e6 100644
--- a/code/game/gamemodes/dynamic/dynamic.dm
+++ b/code/game/gamemodes/dynamic/dynamic.dm
@@ -263,19 +263,19 @@ GLOBAL_VAR_INIT(dynamic_forced_threat_level, -1)
if(0 to 19)
if(!current_players[CURRENT_LIVING_ANTAGS].len)
. += "Peaceful Waypoint
"
- . += "Your station orbits deep within controlled, core-sector systems and serves as a waypoint for routine traffic through GATO's trade empire. Due to the combination of high security, interstellar traffic, and low strategic value, it makes any direct threat of violence unlikely. Your primary enemies will be incompetence and bored crewmen: try to organize team-building events to keep staffers interested and productive."
+ . += "Your station orbits deep within controlled, core-sector systems and serves as a waypoint for routine traffic through GATO's trade empire. Due to the combination of high security, interstellar traffic, and low strategic value, it makes any direct threat of violence unlikely. Your primary enemies will be incompetence and bored crewmen: try to organize team-building events to keep staffers interested and productive." //GS13 - Nanotrasen to GATO
else
. += "Core Territory
"
- . += "Your station orbits within reliably mundane, secure space. Although GATO has a firm grip on security in your region, the valuable resources and strategic position aboard your station make it a potential target for infiltrations. Monitor crew for non-loyal behavior, but expect a relatively tame shift free of large-scale destruction. We expect great things from your station."
+ . += "Your station orbits within reliably mundane, secure space. Although GATO has a firm grip on security in your region, the valuable resources and strategic position aboard your station make it a potential target for infiltrations. Monitor crew for non-loyal behavior, but expect a relatively tame shift free of large-scale destruction. We expect great things from your station." //GS13 - Nanotrasen to GATO
if(20 to 39)
. += "Anomalous Exogeology
"
- . += "Although your station lies within what is generally considered GATO-controlled space, the course of its orbit has caused it to cross unusually close to exogeological features with anomalous readings. Although these features offer opportunities for our research department, it is known that these little understood readings are often correlated with increased activity from competing interstellar organizations and individuals, among them the Wizard Federation and Cult of the Geometer of Blood - all known competitors for Anomaly Type B sites. Exercise elevated caution."
+ . += "Although your station lies within what is generally considered GATO-controlled space, the course of its orbit has caused it to cross unusually close to exogeological features with anomalous readings. Although these features offer opportunities for our research department, it is known that these little understood readings are often correlated with increased activity from competing interstellar organizations and individuals, among them the Wizard Federation and Cult of the Geometer of Blood - all known competitors for Anomaly Type B sites. Exercise elevated caution." //GS13 - Nanotrasen to GATO
if(40 to 65)
. += "Contested System
"
- . += "Your station's orbit passes along the edge of GATO's sphere of influence. While subversive elements remain the most likely threat against your station, hostile organizations are bolder here, where our grip is weaker. Exercise increased caution against elite Syndicate strike forces, or Executives forbid, some kind of ill-conceived unionizing attempt."
+ . += "Your station's orbit passes along the edge of GATO's sphere of influence. While subversive elements remain the most likely threat against your station, hostile organizations are bolder here, where our grip is weaker. Exercise increased caution against elite Syndicate strike forces, or Executives forbid, some kind of ill-conceived unionizing attempt." //GS13 - Nanotrasen to GATO
if(66 to 79)
. += "Uncharted Space
"
- . += "Congratulations and thank you for participating in the GT 'Frontier' space program! Your station is actively orbiting a high value system far from the nearest support stations. Little is known about your region of space, and the opportunity to encounter the unknown invites greater glory. You are encouraged to elevate security as necessary to protect GATO assets."
+ . += "Congratulations and thank you for participating in the GT 'Frontier' space program! Your station is actively orbiting a high value system far from the nearest support stations. Little is known about your region of space, and the opportunity to encounter the unknown invites greater glory. You are encouraged to elevate security as necessary to protect GATO assets." //GS13 - Nanotrasen to GATO
if(80 to 99)
. += "Black Orbit
"
. += "As part of a mandatory security protocol, we are required to inform you that as a result of your orbital pattern directly behind an astrological body (oriented from our nearest observatory), your station will be under decreased monitoring and support. It is anticipated that your extreme location and decreased surveillance could pose security risks. Avoid unnecessary risks and attempt to keep your station in one piece."
diff --git a/code/game/gamemodes/objective.dm b/code/game/gamemodes/objective.dm
index 25a35750eb..a0a8ad7035 100644
--- a/code/game/gamemodes/objective.dm
+++ b/code/game/gamemodes/objective.dm
@@ -417,8 +417,8 @@ If not set, defaults to check_completion instead. Set it. It's used by cryo.
/datum/objective/freedom
name = "freedom"
- explanation_text = "Don't get captured by GATO."
- team_explanation_text = "Have all members of your team free of GATO custody."
+ explanation_text = "Don't get captured by GATO." //GS13 - Nanotrasen to GATO
+ team_explanation_text = "Have all members of your team free of GATO custody." //GS13 - Nanotrasen to GATO
/datum/objective/freedom/check_completion()
var/list/datum/mind/owners = get_owners()
diff --git a/code/game/gamemodes/traitor/double_agents.dm b/code/game/gamemodes/traitor/double_agents.dm
index 59fc075ea2..2c715379e4 100644
--- a/code/game/gamemodes/traitor/double_agents.dm
+++ b/code/game/gamemodes/traitor/double_agents.dm
@@ -11,7 +11,7 @@
recommended_enemies = 8
reroll_friendly = 0
chaos = 7
- traitor_name = "GATO Internal Affairs Agent"
+ traitor_name = "GATO Internal Affairs Agent" //GS13 - Nanotrasen to GATO
antag_flag = ROLE_INTERNAL_AFFAIRS
traitors_possible = 10 //hard limit on traitors if scaling is turned off
@@ -20,7 +20,7 @@
announce_text = "There are GATO Internal Affairs Agents trying to kill each other!\n\
IAA: Eliminate your targets and protect yourself!\n\
- Crew: Stop the IAA agents before they can cause too much mayhem."
+ Crew: Stop the IAA agents before they can cause too much mayhem." //GS13 - Nanotrasen to GATO
@@ -80,4 +80,4 @@
/datum/game_mode/traitor/internal_affairs/generate_report()
return "GATO denies any accusations of placing internal affairs agents onboard your station to eliminate inconvenient employees. Any further accusations against CentCom for such \
- actions will be met with a conversation with an official internal affairs agent."
+ actions will be met with a conversation with an official internal affairs agent." //GS13 - Nanotrasen to GATO
diff --git a/code/game/gamemodes/traitor/traitor.dm b/code/game/gamemodes/traitor/traitor.dm
index 4b566f8a08..d180e43d82 100644
--- a/code/game/gamemodes/traitor/traitor.dm
+++ b/code/game/gamemodes/traitor/traitor.dm
@@ -97,4 +97,4 @@
/datum/game_mode/traitor/generate_report()
return "Although more specific threats are commonplace, you should always remain vigilant for Syndicate agents aboard your station. Syndicate communications have implied that many \
- GATO employees are Syndicate agents with hidden memories that may be activated at a moment's notice, so it's possible that these agents might not even know their positions."
+ GATO employees are Syndicate agents with hidden memories that may be activated at a moment's notice, so it's possible that these agents might not even know their positions." //GS13 - Nanotrasen to GATO
diff --git a/code/game/machinery/computer/medical.dm b/code/game/machinery/computer/medical.dm
index 1da418cca4..f8a07bd187 100644
--- a/code/game/machinery/computer/medical.dm
+++ b/code/game/machinery/computer/medical.dm
@@ -576,7 +576,7 @@
/obj/machinery/computer/med_data/laptop
name = "medical laptop"
- desc = "A cheap GATO medical laptop, it functions as a medical records computer. It's bolted to the table."
+ desc = "A cheap GATO medical laptop, it functions as a medical records computer. It's bolted to the table." //GS13 - Nanotrasen to GATO
icon_state = "laptop"
icon_screen = "medlaptop"
icon_keyboard = "laptop_key"
diff --git a/code/game/machinery/computer/security.dm b/code/game/machinery/computer/security.dm
index 08b1873390..c68d7c482e 100644
--- a/code/game/machinery/computer/security.dm
+++ b/code/game/machinery/computer/security.dm
@@ -25,7 +25,7 @@
/obj/machinery/computer/secure_data/laptop
name = "security laptop"
- desc = "A cheap GATO security laptop, it functions as a security records console. It's bolted to the table."
+ desc = "A cheap GATO security laptop, it functions as a security records console. It's bolted to the table." //GS13 - Nanotrasen to GATO
icon_state = "laptop"
icon_screen = "seclaptop"
icon_keyboard = "laptop_key"
@@ -407,7 +407,7 @@ What a mess.*/
if(!( printing ))
var/wanted_name = stripped_input(usr, "Please enter an alias for the criminal:", "Print Wanted Poster", active1.fields["name"])
if(wanted_name)
- var/default_description = "A poster declaring [wanted_name] to be a dangerous individual, wanted by GATO. Report any sightings to security immediately."
+ var/default_description = "A poster declaring [wanted_name] to be a dangerous individual, wanted by GATO. Report any sightings to security immediately." //GS13 - Nanotrasen to GATO
var/list/major_crimes = active2.fields["ma_crim"]
var/list/minor_crimes = active2.fields["mi_crim"]
if(major_crimes.len + minor_crimes.len)
diff --git a/code/game/machinery/syndicatebomb.dm b/code/game/machinery/syndicatebomb.dm
index 16ad12a2c0..de9a6b1d2b 100644
--- a/code/game/machinery/syndicatebomb.dm
+++ b/code/game/machinery/syndicatebomb.dm
@@ -296,7 +296,7 @@
/obj/item/bombcore/training
name = "dummy payload"
- desc = "A GATO replica of a syndicate payload. Its not intended to explode but to announce that it WOULD have exploded, then rewire itself to allow for more training."
+ desc = "A GATO replica of a syndicate payload. Its not intended to explode but to announce that it WOULD have exploded, then rewire itself to allow for more training." //GS13 - Nanotrasen to GATO
var/defusals = 0
var/attempts = 0
diff --git a/code/game/objects/effects/contraband.dm b/code/game/objects/effects/contraband.dm
index 821c9bac6c..e6315dd9c9 100644
--- a/code/game/objects/effects/contraband.dm
+++ b/code/game/objects/effects/contraband.dm
@@ -180,7 +180,7 @@
/obj/structure/sign/poster/contraband
poster_item_name = "contraband poster"
- poster_item_desc = "This poster comes with its own automatic adhesive mechanism, for easy pinning to any vertical surface. Its vulgar themes have marked it as contraband aboard GATO space facilities."
+ poster_item_desc = "This poster comes with its own automatic adhesive mechanism, for easy pinning to any vertical surface. Its vulgar themes have marked it as contraband aboard GATO space facilities." //GS13 - Nanotrasen to GATO
poster_item_icon_state = "rolled_contraband"
/obj/structure/sign/poster/contraband/random
@@ -236,17 +236,17 @@
/obj/structure/sign/poster/contraband/missing_gloves
name = "Missing Gloves"
- desc = "This poster references the uproar that followed GATO's financial cuts toward insulated-glove purchases."
+ desc = "This poster references the uproar that followed GATO's financial cuts toward insulated-glove purchases." //GS13 - Nanotrasen to GATO
icon_state = "poster_gloves"
/obj/structure/sign/poster/contraband/hacking_guide
name = "Hacking Guide"
- desc = "This poster details the internal workings of the common GATO airlock. Sadly, it appears out of date."
+ desc = "This poster details the internal workings of the common GATO airlock. Sadly, it appears out of date." //GS13 - Nanotrasen to GATO
icon_state = "poster_hack"
/obj/structure/sign/poster/contraband/rip_badger
name = "RIP Badger"
- desc = "This seditious poster references GATO's genocide of a space station full of badgers."
+ desc = "This seditious poster references GATO's genocide of a space station full of badgers." //GS13 - Nanotrasen to GATO
icon_state = "poster_badger"
/obj/structure/sign/poster/contraband/ambrosia_vulgaris
@@ -271,7 +271,7 @@
/obj/structure/sign/poster/contraband/power
name = "Power"
- desc = "A poster that positions the seat of power outside GATO."
+ desc = "A poster that positions the seat of power outside GATO." //GS13 - Nanotrasen to GATO
icon_state = "poster_power"
/obj/structure/sign/poster/contraband/space_cube
@@ -306,7 +306,7 @@
/obj/structure/sign/poster/contraband/rebels_unite
name = "Rebels Unite"
- desc = "A poster urging the viewer to rebel against GATO."
+ desc = "A poster urging the viewer to rebel against GATO." //GS13 - Nanotrasen to GATO
icon_state = "poster_rebel"
/obj/structure/sign/poster/contraband/have_a_puff
@@ -437,12 +437,12 @@
/obj/structure/sign/poster/contraband/scum
name = "Security are Scum"
- desc = "Anti-security propaganda. Features a human GATO security officer being shot in the head, with the words 'Scum' and a short inciteful manifesto. Used to anger security."
+ desc = "Anti-security propaganda. Features a human GATO security officer being shot in the head, with the words 'Scum' and a short inciteful manifesto. Used to anger security." //GS13 - Nanotrasen to GATO
icon_state = "poster_scum"
/obj/structure/sign/poster/contraband/manifest
- name = "GATO Manifest"
- desc = "A poster listing off various fictional claims of GATO's many rumored corporate mishaps."
+ name = "GATO Manifest" //GS13 - Nanotrasen to GATO
+ desc = "A poster listing off various fictional claims of GATO's many rumored corporate mishaps." //GS13 - Nanotrasen to GATO
icon_state = "poster_manifest"
/obj/structure/sign/poster/contraband/bountyhunters
@@ -482,7 +482,7 @@
/obj/structure/sign/poster/official
poster_item_name = "motivational poster"
- poster_item_desc = "An official GATO-issued poster to foster a compliant and obedient workforce. It comes with state-of-the-art adhesive backing, for easy pinning to any vertical surface."
+ poster_item_desc = "An official GATO-issued poster to foster a compliant and obedient workforce. It comes with state-of-the-art adhesive backing, for easy pinning to any vertical surface." //GS13 - Nanotrasen to GATO
poster_item_icon_state = "rolled_legit"
/obj/structure/sign/poster/official/random
@@ -618,7 +618,7 @@
/obj/structure/sign/poster/official/anniversary_vintage_reprint
name = "50th Anniversary Vintage Reprint"
- desc = "A reprint of a poster from 2505, commemorating the 50th Anniversary of Gatoposters Manufacturing, a subsidiary of GATO."
+ desc = "A reprint of a poster from 2505, commemorating the 50th Anniversary of Gatoposters Manufacturing, a subsidiary of GATO." //GS13 - Nanotrasen to GATO
icon_state = "poster_vintage"
/obj/structure/sign/poster/official/fruit_bowl
@@ -628,22 +628,22 @@
/obj/structure/sign/poster/official/pda_ad
name = "PDA Ad"
- desc = "A poster advertising the latest PDA from GATO suppliers."
+ desc = "A poster advertising the latest PDA from GATO suppliers." //GS13 - Nanotrasen to GATO
icon_state = "poster_pda"
/obj/structure/sign/poster/official/pda_ad600
name = "GT PDA600 Ad"
- desc = "A poster advertising an old discounted GATO PDA. This is the old 600 model, it has a small screen and suffered from security and networking issues."
+ desc = "A poster advertising an old discounted GATO PDA. This is the old 600 model, it has a small screen and suffered from security and networking issues." //GS13 - Nanotrasen to GATO
icon_state = "poster_retro"
/obj/structure/sign/poster/official/pda_ad800
name = "GT PDA800 Ad"
- desc = "An advertisement on an old GATO PDA model. The 800 fixed a lot of security flaws that the 600 had; it also had large touchscreen and hot-swappable cartridges."
+ desc = "An advertisement on an old GATO PDA model. The 800 fixed a lot of security flaws that the 600 had; it also had large touchscreen and hot-swappable cartridges." //GS13 - Nanotrasen to GATO
icon_state = "poster_classic"
/obj/structure/sign/poster/official/enlist
name = "Enlist"
- desc = "Enlist in the GATO Jannisary reserves today!"
+ desc = "Enlist in the GATO Jannisary reserves today!" //GS13 - Nanotrasen to GATO
icon_state = "poster_enlist"
/obj/structure/sign/poster/official/nanomichi_ad
diff --git a/code/game/objects/items/blueprints.dm b/code/game/objects/items/blueprints.dm
index 7d0367da69..a6caafd342 100644
--- a/code/game/objects/items/blueprints.dm
+++ b/code/game/objects/items/blueprints.dm
@@ -45,7 +45,7 @@
desc = "Blueprints of the station. There is a \"Classified\" stamp and several coffee stains on it."
icon = 'icons/obj/items_and_weapons.dmi'
icon_state = "blueprints"
- fluffnotice = "Property of GATO. For heads of staff only. Store in high-secure storage."
+ fluffnotice = "Property of GATO. For heads of staff only. Store in high-secure storage." //GS13 - Nanotrasen to GATO
resistance_flags = INDESTRUCTIBLE | LAVA_PROOF | FIRE_PROOF | ACID_PROOF
var/list/image/showing = list()
var/client/viewing
diff --git a/code/game/objects/items/charter.dm b/code/game/objects/items/charter.dm
index 73bcbb1228..4e284f3018 100644
--- a/code/game/objects/items/charter.dm
+++ b/code/game/objects/items/charter.dm
@@ -125,7 +125,7 @@
/obj/item/station_charter/flag
- name = "GATO banner"
+ name = "GATO banner" //GS13 - Nanotrasen to GATO
icon = 'icons/obj/items_and_weapons.dmi'
name_type = "planet"
icon_state = "banner"
@@ -141,7 +141,7 @@
minor_announce("[ureal_name] has designated the planet as [station_name()]", "Captain's Banner", 0)
log_game("[ukey] has renamed the planet as [station_name()].")
name = "banner of [station_name()]"
- desc = "The banner bears the official coat of arms of GATO, signifying that [station_name()] has been claimed by Captain [uname] in the name of the company."
+ desc = "The banner bears the official coat of arms of GATO, signifying that [station_name()] has been claimed by Captain [uname] in the name of the company." //GS13 - Nanotrasen to GATO
SSblackbox.record_feedback("text", "station_renames", 1, "[station_name()]")
if(!unlimited_uses)
used = TRUE
diff --git a/code/game/objects/items/circuitboards/computer_circuitboards.dm b/code/game/objects/items/circuitboards/computer_circuitboards.dm
index f3bd3bdd4c..d72b335386 100644
--- a/code/game/objects/items/circuitboards/computer_circuitboards.dm
+++ b/code/game/objects/items/circuitboards/computer_circuitboards.dm
@@ -582,7 +582,7 @@
build_path = /obj/machinery/computer/cargo/request
/obj/item/circuitboard/computer/bounty
- name = "GATO Bounty Console (Computer Board)"
+ name = "GATO Bounty Console (Computer Board)" //GS13 - Nanotrasen to GATO
build_path = /obj/machinery/computer/bounty
/obj/item/circuitboard/computer/ferry
diff --git a/code/game/objects/items/crab17.dm b/code/game/objects/items/crab17.dm
index 49fc61c891..a678f228ec 100644
--- a/code/game/objects/items/crab17.dm
+++ b/code/game/objects/items/crab17.dm
@@ -24,7 +24,7 @@
dumped = TRUE
/obj/structure/checkoutmachine
- name = "\improper GATO Space-Coin Market"
+ name = "\improper GATO Space-Coin Market" //GS13 - Nanotrasen to GATO
desc = "This is good for spacecoin because"
icon = 'icons/obj/money_machine.dmi'
icon_state = "bogdanoff"
diff --git a/code/game/objects/items/devices/PDA/cart.dm b/code/game/objects/items/devices/PDA/cart.dm
index 5dc06eb526..9893982c6a 100644
--- a/code/game/objects/items/devices/PDA/cart.dm
+++ b/code/game/objects/items/devices/PDA/cart.dm
@@ -103,7 +103,7 @@
/obj/item/cartridge/lawyer
name = "\improper S.P.A.M. cartridge"
- desc = "Introducing the Station Public Announcement Messenger cartridge, featuring the unique ability to broadcast-mark messages, designed for lawyers across GATO to advertise their useful and important services."
+ desc = "Introducing the Station Public Announcement Messenger cartridge, featuring the unique ability to broadcast-mark messages, designed for lawyers across GATO to advertise their useful and important services." //GS13 - Nanotrasen to GATO
icon_state = "cart-law"
access = CART_SECURITY
spam_enabled = 1
diff --git a/code/game/objects/items/devices/flashlight.dm b/code/game/objects/items/devices/flashlight.dm
index c3a6d0b5be..749b9e7240 100644
--- a/code/game/objects/items/devices/flashlight.dm
+++ b/code/game/objects/items/devices/flashlight.dm
@@ -269,7 +269,7 @@
/obj/item/flashlight/flare
name = "flare"
- desc = "A red GATO issued flare. There are instructions on the side, it reads 'pull cord, make light'."
+ desc = "A red GATO issued flare. There are instructions on the side, it reads 'pull cord, make light'." //GS13 - Nanotrasen to GATO
w_class = WEIGHT_CLASS_SMALL
brightness_on = 7 // Pretty bright.
total_mass = 0.8
diff --git a/code/game/objects/items/devices/gps.dm b/code/game/objects/items/devices/gps.dm
index a1a2575d71..d1273a39ed 100644
--- a/code/game/objects/items/devices/gps.dm
+++ b/code/game/objects/items/devices/gps.dm
@@ -65,7 +65,7 @@
/obj/item/gps/internal/base
gpstag = "NT_AUX"
- desc = "A homing signal from GATO's mining base."
+ desc = "A homing signal from GATO's mining base." //GS13 - Nanotrasen to GATO
/obj/item/gps/visible_debug
name = "visible GPS"
diff --git a/code/game/objects/items/devices/radio/headset.dm b/code/game/objects/items/devices/radio/headset.dm
index 64ff6ee6f1..5203a43dfd 100644
--- a/code/game/objects/items/devices/radio/headset.dm
+++ b/code/game/objects/items/devices/radio/headset.dm
@@ -241,7 +241,7 @@ GLOBAL_LIST_INIT(channel_tokens, list(
/obj/item/radio/headset/headset_cent
name = "\improper CentCom headset"
- desc = "A headset used by the upper echelons of GATO."
+ desc = "A headset used by the upper echelons of GATO." //GS13 - Nanotrasen to GATO
icon_state = "cent_headset"
keyslot = new /obj/item/encryptionkey/headset_com
keyslot2 = new /obj/item/encryptionkey/headset_cent
diff --git a/code/game/objects/items/documents.dm b/code/game/objects/items/documents.dm
index 36493952ed..10f8c3f5d8 100644
--- a/code/game/objects/items/documents.dm
+++ b/code/game/objects/items/documents.dm
@@ -13,7 +13,7 @@
resistance_flags = INDESTRUCTIBLE | LAVA_PROOF | FIRE_PROOF | ACID_PROOF
/obj/item/documents/nanotrasen
- desc = "\"Top Secret\" GATO documents, filled with complex diagrams and lists of names, dates and coordinates."
+ desc = "\"Top Secret\" GATO documents, filled with complex diagrams and lists of names, dates and coordinates." //GS13 - Nanotrasen to GATO
icon_state = "docs_verified"
/obj/item/documents/syndicate
diff --git a/code/game/objects/items/implants/implant_exile.dm b/code/game/objects/items/implants/implant_exile.dm
index 2fffe4e80a..c6aba15231 100644
--- a/code/game/objects/items/implants/implant_exile.dm
+++ b/code/game/objects/items/implants/implant_exile.dm
@@ -6,7 +6,7 @@
desc = "Prevents you from returning from away missions."
activated = 0
-/obj/item/implant/exile/get_data()
+/obj/item/implant/exile/get_data() //GS13 - Nanotrasen to GATO
var/dat = {"Implant Specifications:
Name: GATO Employee Exile Implant
Implant Details: The onboard gateway system has been modified to reject entry by individuals containing this implant
"}
diff --git a/code/game/objects/items/implants/implant_mindshield.dm b/code/game/objects/items/implants/implant_mindshield.dm
index fbda6721da..9a314a9274 100644
--- a/code/game/objects/items/implants/implant_mindshield.dm
+++ b/code/game/objects/items/implants/implant_mindshield.dm
@@ -3,7 +3,7 @@
desc = "Protects against brainwashing."
activated = 0
-/obj/item/implant/mindshield/get_data()
+/obj/item/implant/mindshield/get_data() //GS13 - Nanotrasen to GATO
var/dat = {"Implant Specifications:
Name: GATO Employee Management Implant
Life: Ten years.
diff --git a/code/game/objects/items/implants/implantchair.dm b/code/game/objects/items/implants/implantchair.dm
index b5d572676f..115ac8641c 100644
--- a/code/game/objects/items/implants/implantchair.dm
+++ b/code/game/objects/items/implants/implantchair.dm
@@ -173,7 +173,7 @@
auto_inject = FALSE
auto_replenish = FALSE
special = TRUE
- var/objective = "Obey the law. Praise GATO."
+ var/objective = "Obey the law. Praise GATO." //GS13 - Nanotrasen to GATO
var/custom = FALSE
/obj/machinery/implantchair/brainwash/implant_action(mob/living/C,mob/user)
diff --git a/code/game/objects/items/mail.dm b/code/game/objects/items/mail.dm
index 03f1fc297b..1316d73ea6 100644
--- a/code/game/objects/items/mail.dm
+++ b/code/game/objects/items/mail.dm
@@ -222,7 +222,7 @@
/obj/item/paper/pamphlet/violent_video_games = "[initial(name)] for the truth about the arcade centcom doesn't want to hear",
/obj/item/paper/fluff/junkmail_redpill = "[initial(name)] for those feeling [pick(GLOB.adjectives)] working at GATO",
/obj/effect/decal/cleanable/ash = "[initial(name)] with INCREDIBLY IMPORTANT ARTIFACT- DELIVER TO SCIENCE DIVISION. HANDLE WITH CARE.",
- )
+ )//GS13 - Nanotrasen to GATO
color = pick(department_colors) //eh, who gives a shit.
name = special_name ? junk_names[junk] : "important [initial(name)]"
diff --git a/code/game/objects/items/manuals.dm b/code/game/objects/items/manuals.dm
index 6dc51d8c8e..14ec3118ab 100644
--- a/code/game/objects/items/manuals.dm
+++ b/code/game/objects/items/manuals.dm
@@ -43,7 +43,7 @@