diff --git a/_maps/map_files/SpookyStation/halloweenPersiWork.dm b/_maps/map_files/SpookyStation/halloweenPersiWork.dm
index b9c968fbdf..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 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."
+ 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/code/datums/ruins/space.dm b/code/datums/ruins/space.dm
index c1e3126304..244020887a 100644
--- a/code/datums/ruins/space.dm
+++ b/code/datums/ruins/space.dm
@@ -259,7 +259,7 @@
/datum/map_template/ruin/space/whiteshipruin_box
id = "whiteshipruin_box"
suffix = "whiteshipruin_box.dmm"
- name = "GT 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 c1476e4529..3e505e8662 100644
--- a/code/datums/shuttles.dm
+++ b/code/datums/shuttles.dm
@@ -429,7 +429,7 @@
/datum/map_template/shuttle/emergency/wabbajack
suffix = "wabbajack"
- name = "GT 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,11 +509,11 @@
/datum/map_template/shuttle/whiteship/pubby
suffix = "pubby"
- name = "GT White UFO"
+ name = "GT White UFO" //GS13 - NT to GT
/datum/map_template/shuttle/whiteship/cere
suffix = "cere"
- name = "GT Construction Vessel"
+ name = "GT Construction Vessel" //GS13 - NT to GT
// /datum/map_template/shuttle/whiteship/kilo
// suffix = "kilo"
@@ -525,7 +525,7 @@
/datum/map_template/shuttle/whiteship/delta
suffix = "delta"
- name = "GT 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 = "GT Prisoner Transport"
+ name = "GT Prisoner Transport" //GS13 - NT to GT
/datum/map_template/shuttle/cargo/kilo
suffix = "kilo"
diff --git a/code/game/machinery/doors/firedoor.dm b/code/game/machinery/doors/firedoor.dm
index cb4afe582b..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 GT 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/objects/effects/contraband.dm b/code/game/objects/effects/contraband.dm
index e6315dd9c9..0577bd8f9f 100644
--- a/code/game/objects/effects/contraband.dm
+++ b/code/game/objects/effects/contraband.dm
@@ -632,12 +632,12 @@
icon_state = "poster_pda"
/obj/structure/sign/poster/official/pda_ad600
- name = "GT PDA600 Ad"
+ 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 = "GT PDA800 Ad"
+ 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"
@@ -697,12 +697,12 @@
icon_state = "poster_medical"
/obj/structure/sign/poster/official/nt_storm_officer
- name = "GT 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 = "GT 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 f860aec32a..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 GT 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/mail.dm b/code/game/objects/items/mail.dm
index 1316d73ea6..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 GT" : "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 GT 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)
diff --git a/code/game/objects/items/storage/boxes.dm b/code/game/objects/items/storage/boxes.dm
index ee5feb3ff5..33beb9972e 100644
--- a/code/game/objects/items/storage/boxes.dm
+++ b/code/game/objects/items/storage/boxes.dm
@@ -1339,7 +1339,7 @@
/obj/item/storage/box/mre/menu3
name = "\improper GATO MRE Ration Kit Menu 3" //GS13 - Nanotrasen to GATO
- desc = "The holy grail of MREs. This item contains the fabled MRE pizza, spicy nachos and a sample of coffee instant type 2. Any GT employee lucky enough to get their hands on one of these is truly blessed."
+ desc = "The holy grail of MREs. This item contains the fabled MRE pizza, spicy nachos and a sample of coffee instant type 2. Any GT employee lucky enough to get their hands on one of these is truly blessed." //GS13 - NT to GT
icon_state = "menu3"
can_expire = FALSE //always fresh, never expired.
spawner_chance = 1
diff --git a/code/game/objects/items/toys.dm b/code/game/objects/items/toys.dm
index b2cfea6f61..e4c0332595 100644
--- a/code/game/objects/items/toys.dm
+++ b/code/game/objects/items/toys.dm
@@ -114,7 +114,7 @@
/obj/item/toy/syndicateballoon
name = "syndicate balloon"
- desc = "There is a tag on the back that reads \"FUK GT!11!\"."
+ desc = "There is a tag on the back that reads \"FUK GT!11!\"." //GS13 - NT to GT
icon = 'icons/obj/items_and_weapons.dmi'
icon_state = "syndballoon"
item_state = "syndballoon"
diff --git a/code/game/objects/structures/tables_racks.dm b/code/game/objects/structures/tables_racks.dm
index 813175feef..ee238e943a 100644
--- a/code/game/objects/structures/tables_racks.dm
+++ b/code/game/objects/structures/tables_racks.dm
@@ -310,7 +310,7 @@
///Table on wheels
/obj/structure/table/rolling
name = "Rolling table"
- desc = "A GT brand \"Rolly poly\" rolling table. It can and will move."
+ desc = "A GT brand \"Rolly poly\" rolling table. It can and will move." //GS13 - NT to GT
anchored = FALSE
smooth = SMOOTH_FALSE
canSmoothWith = list()
diff --git a/code/modules/cargo/blackmarket/blackmarket_items/clothing.dm b/code/modules/cargo/blackmarket/blackmarket_items/clothing.dm
index 2e9f5321d7..893b344b15 100644
--- a/code/modules/cargo/blackmarket/blackmarket_items/clothing.dm
+++ b/code/modules/cargo/blackmarket/blackmarket_items/clothing.dm
@@ -40,7 +40,7 @@
/datum/blackmarket_item/clothing/full_spacesuit_set/spawn_item(loc)
var/obj/item/storage/box/B = ..()
B.name = "Spacesuit Box"
- B.desc = "It has a GT logo on it."
+ B.desc = "It has a GT logo on it." //GS13 - NT to GT
new /obj/item/clothing/suit/space(B)
new /obj/item/clothing/head/helmet/space(B)
return B
diff --git a/code/modules/cargo/blackmarket/blackmarket_telepad.dm b/code/modules/cargo/blackmarket/blackmarket_telepad.dm
index f84faa7505..3e11e2fb31 100644
--- a/code/modules/cargo/blackmarket/blackmarket_telepad.dm
+++ b/code/modules/cargo/blackmarket/blackmarket_telepad.dm
@@ -11,7 +11,7 @@
/obj/machinery/ltsrbt
name = "Long-To-Short-Range-Bluespace-Transciever"
- desc = "The LTSRBT is a compact teleportation machine for recieving and sending items outside the station and inside the station.\nUsing teleportation frequencies stolen from GT it is near undetectable.\nEssential for any illegal market operations on GT stations.\n"
+ desc = "The LTSRBT is a compact teleportation machine for recieving and sending items outside the station and inside the station.\nUsing teleportation frequencies stolen from GT it is near undetectable.\nEssential for any illegal market operations on GT stations.\n" //GS13 - NT to GT
icon_state = "exonet_node"
circuit = /obj/item/circuitboard/machine/ltsrbt
density = TRUE
diff --git a/code/modules/cargo/bounties/assistant.dm b/code/modules/cargo/bounties/assistant.dm
index 35aa0bfb6d..4961cbf17d 100644
--- a/code/modules/cargo/bounties/assistant.dm
+++ b/code/modules/cargo/bounties/assistant.dm
@@ -182,7 +182,7 @@
/datum/bounty/item/assistant/metalshields
name = "Metal Shields" //I didnt realise how much work it was to make these, you need 2 Cloth, 3 Leather, Tools, 10 Metal, and a Cable Coil Stack for each one.
- description = "GT is testing the effects of electricity on clowns wielding metal shields. We have clowns, and we have electricity. Send us the shields."
+ description = "GT is testing the effects of electricity on clowns wielding metal shields. We have clowns, and we have electricity. Send us the shields." //GS13 - NT to GT
reward = 3000
required_count = 2
wanted_types = list(/obj/item/shield/makeshift)
diff --git a/code/modules/cargo/packs/emergency.dm b/code/modules/cargo/packs/emergency.dm
index 645bbd23ec..cae75c1dca 100644
--- a/code/modules/cargo/packs/emergency.dm
+++ b/code/modules/cargo/packs/emergency.dm
@@ -204,7 +204,7 @@
/datum/supply_pack/emergency/mre
name = "MRE Packs (Emergency Rations)"
- desc = "The lights are out. Oxygen's running low. You've run out of food except space weevils. Don't let this be you! Order our GT branded MRE kits today! This pack contains 5 MRE packs with a randomized menu and an oxygen tank."
+ desc = "The lights are out. Oxygen's running low. You've run out of food except space weevils. Don't let this be you! Order our GT branded MRE kits today! This pack contains 5 MRE packs with a randomized menu and an oxygen tank." //GS13 - NT to GT
cost = 2000
contains = list(/obj/item/storage/box/mre/menu1/safe,
/obj/item/storage/box/mre/menu1/safe,
diff --git a/code/modules/cargo/packs/engineering.dm b/code/modules/cargo/packs/engineering.dm
index 233c2b11ab..6999afb89c 100644
--- a/code/modules/cargo/packs/engineering.dm
+++ b/code/modules/cargo/packs/engineering.dm
@@ -91,8 +91,8 @@
crate_type = /obj/structure/closet/crate/secure/engineering
/datum/supply_pack/engineering/inducers
- name = "GT-75 Electromagnetic Power Inducers Crate"
- desc = "No rechargers? No problem, with the GT-75 EPI, you can recharge any standard cell-based equipment anytime, anywhere. Contains two Inducers."
+ name = "GT-75 Electromagnetic Power Inducers Crate" //GS13 - NT to GT
+ desc = "No rechargers? No problem, with the GT-75 EPI, you can recharge any standard cell-based equipment anytime, anywhere. Contains two Inducers." //GS13 - NT to GT
cost = 2300
contains = list(/obj/item/inducer/sci/supply, /obj/item/inducer/sci/supply)
crate_name = "inducer crate"
diff --git a/code/modules/cargo/packs/science.dm b/code/modules/cargo/packs/science.dm
index 4081476cfe..afa5c26a73 100644
--- a/code/modules/cargo/packs/science.dm
+++ b/code/modules/cargo/packs/science.dm
@@ -144,7 +144,7 @@
/datum/supply_pack/science/rped
name = "RPED crate"
- desc = "Need to rebuild the ORM but science got annihilated after a bomb test? Buy this for the most advanced parts GT can give you."
+ desc = "Need to rebuild the ORM but science got annihilated after a bomb test? Buy this for the most advanced parts GT can give you." //GS13 - NT to GT
cost = 1500
contains = list(/obj/item/storage/part_replacer/cargo)
crate_name = "\improper RPED crate"
diff --git a/code/modules/mob/living/carbon/life.dm b/code/modules/mob/living/carbon/life.dm
index dafa0a11c0..f8fba32c82 100644
--- a/code/modules/mob/living/carbon/life.dm
+++ b/code/modules/mob/living/carbon/life.dm
@@ -496,7 +496,7 @@ GLOBAL_LIST_INIT(ballmer_good_msg, list("Hey guys, what if we rolled out a blues
"If we can make better bombs with heated plasma, oxygen, and tritium, then why do station nukes still use plutonium?",
"We should port all our GT programs to modular consoles and do away with computers. They're way more customizable, support cross-platform usage, and would allow crazy amounts of multitasking.",
"Wait, if we use more manipulators in something, then it prints for cheaper, right? So what if we just made a new type of printer that has like 12 manipulators inside of it to print stuff for really cheap?"
- ))
+ )) //GS13 - NT to GT
GLOBAL_LIST_INIT(ballmer_windows_me_msg, list("Yo man, what if, we like, uh, put a webserver that's automatically turned on with default admin passwords into every PDA?",
"So like, you know how we separate our codebase from the master copy that runs on our consumer boxes? What if we merged the two and undid the separation between codebase and server?",
"Dude, radical idea: H.O.N.K mechs but with no bananium required.",
diff --git a/code/modules/modular_computers/file_system/programs/ntdownloader.dm b/code/modules/modular_computers/file_system/programs/ntdownloader.dm
index 1c15f734bc..f97ece3d96 100644
--- a/code/modules/modular_computers/file_system/programs/ntdownloader.dm
+++ b/code/modules/modular_computers/file_system/programs/ntdownloader.dm
@@ -1,8 +1,8 @@
/datum/computer_file/program/ntnetdownload
filename = "ntsoftwarehub"
- filedesc = "GT Software Hub"
+ filedesc = "GT Software Hub" //GS13 - NT to GT
program_icon_state = "generic"
- extended_desc = "This program allows downloads of software from official GT repositories"
+ extended_desc = "This program allows downloads of software from official GT repositories" //GS13 - NT to GT
unsendable = TRUE
undeletable = TRUE
size = 4
diff --git a/code/modules/modular_computers/file_system/programs/sm_monitor.dm b/code/modules/modular_computers/file_system/programs/sm_monitor.dm
index fe5f9e8f82..bbbe178b88 100644
--- a/code/modules/modular_computers/file_system/programs/sm_monitor.dm
+++ b/code/modules/modular_computers/file_system/programs/sm_monitor.dm
@@ -1,6 +1,6 @@
/datum/computer_file/program/supermatter_monitor
filename = "ntcims"
- filedesc = "GT CIMS"
+ filedesc = "GT CIMS" //GS13 - NT to GT
category = PROGRAM_CATEGORY_ENGI
ui_header = "smmon_0.gif"
program_icon_state = "smmon_0"
diff --git a/code/modules/modular_computers/hardware/hard_drive.dm b/code/modules/modular_computers/hardware/hard_drive.dm
index 45ca397f41..9ec9432461 100644
--- a/code/modules/modular_computers/hardware/hard_drive.dm
+++ b/code/modules/modular_computers/hardware/hard_drive.dm
@@ -25,7 +25,7 @@
/obj/item/computer_hardware/hard_drive/diagnostics(mob/user)
..()
// 999 is a byond limit that is in place. It's unlikely someone will reach that many files anyway, since you would sooner run out of space.
- to_chat(user, "GT-NFS File Table Status: [stored_files.len]/999")
+ to_chat(user, "GT-NFS File Table Status: [stored_files.len]/999") //GS13 - NT to GT
to_chat(user, "Storage capacity: [used_capacity]/[max_capacity]GQ")
// Use this proc to add file to the drive. Returns 1 on success and 0 on failure. Contains necessary sanity checks.
diff --git a/code/modules/modular_computers/laptop_vendor.dm b/code/modules/modular_computers/laptop_vendor.dm
index 19c9fc1fdf..4effabad8d 100644
--- a/code/modules/modular_computers/laptop_vendor.dm
+++ b/code/modules/modular_computers/laptop_vendor.dm
@@ -2,7 +2,7 @@
/obj/machinery/lapvend
name = "computer vendor"
- desc = "A vending machine with microfabricator capable of dispensing various GT-branded computers."
+ desc = "A vending machine with microfabricator capable of dispensing various GT-branded computers." //GS13 - NT to GT
icon = 'icons/obj/vending.dmi'
icon_state = "robotics"
layer = 2.9
diff --git a/code/modules/paperwork/paper_premade.dm b/code/modules/paperwork/paper_premade.dm
index 372c7b7f76..c29347c29f 100644
--- a/code/modules/paperwork/paper_premade.dm
+++ b/code/modules/paperwork/paper_premade.dm
@@ -41,7 +41,7 @@
/obj/item/paper/guides/jobs/security/labor_camp
name = "Labor Camp Operating Guide"
- info = "Labor Camp Facility Operation Guide
Hello there, proud operator of an GT-Sec Prisoner Rehabilitation Center. A solution to rising crime rates and falling productivity, these facilities are specifically designed for the safe, productive imprisonment of your most dangerous criminals.
To press a long-term prisoner into the service of the station, replace his equipment with prisoners' garb at one of the prison lockers, as per normal operating procedure. Before assigning a prisoner his ID, insert the ID into a prisoner management console and assign the prisoner a quota, based on the severity of his crime.
A single sheet of most materials produces five points for the prisoner, and points can be expected to be produced at a rate of about 100 per minute, though punishments as severe as forced labor should be reserved for serious crimes of sentences not less than five minutes long.
Once you have prepared the prisoner, place him in the secure northern half of the labor shuttle, and send him to the station. Once he meets his quota by feeding sheets to the stacker, he will be allowed to return to the station, and will be able to open the secure door to the prisoner release area.
In the case of dangerous prisoners, surveillance may be needed. To that end, there is a prisoner monitoring room on the mining station, equipped with a remote flasher and a lockdown button. The mine itself is patrolled by a securibot, so the nearby security records console can also be used to secure hostile prisoners on the mine."
+ info = "Labor Camp Facility Operation Guide
Hello there, proud operator of an GT-Sec Prisoner Rehabilitation Center. A solution to rising crime rates and falling productivity, these facilities are specifically designed for the safe, productive imprisonment of your most dangerous criminals.
To press a long-term prisoner into the service of the station, replace his equipment with prisoners' garb at one of the prison lockers, as per normal operating procedure. Before assigning a prisoner his ID, insert the ID into a prisoner management console and assign the prisoner a quota, based on the severity of his crime.
A single sheet of most materials produces five points for the prisoner, and points can be expected to be produced at a rate of about 100 per minute, though punishments as severe as forced labor should be reserved for serious crimes of sentences not less than five minutes long.
Once you have prepared the prisoner, place him in the secure northern half of the labor shuttle, and send him to the station. Once he meets his quota by feeding sheets to the stacker, he will be allowed to return to the station, and will be able to open the secure door to the prisoner release area.
In the case of dangerous prisoners, surveillance may be needed. To that end, there is a prisoner monitoring room on the mining station, equipped with a remote flasher and a lockdown button. The mine itself is patrolled by a securibot, so the nearby security records console can also be used to secure hostile prisoners on the mine." //GS13 - NT to GT
/obj/item/paper/guides/jobs/security/range
name = "paper- Firing Range Instructions"
diff --git a/code/modules/projectiles/guns/ballistic/automatic.dm b/code/modules/projectiles/guns/ballistic/automatic.dm
index f4bd479eea..fb82495b19 100644
--- a/code/modules/projectiles/guns/ballistic/automatic.dm
+++ b/code/modules/projectiles/guns/ballistic/automatic.dm
@@ -211,7 +211,7 @@
burst_shot_delay = 1
/obj/item/gun/ballistic/automatic/ar
- name = "\improper GT-ARG 'Boarder'"
+ name = "\improper GT-ARG 'Boarder'" //GS13 - NT to GT
desc = "A robust assault rifle used by GATO fighting forces." //GS13 - Nanotrasen to GATO
icon_state = "arg"
item_state = "arg"
diff --git a/code/modules/projectiles/guns/ballistic/launchers.dm b/code/modules/projectiles/guns/ballistic/launchers.dm
index 8e1a9d217a..f4fc9b8f43 100644
--- a/code/modules/projectiles/guns/ballistic/launchers.dm
+++ b/code/modules/projectiles/guns/ballistic/launchers.dm
@@ -79,7 +79,7 @@
/obj/item/gun/ballistic/rocketlauncher
name = "\improper PML-9"
- desc = "A reusable rocket propelled grenade launcher. The words \"GT this way\" and an arrow have been written near the barrel."
+ desc = "A reusable rocket propelled grenade launcher. The words \"NT this way\" and an arrow have been written near the barrel."
icon_state = "rocketlauncher"
item_state = "rocketlauncher"
mag_type = /obj/item/ammo_box/magazine/internal/rocketlauncher
diff --git a/code/modules/projectiles/guns/energy/energy_gun.dm b/code/modules/projectiles/guns/energy/energy_gun.dm
index 50e394024b..f12645fef6 100644
--- a/code/modules/projectiles/guns/energy/energy_gun.dm
+++ b/code/modules/projectiles/guns/energy/energy_gun.dm
@@ -36,7 +36,7 @@
/obj/item/gun/energy/e_gun/old
name = "prototype energy gun"
- desc = "GT-P:01 Prototype Energy Gun. Early stage development of a unique laser rifle that has multifaceted energy lens allowing the gun to alter the form of projectile it fires on command."
+ desc = "GT-P:01 Prototype Energy Gun. Early stage development of a unique laser rifle that has multifaceted energy lens allowing the gun to alter the form of projectile it fires on command." //GS13 - NT to GT
icon_state = "protolaser"
ammo_x_offset = 2
ammo_type = list(/obj/item/ammo_casing/energy/laser, /obj/item/ammo_casing/energy/electrode/old)
diff --git a/code/modules/projectiles/guns/energy/laser.dm b/code/modules/projectiles/guns/energy/laser.dm
index 945532c4a1..91a97137cb 100644
--- a/code/modules/projectiles/guns/energy/laser.dm
+++ b/code/modules/projectiles/guns/energy/laser.dm
@@ -46,7 +46,7 @@
/obj/item/gun/energy/laser/hellgun
name ="hellfire laser gun"
- desc = "A relic of a weapon, built before GT began installing regulators on its laser weaponry. This pattern of laser gun became infamous for the gruesome burn wounds it caused, and was quietly discontinued once it began to affect GT's reputation."
+ desc = "A relic of a weapon, built before GT began installing regulators on its laser weaponry. This pattern of laser gun became infamous for the gruesome burn wounds it caused, and was quietly discontinued once it began to affect GT's reputation." //GS13 - NT to GT
icon_state = "hellgun"
ammo_type = list(/obj/item/ammo_casing/energy/laser/hellfire)
diff --git a/code/modules/reagents/chemistry/reagents/pyrotechnic_reagents.dm b/code/modules/reagents/chemistry/reagents/pyrotechnic_reagents.dm
index 083590b3d7..b3c8efa8db 100644
--- a/code/modules/reagents/chemistry/reagents/pyrotechnic_reagents.dm
+++ b/code/modules/reagents/chemistry/reagents/pyrotechnic_reagents.dm
@@ -301,7 +301,7 @@
/datum/reagent/firefighting_foam
name = "Firefighting Foam"
- description = "A historical fire suppressant. Originally believed to simply displace oxygen to starve fires, it actually interferes with the combustion reaction itself. Vastly superior to the cheap water-based extinguishers found on GT vessels."
+ description = "A historical fire suppressant. Originally believed to simply displace oxygen to starve fires, it actually interferes with the combustion reaction itself. Vastly superior to the cheap water-based extinguishers found on GT vessels." //GS13 - NT to GT
reagent_state = LIQUID
color = "#A6FAFF55"
taste_description = "the inside of a fire extinguisher"
diff --git a/code/modules/research/designs/power_designs.dm b/code/modules/research/designs/power_designs.dm
index 64c8e4b83c..51ff12684b 100644
--- a/code/modules/research/designs/power_designs.dm
+++ b/code/modules/research/designs/power_designs.dm
@@ -59,7 +59,7 @@
/datum/design/inducer
name = "Inducer"
- desc = "The GT-75 Electromagnetic Power Inducer can wirelessly induce electric charge in an object, allowing you to recharge power cells without having to remove them."
+ desc = "The GT-75 Electromagnetic Power Inducer can wirelessly induce electric charge in an object, allowing you to recharge power cells without having to remove them." //GS13 - NT to GT
id = "inducer"
build_type = PROTOLATHE
materials = list(/datum/material/iron = 3000, /datum/material/glass = 1000)
@@ -69,7 +69,7 @@
/datum/design/inducercombat
name = "Combat Ready Inducer"
- desc = "The improved GT-8475 Electromagnetic Power Inducer can this one has been SCIENCED to allow for combat. It still comes printed with SCIENCED colors!"
+ desc = "The improved GT-8475 Electromagnetic Power Inducer can this one has been SCIENCED to allow for combat. It still comes printed with SCIENCED colors!" //GS13 - NT to GT
id = "combatinducer"
build_type = PROTOLATHE
materials = list(/datum/material/iron = 13000, /datum/material/glass = 10000, /datum/material/silver = 1500, /datum/material/gold = 1250, /datum/material/diamond = 500, /datum/material/titanium = 1200)
diff --git a/code/modules/research/techweb/_techweb_node.dm b/code/modules/research/techweb/_techweb_node.dm
index fa49226521..680a97390c 100644
--- a/code/modules/research/techweb/_techweb_node.dm
+++ b/code/modules/research/techweb/_techweb_node.dm
@@ -100,7 +100,7 @@
id = "base"
starting_node = TRUE
display_name = "Basic Research Technology"
- description = "GT default research technologies."
+ description = "GT default research technologies." //GS13 - NT to GT
// Default research tech, prevents bricking
design_ids = list("basic_matter_bin", "basic_cell", "basic_scanning", "basic_capacitor", "basic_micro_laser", "micro_mani", "desttagger", "handlabel", "packagewrap",
"destructive_analyzer", "circuit_imprinter", "experimentor", "rdconsole", "bepis", "design_disk", "tech_disk", "rdserver", "rdservercontrol", "mechfab", "paystand",
diff --git a/code/modules/ruins/spaceruin_code/crashedship.dm b/code/modules/ruins/spaceruin_code/crashedship.dm
index 25c33f9fde..3879a8a63b 100644
--- a/code/modules/ruins/spaceruin_code/crashedship.dm
+++ b/code/modules/ruins/spaceruin_code/crashedship.dm
@@ -36,5 +36,5 @@
/obj/item/paper/fluff/ruins/crashedship/old_diary
name = "Old Diary"
- info = "DEAR DIARY: So we was doing our typical route when the captain says we've been picking up weird signals on some backwater planet. Madsen wanted to stay on course but he ain't the captain, so we went out of the way to check it out. There was lots of rocks on the way, but we got to the planet fine. Found a big fancy camp with nobody around and this big metal donut thing with GT stamps all over it right in the middle. Case of beer too. Captain reckons we can pass it off to some buyer in the Syndicate. Ingram says it's bad luck and that someone is going to come look for it but it sounds like better money than selling bad meat to jerky companies."
+ info = "DEAR DIARY: So we was doing our typical route when the captain says we've been picking up weird signals on some backwater planet. Madsen wanted to stay on course but he ain't the captain, so we went out of the way to check it out. There was lots of rocks on the way, but we got to the planet fine. Found a big fancy camp with nobody around and this big metal donut thing with GT stamps all over it right in the middle. Case of beer too. Captain reckons we can pass it off to some buyer in the Syndicate. Ingram says it's bad luck and that someone is going to come look for it but it sounds like better money than selling bad meat to jerky companies." //GS13 - NT to GT
diff --git a/code/modules/shuttle/emergency.dm b/code/modules/shuttle/emergency.dm
index 5f240f60bf..d65b244c97 100644
--- a/code/modules/shuttle/emergency.dm
+++ b/code/modules/shuttle/emergency.dm
@@ -233,7 +233,7 @@
hex += num2hex(rand(1,16))
msg = "CRC mismatch at 0x[hex] in calculated route buffer. Full reset initiated of FTL_NAVIGATION_SERVICES. Memory decrypted for automatic repair."
if(STAGE_4)
- msg = "~ACS_directive module_load(cyberdyne.exploit.gato.shuttlenav)... GT key mismatch. Confirm load? Y...###Reboot complete. $SET transponder_state = 0; System link initiated with connected engines..."
+ msg = "~ACS_directive module_load(cyberdyne.exploit.gato.shuttlenav)... GT key mismatch. Confirm load? Y...###Reboot complete. $SET transponder_state = 0; System link initiated with connected engines..." //GS13 - NT to GT
if(HIJACKED)
msg = "SYSTEM OVERRIDE - Resetting course to \[[scramble_message_replace_chars("###########", 100)]\] \
([scramble_message_replace_chars("#######", 100)]/[scramble_message_replace_chars("#######", 100)]/[scramble_message_replace_chars("#######", 100)]) \
diff --git a/code/modules/tcg/pack_1.dm b/code/modules/tcg/pack_1.dm
index d9cd1e2c09..b9c68a22f8 100644
--- a/code/modules/tcg/pack_1.dm
+++ b/code/modules/tcg/pack_1.dm
@@ -178,7 +178,7 @@
/datum/tcg_card/pack_1/ai
name = "AI"
- desc = "The latest generation of GT's top secret artificial intelligence project this time with actual human brains in a jar! Don't tell the press though."
+ desc = "The latest generation of GT's top secret artificial intelligence project this time with actual human brains in a jar! Don't tell the press though." //GS13 - NT to GT
rules = "Asimov. All silicon cards gain +1/0 while this creature is alive."
icon_state = "ai"
@@ -933,7 +933,7 @@
card_type = "Unit"
/datum/tcg_card/pack_1/ert_command
- name = "GT P.A.V. Suit (Command)"
+ name = "GT P.A.V. Suit (Command)" //GS13 - NT to GT
desc = "Issued to members of Emergency Response Teams the P.A.V. Suit gives superior protection from any threat the galaxy can throw at it. This particular model is outfitted with a sidearm holster and a sleek blue finish."
rules = "While equipped give the equipped unit Squad Tactics and First Strike."
icon_state = "ert_command"
@@ -947,7 +947,7 @@
card_type = "Equipment"
/datum/tcg_card/pack_1/ert_sec
- name = "GT P.A.V. Suit (Security)"
+ name = "GT P.A.V. Suit (Security)" //GS13 - NT to GT
desc = "Issued to members of Emergency Response Teams the P.A.V. Suit gives superior protection from any threat the galaxy can throw at it. This particular model is outfitted with bulletproof padding and an intimidating red finish."
rules = "While equipped give the equipped unit Squad Tactics."
icon_state = "ert_sec"
@@ -961,7 +961,7 @@
card_type = "Equipment"
/datum/tcg_card/pack_1/ert_med
- name = "GT P.A.V. Suit (Medical)"
+ name = "GT P.A.V. Suit (Medical)" //GS13 - NT to GT
desc = "Issued to members of Emergency Response Teams the P.A.V. Suit gives superior protection from any threat the galaxy can throw at it. This particular model is outfitted with a sterile coating and a calming white finish."
rules = "While equipped give the equipped unit Squad Tactics."
icon_state = "ert_med"
@@ -975,7 +975,7 @@
card_type = "Equipment"
/datum/tcg_card/pack_1/ert_engi
- name = "GT P.A.V. Suit (Engineering)"
+ name = "GT P.A.V. Suit (Engineering)" //GS13 - NT to GT
desc = "Issued to members of Emergency Response Teams the P.A.V. Suit gives superior protection from any threat the galaxy can throw at it. This particular model is outfitted with a welding screen and a flashy yellow finish."
rules = "While equipped give the equipped unit Squad Tactics."
icon_state = "ert_engi"
diff --git a/code/modules/vending/sustenance.dm b/code/modules/vending/sustenance.dm
index 749d306c9a..d568385d5f 100644
--- a/code/modules/vending/sustenance.dm
+++ b/code/modules/vending/sustenance.dm
@@ -1,6 +1,6 @@
/obj/machinery/vending/sustenance
name = "\improper Sustenance Vendor"
- desc = "A vending machine which vends food, as required by section 47-C of the GT's Prisoner Ethical Treatment Agreement."
+ desc = "A vending machine which vends food, as required by section 47-C of the GT's Prisoner Ethical Treatment Agreement." //GS13 - NT to GT
product_slogans = "Enjoy your meal.;Enough calories to support strenuous labor."
product_ads = "Sufficiently healthy.;Efficiently produced tofu!;Mmm! So good!;Have a meal.;You need food to live!;Even prisoners deserve their daily bread!;Have some more candy corn!;Try our new ice cups!"
light_mask = "snack-light-mask"