diff --git a/GainStation13/code/game/objects/effects/posters.dm b/GainStation13/code/game/objects/effects/posters.dm
index ccfd5a2673..c1e72484a7 100644
--- a/GainStation13/code/game/objects/effects/posters.dm
+++ b/GainStation13/code/game/objects/effects/posters.dm
@@ -63,3 +63,101 @@
desc = "A poster from terran sectors, suggesting non-existence of mythical country of Malta."
icon_state = "poster50"
icon = 'GainStation13/icons/obj/contraband.dmi'
+
+
+//recoloring of propaganda posters - from NT blue to GT pink
+/obj/structure/sign/poster/gato/safety
+ name = "Here For Your Safety"
+ desc = "A poster glorifying the station's security force."
+ icon_state = "poster1_legit"
+ icon = 'GainStation13/icons/obj/contraband.dmi'
+
+/obj/structure/sign/poster/gato/lovegato
+ name = "GATO Poster"
+ desc = "A poster with the GATO's friendly feline mascot."
+ icon_state = "poster2_legit"
+ icon = 'GainStation13/icons/obj/contraband.dmi'
+
+/obj/structure/sign/poster/gato/cleanhands
+ name = "Cleanliness"
+ desc = "A poster warning of the dangers of poor hygiene."
+ icon_state = "poster3_legit"
+ icon = 'GainStation13/icons/obj/contraband.dmi'
+
+/obj/structure/sign/poster/gato/helpothers
+ name = "Help Others"
+ desc = "A poster encouraging you to help fellow crewmembers."
+ icon_state = "poster4_legit"
+ icon = 'GainStation13/icons/obj/contraband.dmi'
+
+/obj/structure/sign/poster/gato/buildstuff
+ name = "Build"
+ desc = "A poster glorifying the engineering team."
+ icon_state = "poster5_legit"
+ icon = 'GainStation13/icons/obj/contraband.dmi'
+
+/obj/structure/sign/poster/gato/blessthisspess
+ name = "Bless This Spess"
+ desc = "A poster blessing this area."
+ icon_state = "poster6_legit"
+ icon = 'GainStation13/icons/obj/contraband.dmi'
+
+/obj/structure/sign/poster/gato/science
+ name = "Science"
+ desc = "A poster depicting an atom."
+ icon_state = "poster7_legit"
+ icon = 'GainStation13/icons/obj/contraband.dmi'
+
+/obj/structure/sign/poster/gato/arf
+ name = "Ian"
+ desc = "Arf arf. Yap."
+ icon_state = "poster8_legit"
+ icon = 'GainStation13/icons/obj/contraband.dmi'
+
+/obj/structure/sign/poster/gato/obey
+ name = "Obey"
+ desc = "A poster instructing the viewer to obey authority."
+ icon_state = "poster9_legit"
+ icon = 'GainStation13/icons/obj/contraband.dmi'
+
+/obj/structure/sign/poster/gato/walk
+ name = "Walk"
+ desc = "A poster instructing the viewer to walk instead of running."
+ icon_state = "poster10_legit"
+ icon = 'GainStation13/icons/obj/contraband.dmi'
+
+/obj/structure/sign/poster/gato/statelaws
+ name = "State Laws"
+ desc = "A poster instructing cyborgs to state their laws."
+ icon_state = "poster11_legit"
+ icon = 'GainStation13/icons/obj/contraband.dmi'
+
+/obj/structure/sign/poster/gato/loveian
+ name = "Love Ian"
+ desc = "Ian is love, Ian is life."
+ icon_state = "poster12_legit"
+ icon = 'GainStation13/icons/obj/contraband.dmi'
+
+/obj/structure/sign/poster/gato/futurework
+ name = "Work For A Future"
+ desc = " A poster encouraging you to work for your future."
+ icon_state = "poster17_legit"
+ icon = 'GainStation13/icons/obj/contraband.dmi'
+
+/obj/structure/sign/poster/gato/safety
+ name = "Safety: Internals"
+ desc = "A poster instructing the viewer to wear internals in the rare environments where there is no oxygen or the air has been rendered toxic."
+ icon_state = "poster19_legit"
+ icon = 'GainStation13/icons/obj/contraband.dmi'
+
+/obj/structure/sign/poster/gato/safety2
+ name = "Safety: Eye Protection"
+ desc = "A poster instructing the viewer to wear eye protection when dealing with chemicals, smoke, or bright lights."
+ icon_state = "poster20_legit"
+ icon = 'GainStation13/icons/obj/contraband.dmi'
+
+/obj/structure/sign/poster/gato/reportcrimes
+ name = "Report Crimes"
+ desc = "A poster encouraging the swift reporting of crime or seditious behavior to station security."
+ icon_state = "poster22_legit"
+ icon = 'GainStation13/icons/obj/contraband.dmi'
diff --git a/GainStation13/code/game/objects/effects/spawners/decals.dm b/GainStation13/code/game/objects/effects/spawners/decals.dm
index f225c34d5b..8e61c22cc3 100644
--- a/GainStation13/code/game/objects/effects/spawners/decals.dm
+++ b/GainStation13/code/game/objects/effects/spawners/decals.dm
@@ -20,3 +20,74 @@
last_event = world.time
active = 0
return
+
+//gato colored signs - from NT blue to GT pink
+/obj/structure/sign/warning/gato
+ name = "\improper WARNING SIGN"
+ desc = "A warning sign which reads 'SECURE AREA'."
+ icon = 'GainStation13/icons/obj/decals.dmi'
+
+/obj/structure/sign/warning/gato/securearea
+ name = "\improper SECURE AREA"
+ desc = "A warning sign which reads 'SECURE AREA'."
+
+/obj/structure/sign/warning/gato/docking
+ name = "\improper KEEP CLEAR: DOCKING AREA"
+ desc = "A warning sign which reads 'KEEP CLEAR OF DOCKING AREA'."
+
+/obj/structure/sign/warning/gato/biohazard
+ name = "\improper BIOHAZARD"
+ desc = "A warning sign which reads 'BIOHAZARD'."
+ icon_state = "bio"
+
+/obj/structure/sign/warning/gato/electricshock
+ name = "\improper HIGH VOLTAGE"
+ desc = "A warning sign which reads 'HIGH VOLTAGE'."
+ icon_state = "shock"
+
+/obj/structure/sign/warning/gato/vacuum
+ name = "\improper HARD VACUUM AHEAD"
+ desc = "A warning sign which reads 'HARD VACUUM AHEAD'."
+ icon_state = "space"
+
+/obj/structure/sign/warning/gato/vacuum/external
+ name = "\improper EXTERNAL AIRLOCK"
+ desc = "A warning sign which reads 'EXTERNAL AIRLOCK'."
+ layer = MOB_LAYER
+
+/obj/structure/sign/warning/gato/deathsposal
+ name = "\improper DISPOSAL: LEADS TO SPACE"
+ desc = "A warning sign which reads 'DISPOSAL: LEADS TO SPACE'."
+ icon_state = "deathsposal"
+
+/obj/structure/sign/warning/gato/pods
+ name = "\improper ESCAPE PODS"
+ desc = "A warning sign which reads 'ESCAPE PODS'."
+ icon_state = "pods"
+
+/obj/structure/sign/warning/gato/fire
+ name = "\improper DANGER: FIRE"
+ desc = "A warning sign which reads 'DANGER: FIRE'."
+ icon_state = "fire"
+
+/obj/structure/sign/warning/gato/nosmoking
+ name = "\improper NO SMOKING"
+ desc = "A warning sign which reads 'NO SMOKING'."
+ icon_state = "nosmoking2"
+
+/obj/structure/sign/warning/gato/nosmoking/circle
+ icon_state = "nosmoking"
+
+/obj/structure/sign/warning/gato/radiation
+ name = "\improper HAZARDOUS RADIATION"
+ desc = "A warning sign alerting the user of potential radiation hazards."
+ icon_state = "radiation"
+
+/obj/structure/sign/warning/gato/radiation/rad_area
+ name = "\improper RADIOACTIVE AREA"
+ desc = "A warning sign which reads 'RADIOACTIVE AREA'."
+
+/obj/structure/sign/warning/gato/enginesafety
+ name = "\improper ENGINEERING SAFETY"
+ desc = "A sign detailing the various safety protocols when working on-site to ensure a safe shift."
+ icon_state = "safety"
diff --git a/GainStation13/code/obj/items/gato.dm b/GainStation13/code/obj/items/gato.dm
new file mode 100644
index 0000000000..674e9d7138
--- /dev/null
+++ b/GainStation13/code/obj/items/gato.dm
@@ -0,0 +1,21 @@
+/////GS13 - reflavoring of random items into GATO corp, mostly seperated variants so we don't overwrite NT
+
+/obj/item/storage/fancy/cigarettes/gatito
+ name = "\improper HumoGatitos packet"
+ desc = "Strangely tasty for a cigarette."
+ icon = 'GainStation13/icons/obj/cigarettes.dmi'
+ icon_state = "smokegatitos"
+ spawn_type = /obj/item/clothing/mask/cigarette/dromedary
+
+/obj/item/clothing/mask/cigarette/gatito
+ desc = "A HumoGatitos brand cigarette."
+
+/obj/item/banner/gato
+ name = "GATO banner"
+ desc = "The banner of GATO, our corporate overlords."
+ icon = 'GainStation13/icons/obj/items_and_weapons.dmi'
+ icon_state = "banner_gato"
+ job_loyalties = list("Command")
+ warcry = "FOR THE INTEREST OF GATO!!"
+ lefthand_file = 'GainStation13/icons/mob/inhands/equipment/banners_lefthand.dmi'
+ righthand_file = 'GainStation13/icons/mob/inhands/equipment/banners_righthand.dmi'
diff --git a/GainStation13/icons/mob/inhands/equipment/banners_lefthand.dmi b/GainStation13/icons/mob/inhands/equipment/banners_lefthand.dmi
new file mode 100644
index 0000000000..1cc462a86b
Binary files /dev/null and b/GainStation13/icons/mob/inhands/equipment/banners_lefthand.dmi differ
diff --git a/GainStation13/icons/mob/inhands/equipment/banners_righthand.dmi b/GainStation13/icons/mob/inhands/equipment/banners_righthand.dmi
new file mode 100644
index 0000000000..a8850aceab
Binary files /dev/null and b/GainStation13/icons/mob/inhands/equipment/banners_righthand.dmi differ
diff --git a/GainStation13/icons/obj/barsigns.dmi b/GainStation13/icons/obj/barsigns.dmi
index 9ce18e94fb..891517a2f2 100644
Binary files a/GainStation13/icons/obj/barsigns.dmi and b/GainStation13/icons/obj/barsigns.dmi differ
diff --git a/GainStation13/icons/obj/card.dmi b/GainStation13/icons/obj/card.dmi
new file mode 100644
index 0000000000..1a20c6297e
Binary files /dev/null and b/GainStation13/icons/obj/card.dmi differ
diff --git a/GainStation13/icons/obj/cigarettes.dmi b/GainStation13/icons/obj/cigarettes.dmi
new file mode 100644
index 0000000000..89a299b2b8
Binary files /dev/null and b/GainStation13/icons/obj/cigarettes.dmi differ
diff --git a/GainStation13/icons/obj/clothing/cloaks.dmi b/GainStation13/icons/obj/clothing/cloaks.dmi
new file mode 100644
index 0000000000..a1a4c748ce
Binary files /dev/null and b/GainStation13/icons/obj/clothing/cloaks.dmi differ
diff --git a/GainStation13/icons/obj/decals.dmi b/GainStation13/icons/obj/decals.dmi
index 2813a82a6d..12740a1430 100644
Binary files a/GainStation13/icons/obj/decals.dmi and b/GainStation13/icons/obj/decals.dmi differ
diff --git a/GainStation13/icons/obj/gatofication.dmi b/GainStation13/icons/obj/gatofication.dmi
new file mode 100644
index 0000000000..fcab8166f5
Binary files /dev/null and b/GainStation13/icons/obj/gatofication.dmi differ
diff --git a/GainStation13/icons/obj/items_and_weapons.dmi b/GainStation13/icons/obj/items_and_weapons.dmi
new file mode 100644
index 0000000000..43c902fe2d
Binary files /dev/null and b/GainStation13/icons/obj/items_and_weapons.dmi differ
diff --git a/GainStation13/icons/obj/janitor.dmi b/GainStation13/icons/obj/janitor.dmi
new file mode 100644
index 0000000000..96980b3eb8
Binary files /dev/null and b/GainStation13/icons/obj/janitor.dmi differ
diff --git a/GainStation13/icons/obj/modular_console.dmi b/GainStation13/icons/obj/modular_console.dmi
new file mode 100644
index 0000000000..4828293e12
Binary files /dev/null and b/GainStation13/icons/obj/modular_console.dmi differ
diff --git a/_maps/map_files/SpookyStation/halloweenPersiWork.dm b/_maps/map_files/SpookyStation/halloweenPersiWork.dm
index fe49da57b6..aa2a6f9a43 100644
--- a/_maps/map_files/SpookyStation/halloweenPersiWork.dm
+++ b/_maps/map_files/SpookyStation/halloweenPersiWork.dm
@@ -50,7 +50,7 @@
/obj/item/paper/fluff/balls/spookyasylum/healstaffnote
name = "Shipping Manifest 'Healing Staves'"
- info = "Contained in this chest are several magical healing staves created by NT sanctioned warlocks, please use them in the event an employee is injured during the festivities. We hope you have a safe and enjoyable celebration, remember you are expected to return to work promptly at its conclusion.
We apologize in the unlikely event the contents of the crate are scattered around the asylum by its teleportation."
+ info = "Contained in this chest are several magical healing staves created by GT sanctioned warlocks, please use them in the event an employee is injured during the festivities. We hope you have a safe and enjoyable celebration, remember you are expected to return to work promptly at its conclusion.
We apologize in the unlikely event the contents of the crate are scattered around the asylum by its teleportation." //GS13 - NT to GT
//Dorm Buttons
diff --git a/_maps/shuttles/emergency_wabbajack.dmm b/_maps/shuttles/emergency_wabbajack.dmm
index 68434a3a66..fe24913fb7 100644
--- a/_maps/shuttles/emergency_wabbajack.dmm
+++ b/_maps/shuttles/emergency_wabbajack.dmm
@@ -200,7 +200,7 @@
name = "Emergency Shuttle Airlock"
},
/obj/docking_port/mobile/emergency{
- name = "NT Lepton Violet"
+ name = "GT Lepton Violet"
},
/obj/structure/fans/tiny,
/turf/open/floor/plating,
diff --git a/_maps/shuttles/whiteship_cere.dmm b/_maps/shuttles/whiteship_cere.dmm
index 55aec03563..0abada1c4f 100644
--- a/_maps/shuttles/whiteship_cere.dmm
+++ b/_maps/shuttles/whiteship_cere.dmm
@@ -20,7 +20,7 @@
height = 16;
shuttle_id = "whiteship";
launch_status = 0;
- name = "NT Recovery White-Ship";
+ name = "GT Recovery White-Ship";
port_direction = 8;
preferred_direction = 1;
width = 16
diff --git a/_maps/shuttles/whiteship_delta.dmm b/_maps/shuttles/whiteship_delta.dmm
index bf0b154326..1f26181f9c 100644
--- a/_maps/shuttles/whiteship_delta.dmm
+++ b/_maps/shuttles/whiteship_delta.dmm
@@ -30,7 +30,7 @@
shuttle_id = "whiteship";
launch_status = 0;
movement_force = list("KNOCKDOWN" = 0, "THROW" = 0);
- name = "NT Frigate";
+ name = "GT Frigate";
port_direction = 8;
preferred_direction = 4;
width = 27
diff --git a/code/__DEFINES/cargo.dm b/code/__DEFINES/cargo.dm
index 85e5e9d2ac..251d642a85 100644
--- a/code/__DEFINES/cargo.dm
+++ b/code/__DEFINES/cargo.dm
@@ -43,12 +43,12 @@
GLOBAL_LIST_EMPTY(supplypod_loading_bays)
GLOBAL_LIST_INIT(podstyles, list(\
- list(POD_SHAPE_NORML, "pod", TRUE, "default", "yellow", RUBBLE_NORMAL, "supply pod", "A Nanotrasen supply drop pod."),\
- list(POD_SHAPE_NORML, "advpod", TRUE, "bluespace", "blue", RUBBLE_NORMAL, "bluespace supply pod" , "A Nanotrasen Bluespace supply pod. Teleports back to CentCom after delivery."),\
- list(POD_SHAPE_NORML, "advpod", TRUE, "centcom", "blue", RUBBLE_NORMAL, "\improper CentCom supply pod", "A Nanotrasen supply pod, this one has been marked with Central Command's designations. Teleports back to CentCom after delivery."),\
+ list(POD_SHAPE_NORML, "pod", TRUE, "default", "yellow", RUBBLE_NORMAL, "supply pod", "A GATO supply drop pod."),\
+ list(POD_SHAPE_NORML, "advpod", TRUE, "bluespace", "blue", RUBBLE_NORMAL, "bluespace supply pod" , "A GATO Bluespace supply pod. Teleports back to CentCom after delivery."),\
+ list(POD_SHAPE_NORML, "advpod", TRUE, "centcom", "blue", RUBBLE_NORMAL, "\improper CentCom supply pod", "A GATO supply pod, this one has been marked with Central Command's designations. Teleports back to CentCom after delivery."),\
list(POD_SHAPE_NORML, "darkpod", TRUE, "syndicate", "red", RUBBLE_NORMAL, "blood-red supply pod", "An intimidating supply pod, covered in the blood-red markings of the Syndicate. It's probably best to stand back from this."),\
- list(POD_SHAPE_NORML, "darkpod", TRUE, "deathsquad", "blue", RUBBLE_NORMAL, "\improper Deathsquad drop pod", "A Nanotrasen drop pod. This one has been marked the markings of Nanotrasen's elite strike team."),\
- list(POD_SHAPE_NORML, "pod", TRUE, "cultist", "red", RUBBLE_NORMAL, "bloody supply pod", "A Nanotrasen supply pod covered in scratch-marks, blood, and strange runes."),\
+ list(POD_SHAPE_NORML, "darkpod", TRUE, "deathsquad", "blue", RUBBLE_NORMAL, "\improper Deathsquad drop pod", "A GATO drop pod. This one has been marked the markings of GATO's elite strike team."),\
+ list(POD_SHAPE_NORML, "pod", TRUE, "cultist", "red", RUBBLE_NORMAL, "bloody supply pod", "A GATO supply pod covered in scratch-marks, blood, and strange runes."),\
list(POD_SHAPE_OTHER, "missile", FALSE, FALSE, FALSE, RUBBLE_THIN, "cruise missile", "A big ass missile that didn't seem to fully detonate. It was likely launched from some far-off deep space missile silo. There appears to be an auxillery payload hatch on the side, though manually opening it is likely impossible."),\
list(POD_SHAPE_OTHER, "smissile", FALSE, FALSE, FALSE, RUBBLE_THIN, "\improper Syndicate cruise missile", "A big ass, blood-red missile that didn't seem to fully detonate. It was likely launched from some deep space Syndicate missile silo. There appears to be an auxillery payload hatch on the side, though manually opening it is likely impossible."),\
list(POD_SHAPE_OTHER, "box", TRUE, FALSE, FALSE, RUBBLE_WIDE, "\improper Aussec supply crate", "An incredibly sturdy supply crate, designed to withstand orbital re-entry. Has 'Aussec Armory - 2532' engraved on the side."),\
diff --git a/code/__HELPERS/roundend.dm b/code/__HELPERS/roundend.dm
index d7d429281c..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 Nanotrasen 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 a130962bab..42617e2661 100644
--- a/code/controllers/subsystem/shuttle.dm
+++ b/code/controllers/subsystem/shuttle.dm
@@ -267,8 +267,8 @@ SUBSYSTEM_DEF(shuttle)
emergency.cancel()
if(!admiral_message)
- admiral_message = pick(GLOB.admiral_messages)
- var/intercepttext = "Nanotrasen Update: Request For Shuttle.
\
+ 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 \
conclusion that it does not warrant the abandonment of the station.
\
diff --git a/code/controllers/subsystem/ticker.dm b/code/controllers/subsystem/ticker.dm
index 9e4ca0a6c0..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 = "Nanotrasen 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 f5a46eb140..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 = "Nanotrasen"
+ 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 4b4cce3794..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] Nanotrasen 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 Nanotrasen 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 Nanotrasen 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 7a57e50364..244020887a 100644
--- a/code/datums/ruins/space.dm
+++ b/code/datums/ruins/space.dm
@@ -34,8 +34,8 @@
id = "asteroid4"
suffix = "asteroid4.dmm"
name = "Asteroid 4"
- description = "Nanotrasen 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."
+ 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." //GS13 - Nanotrasen to GATO
/datum/map_template/ruin/space/asteroid5
id = "asteroid5"
@@ -95,8 +95,8 @@
id = "derelict6"
suffix = "derelict6.dmm"
name = "Derelict 6"
- description = "The hush-hush of Nanotrasen when it comes to stations seemingly vanishing off the radar is an interesting topic, theories of nuclear destruction float about while Nanotrasen \
- flat-out denies said stations ever existing."
+ 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." //GS13 - Nanotrasen to GATO
/datum/map_template/ruin/space/empty_shell
id = "empty-shell"
@@ -259,7 +259,7 @@
/datum/map_template/ruin/space/whiteshipruin_box
id = "whiteshipruin_box"
suffix = "whiteshipruin_box.dmm"
- name = "NT Medical Ship"
+ name = "GT Medical Ship" //GS13 - NT to GT
description = "An ancient ship, said to be among the first discovered derelicts near Space Station 13 that was still in working order. \
Aged and deprecated by time, this relic of a vessel is now broken beyond repair."
diff --git a/code/datums/shuttles.dm b/code/datums/shuttles.dm
index add0668950..3e505e8662 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 Nanotrasen 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 Nanotrasen 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,20 +416,20 @@
/datum/map_template/shuttle/emergency/goon
suffix = "goon"
name = "NES Port"
- description = "The Nanotrasen Emergency Shuttle Port(NES Port for short) is a shuttle used at other less known Nanotrasen 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
// suffix = "rollerdome"
// name = "Uncle Pete's Rollerdome"
-// description = "Developed by a member of Nanotrasen's R&D crew that claims to have travelled from the year 2028.
+// description = "Developed by a member of GATO's R&D crew that claims to have travelled from the year 2028.
// He says this shuttle is based off an old entertainment complex from the 1990s, though our database has no records on anything pertaining to that decade."
// admin_notes = "ONLY NINETIES KIDS REMEMBER. Uses the fun balloon and drone from the Emergency Bar."
// credit_cost = 500 * 5
/datum/map_template/shuttle/emergency/wabbajack
suffix = "wabbajack"
- name = "NT Lepton Violet"
+ name = "GT Lepton Violet" //GS13 - NT to GT
description = "The research team based on this vessel went missing one day, and no amount of investigation could discover what happened to them. \
The only occupants were a number of dead rodents, who appeared to have clawed each other to death. \
Needless to say, no engineering team wanted to go near the thing, and it's only being used as an Emergency Escape Shuttle because there is literally nothing else available."
@@ -509,23 +509,23 @@
/datum/map_template/shuttle/whiteship/pubby
suffix = "pubby"
- name = "NT White UFO"
+ name = "GT White UFO" //GS13 - NT to GT
/datum/map_template/shuttle/whiteship/cere
suffix = "cere"
- name = "NT Construction Vessel"
+ name = "GT Construction Vessel" //GS13 - NT to GT
// /datum/map_template/shuttle/whiteship/kilo
// suffix = "kilo"
-// name = "NT Mining Shuttle"
+// name = "GT Mining Shuttle"
// /datum/map_template/shuttle/whiteship/donut
// suffix = "donut"
-// name = "NT Long-Distance Bluespace Jumper"
+// name = "GT Long-Distance Bluespace Jumper"
/datum/map_template/shuttle/whiteship/delta
suffix = "delta"
- name = "NT Frigate"
+ name = "GT Frigate" //GS13 - NT to GT
/datum/map_template/shuttle/whiteship/pod
suffix = "whiteship_pod"
@@ -533,7 +533,7 @@
/datum/map_template/shuttle/whiteship/cog
suffix = "cog"
- name = "NT Prisoner Transport"
+ name = "GT Prisoner Transport" //GS13 - NT to GT
/datum/map_template/shuttle/cargo/kilo
suffix = "kilo"
@@ -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 Nanotrasen 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 94772966ee..70358166d3 100644
--- a/code/datums/station_traits/positive_traits.dm
+++ b/code/datums/station_traits/positive_traits.dm
@@ -90,10 +90,10 @@
show_in_report = TRUE
var/list/scarves
-/datum/station_trait/scarves/New()
+/datum/station_trait/scarves/New() //GS13 - Nanotrasen to GATO
. = ..()
report_message = pick(
- "Nanotrasen is experimenting with seeing if neck warmth improves employee morale.",
+ "GATO is experimenting with seeing if neck warmth improves employee morale.",
"After Space Fashion Week, scarves are the hot new accessory.",
"Everyone was simultaneously a little bit cold when they packed to go to the station.",
"The station is definitely not under attack by neck grappling aliens masquerading as wool. Definitely not.",
diff --git a/code/datums/traits/negative.dm b/code/datums/traits/negative.dm
index 6a68334c85..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 Nanotrasen 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 6da31e41bb..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 Nanotrasen, 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 a21d6c676d..fdab5da356 100644
--- a/code/game/gamemodes/changeling/traitor_chan.dm
+++ b/code/game/gamemodes/changeling/traitor_chan.dm
@@ -80,6 +80,6 @@
..()
/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 Nanotrasen station \
+ 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 64de9f2097..5c68756841 100644
--- a/code/game/gamemodes/devil/devil_game_mode.dm
+++ b/code/game/gamemodes/devil/devil_game_mode.dm
@@ -58,8 +58,8 @@
return TRUE
/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 Nanotrasen, 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."
+ 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." //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 450950e640..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 Nanotrasen'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 Nanotrasen 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 Nanotrasen-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 Nanotrasen'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 NT '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 Nanotrasen 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 ab087dceb0..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 nanotrasen."
- team_explanation_text = "Have all members of your team free of nanotrasen 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 c64e508cef..2c715379e4 100644
--- a/code/game/gamemodes/traitor/double_agents.dm
+++ b/code/game/gamemodes/traitor/double_agents.dm
@@ -11,16 +11,16 @@
recommended_enemies = 8
reroll_friendly = 0
chaos = 7
- traitor_name = "Nanotrasen 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
num_modifier = 4 // Four additional traitors
antag_datum = /datum/antagonist/traitor/internal_affairs
- announce_text = "There are Nanotrasen Internal Affairs Agents trying to kill each other!\n\
+ 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
@@ -79,5 +79,5 @@
/datum/game_mode/traitor/internal_affairs/generate_report()
- return "Nanotrasen 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."
+ 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." //GS13 - Nanotrasen to GATO
diff --git a/code/game/gamemodes/traitor/traitor.dm b/code/game/gamemodes/traitor/traitor.dm
index a46e4e90c8..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 \
- Nanotrasen 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 805ce0c50b..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 Nanotrasen 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 f8faa5a60a..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 Nanotrasen 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 Nanotrasen. 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/doors/firedoor.dm b/code/game/machinery/doors/firedoor.dm
index 46a4063c77..f16b16d79f 100644
--- a/code/game/machinery/doors/firedoor.dm
+++ b/code/game/machinery/doors/firedoor.dm
@@ -426,7 +426,7 @@
/obj/machinery/door/firedoor/window
name = "window shutter"
icon = 'icons/obj/doors/doorfirewindow.dmi'
- desc = "A second window that slides in when the original window is broken, designed to protect against hull breaches. Truly a work of genius by NT engineers."
+ desc = "A second window that slides in when the original window is broken, designed to protect against hull breaches. Truly a work of genius by GT engineers." //GS13 - NT to GT
glass = TRUE
explosion_block = 0
max_integrity = 50
diff --git a/code/game/machinery/syndicatebomb.dm b/code/game/machinery/syndicatebomb.dm
index d9b110e8c4..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 Nanotrasen 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 222a5cc455..0577bd8f9f 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 Nanotrasen 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 Nanotrasen'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 Nanotrasen 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 Nanotrasen'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 Nanotrasen."
+ 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 Nanotrasen."
+ 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 NanoTrasen 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 = "Nanotrasen Manifest"
- desc = "A poster listing off various fictional claims of Nanotrasen'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 Nanotrasen-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 Nanoposters Manufacturing, a subsidiary of Nanotrasen."
+ 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 Nanotrasen 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 = "NT PDA600 Ad"
- desc = "A poster advertising an old discounted Nanotrasen PDA. This is the old 600 model, it has a small screen and suffered from security and networking issues."
+ name = "GT PDA600 Ad" //GS13 - NT to GT
+ 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 = "NT PDA800 Ad"
- desc = "An advertisement on an old Nanotrasen PDA model. The 800 fixed a lot of security flaws that the 600 had; it also had large touchscreen and hot-swappable cartridges."
+ name = "GT PDA800 Ad" //GS13 - NT to GT
+ 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 Nanotrasen 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
@@ -668,7 +668,7 @@
/obj/structure/sign/poster/official/no_erp
name = "No ERP"
- desc = "This poster reminds the crew that Eroticism, Rape and Pornography are banned on Nanotrasen stations."
+ desc = "This poster reminds the crew that Eroticismand Pornography aren't encouraged in public."
icon_state = "poster_noerp"
/obj/structure/sign/poster/official/wtf_is_co2
@@ -697,12 +697,12 @@
icon_state = "poster_medical"
/obj/structure/sign/poster/official/nt_storm_officer
- name = "NT Storm Ad"
+ name = "GT Storm Ad" //GS13 - NT to GT
desc = "An advertisement for NanoTrasen Storm. A premium infantry helmet, This is the officer variant. I comes with a better radio, better HUD software and better targeting sensors."
icon_state = "poster_stormy"
/obj/structure/sign/poster/official/nt_storm
- name = "NT Storm Ad"
+ name = "GT Storm Ad" //GS13 - NT to GT
desc = "An advertisement for NanoTrasen Storm. A premium infantry helmet, It contains a rebreather and full head coverage for use on harsh environments where the air isn't always safe to breathe."
icon_state = "poster_stormier"
diff --git a/code/game/objects/items/AI_modules.dm b/code/game/objects/items/AI_modules.dm
index 1906f85a6f..3259c17641 100644
--- a/code/game/objects/items/AI_modules.dm
+++ b/code/game/objects/items/AI_modules.dm
@@ -362,7 +362,7 @@ AI MODULES
/obj/item/ai_module/core/full/asimov
name = "'Asimov' Core AI Module"
law_id = "asimov"
- var/subject = "person of an NT approved crew species" //CITADEL CHANGED FROM HUMANS!
+ var/subject = "person of an GT approved crew species" //CITADEL CHANGED FROM HUMANS! //GS13 - NT to GT
/obj/item/ai_module/core/full/asimov/attack_self(var/mob/user as mob)
var/targName = stripped_input(user, "Please enter a new subject that asimov is concerned with.", "Asimov to whom?", subject)
diff --git a/code/game/objects/items/blueprints.dm b/code/game/objects/items/blueprints.dm
index e891b2f7d5..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 Nanotrasen. 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 328ca30772..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 = "nanotrasen 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 Nanotrasen, 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 58d9627476..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 = "Nanotrasen 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/clown_items.dm b/code/game/objects/items/clown_items.dm
index d8d471abaf..0a97c2ef41 100644
--- a/code/game/objects/items/clown_items.dm
+++ b/code/game/objects/items/clown_items.dm
@@ -32,6 +32,11 @@
AddComponent(/datum/component/slippery, 80)
/obj/item/soap/nanotrasen
+ desc = "A Nanotrasen brand bar of soap. Smells of plasma."
+ icon = 'GainStation13/icons/obj/items_and_weapons.dmi' //GS13 - sorry not sorry, but it's just easier to replace this sprite instead of rebranding all instances of nanotrasen soap
+ icon_state = "soapgt"
+
+/obj/item/soap/nanotrasenreal //GS13 - this is the real NT soap :3
desc = "A Nanotrasen brand bar of soap. Smells of plasma."
icon_state = "soapnt"
diff --git a/code/game/objects/items/crab17.dm b/code/game/objects/items/crab17.dm
index b228e64736..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 Nanotrasen 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 e9c02ebc90..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 Nanotrasen 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 3f64be4729..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 Nanotrasen 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 579f9e888d..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 Nanotrasen'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 8403ea30e7..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 Nanotrasen."
+ 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 1172b50377..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\" Nanotrasen 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 9b68206338..c6aba15231 100644
--- a/code/game/objects/items/implants/implant_exile.dm
+++ b/code/game/objects/items/implants/implant_exile.dm
@@ -6,9 +6,9 @@
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: Nanotrasen Employee Exile Implant
+ Name: GATO Employee Exile Implant
Implant Details: The onboard gateway system has been modified to reject entry by individuals containing this implant
"}
return dat
diff --git a/code/game/objects/items/implants/implant_mindshield.dm b/code/game/objects/items/implants/implant_mindshield.dm
index 14a49c1a00..9a314a9274 100644
--- a/code/game/objects/items/implants/implant_mindshield.dm
+++ b/code/game/objects/items/implants/implant_mindshield.dm
@@ -3,9 +3,9 @@
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: Nanotrasen Employee Management Implant
+ Name: GATO Employee Management Implant
Life: Ten years.
Important Notes: Personnel injected with this device are much more resistant to brainwashing.
diff --git a/code/game/objects/items/implants/implantchair.dm b/code/game/objects/items/implants/implantchair.dm
index 263aab4039..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 Nanotrasen."
+ 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 9daee7b4f1..8ab101ef4e 100644
--- a/code/game/objects/items/mail.dm
+++ b/code/game/objects/items/mail.dm
@@ -154,12 +154,12 @@
. += span_notice("You notice the postmarking on the front of the mail...")
var/datum/mind/recipient = recipient_ref.resolve()
if(recipient)
- . += span_info("[postmarked ? "Certified NT" : "Uncertified"] mail for [recipient].")
+ . += span_info("[postmarked ? "Certified GT" : "Uncertified"] mail for [recipient].") //GS13 - NT to GT
else if(postmarked)
. += span_info("Certified mail for [GLOB.station_name].")
else
. += span_info("This is a dead letter mail with no recipient.")
- . += span_info("Distribute by hand or via destination tagger using the certified NT disposal system.")
+ . += span_info("Distribute by hand or via destination tagger using the certified GT disposal system.") //GS13 - NT to GT
/// Accepts a mind to initialize goodies for a piece of mail.
/obj/item/mail/proc/initialize_for_recipient(datum/mind/recipient)
@@ -220,9 +220,9 @@
var/list/junk_names = list(
/obj/item/paper/pamphlet/gateway = "[initial(name)] for [pick(GLOB.adjectives)] adventurers",
/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 Nanotrasen",
+ /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 3bd13b3905..14ec3118ab 100644
--- a/code/game/objects/items/manuals.dm
+++ b/code/game/objects/items/manuals.dm
@@ -43,7 +43,7 @@