diff --git a/Hyperbot/message.txt b/Hyperbot/message.txt new file mode 100644 index 00000000..92f43e2d --- /dev/null +++ b/Hyperbot/message.txt @@ -0,0 +1,5 @@ +!**The Round has ended!**```Round ID: +Round Time: 6 seconds +Total Population: 0``` +**The Crew!** ``` +``` diff --git a/_maps/map_files/OmegaStation/job_changes.dm b/_maps/map_files/OmegaStation/job_changes.dm index e58298eb..e1961809 100644 --- a/_maps/map_files/OmegaStation/job_changes.dm +++ b/_maps/map_files/OmegaStation/job_changes.dm @@ -20,7 +20,7 @@ /datum/job/captain/New() ..() MAP_JOB_CHECK - supervisors = "Kinaris and Central Command" + supervisors = "GATO and Central Command" /datum/job/hop/New() ..() diff --git a/code/__DEFINES/cargo.dm b/code/__DEFINES/cargo.dm index 4317a922..974aeb6b 100644 --- a/code/__DEFINES/cargo.dm +++ b/code/__DEFINES/cargo.dm @@ -18,12 +18,12 @@ #define POD_DESC 3 #define POD_STYLES list(\ - list("supplypod", "supply pod", "A Kinaris supply drop pod."),\ - list("bluespacepod", "bluespace supply pod" , "A Kinaris Bluespace supply pod. Teleports back to CentCom after delivery."),\ - list("centcompod", "\improper Centcom supply pod", "A Kinaris supply pod, this one has been marked with Central Command's designations. Teleports back to Centcom after delivery."),\ + list("supplypod", "supply pod", "A GATO supply drop pod."),\ + list("bluespacepod", "bluespace supply pod" , "A GATO Bluespace supply pod. Teleports back to CentCom after delivery."),\ + list("centcompod", "\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("syndiepod", "blood-red supply pod", "A dark, intimidating supply pod, covered in the blood-red markings of the Syndicate. It's probably best to stand back from this."),\ - list("squadpod", "\improper MK. II supply pod", "A Kinaris supply pod. This one has been marked the markings of some sort of elite strike team."),\ - list("cultpod", "bloody supply pod", "A Kinaris supply pod covered in scratch-marks, blood, and strange runes."),\ + list("squadpod", "\improper MK. II supply pod", "A GATO supply pod. This one has been marked the markings of some sort of elite strike team."),\ + list("cultpod", "bloody supply pod", "A GATO supply pod covered in scratch-marks, blood, and strange runes."),\ list("missilepod", "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("smissilepod", "\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("boxpod", "\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/controllers/subsystem/shuttle.dm b/code/controllers/subsystem/shuttle.dm index f425e08c..c68dee89 100644 --- a/code/controllers/subsystem/shuttle.dm +++ b/code/controllers/subsystem/shuttle.dm @@ -251,7 +251,7 @@ SUBSYSTEM_DEF(shuttle) if(!admiral_message) admiral_message = pick(GLOB.admiral_messages) - var/intercepttext = "Kinaris Update: Request For Shuttle.
\ + 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 0f4b34f4..f0f5fb3c 100644 --- a/code/controllers/subsystem/ticker.dm +++ b/code/controllers/subsystem/ticker.dm @@ -535,7 +535,7 @@ SUBSYSTEM_DEF(ticker) /datum/controller/subsystem/ticker/proc/send_news_report() var/news_message - var/news_source = "Kinaris News Network" + var/news_source = "GATO News Network" 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/ert.dm b/code/datums/ert.dm index b2acea05..31333bcc 100644 --- a/code/datums/ert.dm +++ b/code/datums/ert.dm @@ -13,7 +13,7 @@ /datum/ert/New() if (!polldesc) - polldesc = "a Code [code] Kinaris Emergency Response Team" + polldesc = "a Code [code] GATO Emergency Response Team" /datum/ert/blue opendoors = FALSE @@ -35,7 +35,7 @@ rename_team = "Deathsquad" code = "Delta" mission = "Leave no witnesses." - polldesc = "an elite Kinaris Strike Team" + polldesc = "an elite GATO Strike Team" /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 Kinaris paranormal response team" + polldesc = "a GATO paranormal response team" /datum/ert/greybois code = "Green" diff --git a/code/datums/shuttles.dm b/code/datums/shuttles.dm index dd953eb8..94c02f0e 100644 --- a/code/datums/shuttles.dm +++ b/code/datums/shuttles.dm @@ -194,7 +194,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 Kinaris 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." credit_cost = 3000 /datum/map_template/shuttle/emergency/bar @@ -229,7 +229,7 @@ /datum/map_template/shuttle/emergency/discoinferno suffix = "discoinferno" name = "Disco Inferno" - description = "The glorious results of centuries of plasma research done by Kinaris 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!" 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 diff --git a/code/datums/traits/negative.dm b/code/datums/traits/negative.dm index b2facc56..4d5b0e51 100644 --- a/code/datums/traits/negative.dm +++ b/code/datums/traits/negative.dm @@ -197,7 +197,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 Kinaris 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..." value = -1 category = CATEGORY_BODY gain_text = "The safety of light feels off..." diff --git a/code/game/gamemodes/brother/traitor_bro.dm b/code/game/gamemodes/brother/traitor_bro.dm index c0db6008..e4cea753 100644 --- a/code/game/gamemodes/brother/traitor_bro.dm +++ b/code/game/gamemodes/brother/traitor_bro.dm @@ -59,7 +59,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 Kinaris, 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." /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 1db06332..acb17d1b 100644 --- a/code/game/gamemodes/changeling/traitor_chan.dm +++ b/code/game/gamemodes/changeling/traitor_chan.dm @@ -79,6 +79,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 Kinaris 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." diff --git a/code/game/gamemodes/devil/devil_game_mode.dm b/code/game/gamemodes/devil/devil_game_mode.dm index b6b9c955..c5a5389b 100644 --- a/code/game/gamemodes/devil/devil_game_mode.dm +++ b/code/game/gamemodes/devil/devil_game_mode.dm @@ -57,7 +57,7 @@ return 1 /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 Kinaris, as all employment contracts contain a lien on the \ + 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." /datum/game_mode/devil/proc/post_setup_finalize(datum/mind/devil) diff --git a/code/game/gamemodes/dynamic/dynamic.dm b/code/game/gamemodes/dynamic/dynamic.dm index 8e5d64a0..d471955a 100644 --- a/code/game/gamemodes/dynamic/dynamic.dm +++ b/code/game/gamemodes/dynamic/dynamic.dm @@ -149,8 +149,8 @@ GLOBAL_VAR_INIT(dynamic_chaos_level, 1.5) dat += "Midround: [(midround_injection_cooldown-world.time)>60*10 ? "[round((midround_injection_cooldown-world.time)/60/10,0.1)] minutes" : "[(midround_injection_cooldown-world.time)] seconds"] \[Now!\]
" dat += "Event: [(event_injection_cooldown-world.time)>60*10 ? "[round((event_injection_cooldown-world.time)/60/10,0.1)] minutes" : "[(event_injection_cooldown-world.time)] seconds"] \[Now!\]
" dat += "Threat: [(threat_injection_cooldown-world.time)>60*10 ? "[round((threat_injection_cooldown-world.time)/60/10,0.1)] minutes" : "[(threat_injection_cooldown-world.time)] seconds"] \[Now!\]
" - - + + usr << browse(dat.Join(), "window=gamemode_panel;size=500x500") /datum/game_mode/dynamic/Topic(href, href_list) @@ -215,19 +215,19 @@ GLOBAL_VAR_INIT(dynamic_chaos_level, 1.5) update_playercounts() 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 friendly Kinaris space. 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 friendly GATO space. 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." else . += "Core Territory
" - . += "Your station orbits within reliably mundane, secure space. Although Kinaris 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." if(20 to 39) . += "Anomalous Exogeology
" - . += "Although your station lies within what is generally considered Kinaris-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." if(40 to 49) . += "Contested System
" - . += "Your station's orbit passes along the edge of Kinaris allied influence. While subversive elements remain the most likely threat against your station, Kinaris and hostile organizations are bolder here, where our grip is weaker. Exercise increased caution against potential Syndicate agents, and be on the lookout for any potentially anomalous activity." + . += "Your station's orbit passes along the edge of GATO allied influence. While subversive elements remain the most likely threat against your station, GATO and hostile organizations are bolder here, where our grip is weaker. Exercise increased caution against potential Syndicate agents, and be on the lookout for any potentially anomalous activity." if(50 to 64) . += "Uncharted Space
" - . += "Congratulations and thank you for participating in the Kinaris '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 your lives and station assets." + . += "Congratulations and thank you for participating in the GATO '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 your lives and station assets." if(GLOB.security_level < SEC_LEVEL_BLUE) set_security_level(SEC_LEVEL_BLUE) if(65 to 89) @@ -298,7 +298,7 @@ GLOBAL_VAR_INIT(dynamic_chaos_level, 1.5) threat = threat_level */ //Hyper Change - threat_level = GLOB.dynamic_chaos_level * 20 //Initial threat will be based off chaos vote. + threat_level = GLOB.dynamic_chaos_level * 20 //Initial threat will be based off chaos vote. threat = threat_level /datum/game_mode/dynamic/can_start() @@ -432,13 +432,13 @@ GLOBAL_VAR_INIT(dynamic_chaos_level, 1.5) for (var/datum/dynamic_ruleset/roundstart/rule in drafted_rules) if (rule.cost > threat) drafted_rules -= rule - if(prob(GLOB.dynamic_chaos_level*20)) //Make round start traitors a percent chance instead of a constant. + if(prob(GLOB.dynamic_chaos_level*20)) //Make round start traitors a percent chance instead of a constant. if (drafted_rules.len > 0 && picking_roundstart_rule(drafted_rules)) if (extra_rulesets_amount > 1) // We've got enough population and threat for a third rulestart rule for (var/datum/dynamic_ruleset/roundstart/rule in drafted_rules) if (rule.cost > threat) drafted_rules -= rule - if(prob(GLOB.dynamic_chaos_level*20)) //Make round start traitors a percent chance instead of a constant. + if(prob(GLOB.dynamic_chaos_level*20)) //Make round start traitors a percent chance instead of a constant. picking_roundstart_rule(drafted_rules) else return FALSE @@ -728,7 +728,7 @@ GLOBAL_VAR_INIT(dynamic_chaos_level, 1.5) else chance += 25-10*(max_pop_per_antag-current_pop_per_antag) */ - //Hyper change - Base injection chance based on chaos. + //Hyper change - Base injection chance based on chaos. chance = (GLOB.dynamic_chaos_level * 12) //Base chance from 0 to 60 if (current_players[CURRENT_DEAD_PLAYERS].len > current_players[CURRENT_LIVING_PLAYERS].len) chance -= 30 // More than half the crew died? ew, let's calm down on antags diff --git a/code/game/gamemodes/objective.dm b/code/game/gamemodes/objective.dm index cc8173ca..563d8b12 100644 --- a/code/game/gamemodes/objective.dm +++ b/code/game/gamemodes/objective.dm @@ -247,8 +247,8 @@ GLOBAL_LIST_EMPTY(objectives) human_check = FALSE /datum/objective/hijack - explanation_text = "Hijack the shuttle to ensure no loyalist Kinaris crew escape alive and out of custody." - team_explanation_text = "Hijack the shuttle to ensure no loyalist Kinaris crew escape alive and out of custody. Leave no team member behind." + explanation_text = "Hijack the shuttle to ensure no loyalist GATO crew escape alive and out of custody." + team_explanation_text = "Hijack the shuttle to ensure no loyalist GATO crew escape alive and out of custody. Leave no team member behind." martyr_compatible = 0 //Technically you won't get both anyway. /datum/objective/hijack/check_completion() // Requires all owners to escape. diff --git a/code/game/gamemodes/traitor/double_agents.dm b/code/game/gamemodes/traitor/double_agents.dm index 32e9c994..1d7e5228 100644 --- a/code/game/gamemodes/traitor/double_agents.dm +++ b/code/game/gamemodes/traitor/double_agents.dm @@ -10,14 +10,14 @@ required_enemies = 5 recommended_enemies = 8 reroll_friendly = 0 - traitor_name = "Kinaris Internal Affairs Agent" + traitor_name = "GATO Internal Affairs Agent" 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 Kinaris 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." @@ -78,5 +78,5 @@ /datum/game_mode/traitor/internal_affairs/generate_report() - return "Kinaris denies any accusations of placing internal affairs agents onboard your station to eliminate inconvenient employees. Any further accusations against CentCom for such \ + 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." diff --git a/code/game/gamemodes/traitor/traitor.dm b/code/game/gamemodes/traitor/traitor.dm index 749d89e8..5a896926 100644 --- a/code/game/gamemodes/traitor/traitor.dm +++ b/code/game/gamemodes/traitor/traitor.dm @@ -96,4 +96,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 \ - Kinaris 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." \ No newline at end of file + 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." \ No newline at end of file diff --git a/code/game/machinery/camera/camera_assembly.dm b/code/game/machinery/camera/camera_assembly.dm index c25563f1..3c060608 100644 --- a/code/game/machinery/camera/camera_assembly.dm +++ b/code/game/machinery/camera/camera_assembly.dm @@ -1,6 +1,6 @@ /obj/item/wallframe/camera name = "camera assembly" - desc = "The basic construction for Kinaris-Always-Watching-You cameras." + desc = "The basic construction for GATO-Always-Watching-You cameras." icon = 'icons/obj/machines/camera.dmi' icon_state = "cameracase" materials = list(MAT_METAL=400, MAT_GLASS=250) @@ -9,7 +9,7 @@ /obj/structure/camera_assembly name = "camera assembly" - desc = "The basic construction for Kinaris-Always-Watching-You cameras." + desc = "The basic construction for GATO-Always-Watching-You cameras." icon = 'icons/obj/machines/camera.dmi' icon_state = "camera1" max_integrity = 150 diff --git a/code/game/machinery/computer/medical.dm b/code/game/machinery/computer/medical.dm index 425ee5e2..8b8cc5eb 100644 --- a/code/game/machinery/computer/medical.dm +++ b/code/game/machinery/computer/medical.dm @@ -575,7 +575,7 @@ /obj/machinery/computer/med_data/laptop name = "medical laptop" - desc = "A cheap Kinaris 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." 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 2ca234ce..2f56e697 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 Kinaris 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." icon_state = "laptop" icon_screen = "seclaptop" icon_keyboard = "laptop_key" @@ -295,7 +295,7 @@ What a mess.*/ active1 = null active2 = null playsound(src, 'sound/machines/terminal_off.ogg', 50, FALSE) - + if("Log In") var/mob/M = usr var/obj/item/card/id/I = M.get_idcard(TRUE) @@ -405,7 +405,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 Kinaris. 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." 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/newscaster.dm b/code/game/machinery/newscaster.dm index 20b85555..03805e4e 100644 --- a/code/game/machinery/newscaster.dm +++ b/code/game/machinery/newscaster.dm @@ -180,7 +180,7 @@ GLOBAL_LIST_EMPTY(allCasters) /obj/machinery/newscaster name = "newscaster" - desc = "A standard Kinaris-licensed newsfeed handler for use in commercial space stations. All the news you absolutely have no use for, in one place!" + desc = "A standard GATO-licensed newsfeed handler for use in commercial space stations. All the news you absolutely have no use for, in one place!" icon = 'icons/obj/terminals.dmi' icon_state = "newscaster_normal" verb_say = "beeps" @@ -271,7 +271,7 @@ GLOBAL_LIST_EMPTY(allCasters) switch(screen) if(0) dat += "Welcome to Newscasting Unit #[unit_no].
Interface & News networks Operational." - dat += "
Property of Kinaris Corp" + dat += "
Property of GATO Corp" if(GLOB.news_network.wanted_issue.active) dat+= "
Read Wanted Issue" dat+= "

Create Feed Channel" @@ -287,7 +287,7 @@ GLOBAL_LIST_EMPTY(allCasters) dat+="
Feed Security functions:
" dat+="
[(wanted_already) ? ("Manage") : ("Publish")] \"Wanted\" Issue" dat+="
Censor Feed Stories" - dat+="
Mark Feed Channel with Kinaris D-Notice" + dat+="
Mark Feed Channel with GATO D-Notice" dat+="

The newscaster recognises you as: [scanned_user]" if(1) dat+= "Station Feed Channels
" @@ -368,7 +368,7 @@ GLOBAL_LIST_EMPTY(allCasters) if(9) dat+="[viewing_channel.channel_name]: \[created by: [viewing_channel.returnAuthor(-1)]\]
" if(viewing_channel.censored) - dat+="ATTENTION: This channel has been deemed as threatening to the welfare of the station, and marked with a Kinaris D-Notice.
" + dat+="ATTENTION: This channel has been deemed as threatening to the welfare of the station, and marked with a GATO D-Notice.
" dat+="No further feed story additions are allowed while the D-Notice is in effect.

" else if( isemptylist(viewing_channel.messages) ) @@ -395,7 +395,7 @@ GLOBAL_LIST_EMPTY(allCasters) dat+="

Refresh" dat+="
Back" if(10) - dat+="Kinaris Feed Censorship Tool
" + dat+="GATO Feed Censorship Tool
" dat+="NOTE: Due to the nature of news Feeds, total deletion of a Feed Story is not possible.
" dat+="Keep in mind that users attempting to view a censored feed will instead see the \[REDACTED\] tag above it.
" dat+="
Select Feed channel to get Stories from:
" @@ -406,7 +406,7 @@ GLOBAL_LIST_EMPTY(allCasters) dat+="[CHANNEL.channel_name] [(CHANNEL.censored) ? ("***") : ""]
" dat+="
Cancel" if(11) - dat+="Kinaris D-Notice Handler
" + dat+="GATO D-Notice Handler
" dat+="A D-Notice is to be bestowed upon the channel if the handling Authority deems it as harmful for the station's" dat+="morale, integrity or disciplinary behaviour. A D-Notice will render a channel unable to be updated by anyone, without deleting any feed" dat+="stories it might contain at the time. You can lift a D-Notice if you have the required access at any time.
" @@ -433,7 +433,7 @@ GLOBAL_LIST_EMPTY(allCasters) dat+="[viewing_channel.channel_name]: \[ created by: [viewing_channel.returnAuthor(-1)] \]
" dat+="Channel messages listed below. If you deem them dangerous to the station, you can Bestow a D-Notice upon the channel.
" if(viewing_channel.censored) - dat+="ATTENTION: This channel has been deemed as threatening to the welfare of the station, and marked with a Kinaris D-Notice.
" + dat+="ATTENTION: This channel has been deemed as threatening to the welfare of the station, and marked with a GATO D-Notice.
" dat+="No further feed story additions are allowed while the D-Notice is in effect.

" else if(isemptylist(viewing_channel.messages)) @@ -614,14 +614,14 @@ GLOBAL_LIST_EMPTY(allCasters) screen = 15 else if(GLOB.news_network.wanted_issue.isAdminMsg) - alert("The wanted issue has been distributed by a Kinaris higherup. You cannot edit it.","Ok") + alert("The wanted issue has been distributed by a GATO higherup. You cannot edit it.","Ok") return GLOB.news_network.submitWanted(channel_name, msg, scanned_user, picture) screen = 19 updateUsrDialog() else if(href_list["cancel_wanted"]) if(GLOB.news_network.wanted_issue.isAdminMsg) - alert("The wanted issue has been distributed by a Kinaris higherup. You cannot take it down.","Ok") + alert("The wanted issue has been distributed by a GATO higherup. You cannot take it down.","Ok") return var/choice = alert("Please confirm Wanted Issue removal","Network Security Handler","Confirm","Cancel") if(choice=="Confirm") @@ -634,21 +634,21 @@ GLOBAL_LIST_EMPTY(allCasters) else if(href_list["censor_channel_author"]) var/datum/newscaster/feed_channel/FC = locate(href_list["censor_channel_author"]) if(FC.is_admin_channel) - alert("This channel was created by a Kinaris Officer. You cannot censor it.","Ok") + alert("This channel was created by a GATO Officer. You cannot censor it.","Ok") return FC.toggleCensorAuthor() updateUsrDialog() else if(href_list["censor_channel_story_author"]) var/datum/newscaster/feed_message/MSG = locate(href_list["censor_channel_story_author"]) if(MSG.is_admin_message) - alert("This message was created by a Kinaris Officer. You cannot censor its author.","Ok") + alert("This message was created by a GATO Officer. You cannot censor its author.","Ok") return MSG.toggleCensorAuthor() updateUsrDialog() else if(href_list["censor_channel_story_body"]) var/datum/newscaster/feed_message/MSG = locate(href_list["censor_channel_story_body"]) if(MSG.is_admin_message) - alert("This channel was created by a Kinaris Officer. You cannot censor it.","Ok") + alert("This channel was created by a GATO Officer. You cannot censor it.","Ok") return MSG.toggleCensorBody() updateUsrDialog() @@ -660,7 +660,7 @@ GLOBAL_LIST_EMPTY(allCasters) else if(href_list["toggle_d_notice"]) var/datum/newscaster/feed_channel/FC = locate(href_list["toggle_d_notice"]) if(FC.is_admin_channel) - alert("This channel was created by a Kinaris Officer. You cannot place a D-Notice upon it.","Ok") + alert("This channel was created by a GATO Officer. You cannot place a D-Notice upon it.","Ok") return FC.toggleCensorDclass() updateUsrDialog() @@ -900,7 +900,7 @@ GLOBAL_LIST_EMPTY(allCasters) switch(screen) if(0) //Cover dat+="
The Griffon
" - dat+="
Kinaris-standard newspaper, for use on Kinaris? Space Facilities

" + dat+="
GATO-standard newspaper, for use on GATO? Space Facilities

" if(isemptylist(news_content)) if(wantedAuthor) dat+="Contents:
" diff --git a/code/game/machinery/syndicatebomb.dm b/code/game/machinery/syndicatebomb.dm index 182cb31a..18bbe05e 100644 --- a/code/game/machinery/syndicatebomb.dm +++ b/code/game/machinery/syndicatebomb.dm @@ -295,7 +295,7 @@ /obj/item/bombcore/training name = "dummy payload" - desc = "A Kinaris 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." var/defusals = 0 var/attempts = 0 diff --git a/code/game/mecha/combat/durand.dm b/code/game/mecha/combat/durand.dm index 779640ad..cb467747 100644 --- a/code/game/mecha/combat/durand.dm +++ b/code/game/mecha/combat/durand.dm @@ -1,5 +1,5 @@ /obj/mecha/combat/durand - desc = "An aging combat exosuit utilized by the Kinaris corporation. Originally developed to combat hostile alien lifeforms." + desc = "An aging combat exosuit utilized by the GATO corporation. Originally developed to combat hostile alien lifeforms." name = "\improper Durand" icon_state = "durand" step_in = 4 diff --git a/code/game/mecha/combat/neovgre.dm b/code/game/mecha/combat/neovgre.dm index 4e622eb0..47e48b4a 100644 --- a/code/game/mecha/combat/neovgre.dm +++ b/code/game/mecha/combat/neovgre.dm @@ -80,7 +80,7 @@ equip_cooldown = 8 //Rapid fire heavy laser cannon, simple yet elegant energy_drain = 30 name = "Aribter Laser Cannon" - desc = "Please re-attach this to neovgre and stop asking questions about why it looks like a normal Kinaris issue Solaris laser cannon - Nezbere" + desc = "Please re-attach this to neovgre and stop asking questions about why it looks like a normal GATO issue Solaris laser cannon - Nezbere" fire_sound = "sound/weapons/neovgre_laser.ogg" /obj/item/mecha_parts/mecha_equipment/weapon/energy/laser/heavy/neovgre/can_attach(obj/mecha/combat/neovgre/M) diff --git a/code/game/mecha/mech_fabricator.dm b/code/game/mecha/mech_fabricator.dm index 74b61ef2..1d72c578 100644 --- a/code/game/mecha/mech_fabricator.dm +++ b/code/game/mecha/mech_fabricator.dm @@ -79,7 +79,7 @@ sleep(15) say("User DB corrupted \[Code 0x00FA\]. Truncating data structure...") sleep(30) - say("User DB truncated. Please contact your Kinaris system operator for future assistance.") + say("User DB truncated. Please contact your GATO system operator for future assistance.") /obj/machinery/mecha_part_fabricator/proc/output_parts_list(set_name) diff --git a/code/game/objects/effects/contraband.dm b/code/game/objects/effects/contraband.dm index 0dd9a117..c3c1b728 100644 --- a/code/game/objects/effects/contraband.dm +++ b/code/game/objects/effects/contraband.dm @@ -264,7 +264,7 @@ /obj/structure/sign/poster/contraband/power name = "Power" - desc = "A poster that positions the seat of power outside Kinaris.Co." + desc = "A poster that positions the seat of power outside GATO Corp." icon_state = "poster16" /obj/structure/sign/poster/contraband/space_cube @@ -426,7 +426,7 @@ /obj/structure/sign/poster/official/nanotrasen_logo name = "Kinaris Logo" - desc = "A poster depicting the Kinaris.Co logo." + desc = "A poster depicting the Kinaris.Co logo, an enemy of GATO." icon_state = "poster2_legit" /obj/structure/sign/poster/official/cleanliness @@ -561,7 +561,7 @@ /obj/structure/sign/poster/official/enlist name = "Enlist" // but I thought deathsquad was never acknowledged - desc = "Enlist in the Kinaris Deathsquadron reserves today!" + desc = "Enlist in the GATO Deathsquadron reserves today!" icon_state = "poster29_legit" /obj/structure/sign/poster/official/nanomichi_ad diff --git a/code/game/objects/items/blueprints.dm b/code/game/objects/items/blueprints.dm index b0a41bf5..57557d4b 100644 --- a/code/game/objects/items/blueprints.dm +++ b/code/game/objects/items/blueprints.dm @@ -44,7 +44,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 Kinaris. For heads of staff only. Store in high-secure storage." + fluffnotice = "Property of GATO Corp. For heads of staff only. Store in high-secure storage." resistance_flags = INDESTRUCTIBLE | LAVA_PROOF | FIRE_PROOF | ACID_PROOF var/list/image/showing = list() var/client/viewing @@ -226,4 +226,4 @@ desc = "A digital copy of the station blueprints stored in your memory." icon = 'icons/obj/items_and_weapons.dmi' icon_state = "blueprints" - fluffnotice = "Intellectual Property of Kinaris. For use in engineering cyborgs only. Wipe from memory upon departure from the station." + fluffnotice = "Intellectual Property of GATO Corp. For use in engineering cyborgs only. Wipe from memory upon departure from the station." diff --git a/code/game/objects/items/charter.dm b/code/game/objects/items/charter.dm index d0c52f91..5ba0b03f 100644 --- a/code/game/objects/items/charter.dm +++ b/code/game/objects/items/charter.dm @@ -119,7 +119,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 Kinaris, 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." SSblackbox.record_feedback("text", "station_renames", 1, "[station_name()]") if(!unlimited_uses) used = TRUE diff --git a/code/game/objects/items/cigs_lighters.dm b/code/game/objects/items/cigs_lighters.dm index 63ac3554..1942eb24 100644 --- a/code/game/objects/items/cigs_lighters.dm +++ b/code/game/objects/items/cigs_lighters.dm @@ -268,7 +268,7 @@ CIGARETTE PACKETS ARE IN FANCY.DM list_reagents = list(/datum/reagent/drug/nicotine = 7.5, /datum/reagent/silicon = 7.5) /obj/item/clothing/mask/cigarette/smokekins - desc = "A Kinaris Corp brand cigarette" + desc = "A GATO Corp brand cigarette" list_reagents = list(/datum/reagent/drug/nicotine = 7.5, /datum/reagent/gold = 1) /obj/item/clothing/mask/cigarette/uplift diff --git a/code/game/objects/items/circuitboards/computer_circuitboards.dm b/code/game/objects/items/circuitboards/computer_circuitboards.dm index e161bcd2..68ada3f5 100644 --- a/code/game/objects/items/circuitboards/computer_circuitboards.dm +++ b/code/game/objects/items/circuitboards/computer_circuitboards.dm @@ -247,7 +247,7 @@ build_path = /obj/machinery/computer/cargo/request /obj/item/circuitboard/computer/bounty - name = "Kinaris Bounty Console (Computer Board)" + name = "GATO Bounty Console (Computer Board)" build_path = /obj/machinery/computer/bounty /obj/item/circuitboard/computer/operating diff --git a/code/game/objects/items/devices/PDA/radio.dm b/code/game/objects/items/devices/PDA/radio.dm index eeac3f65..2d411f62 100644 --- a/code/game/objects/items/devices/PDA/radio.dm +++ b/code/game/objects/items/devices/PDA/radio.dm @@ -1,7 +1,7 @@ // Radio Cartridge, essentially a remote signaler with limited spectrum. /obj/item/integrated_signaler name = "\improper PDA radio module" - desc = "An electronic radio system of Kinaris origin." + desc = "An electronic radio system of GATO origin." icon = 'icons/obj/module.dmi' icon_state = "power_mod" diff --git a/code/game/objects/items/devices/flashlight.dm b/code/game/objects/items/devices/flashlight.dm index 7a4b453c..4af48f12 100644 --- a/code/game/objects/items/devices/flashlight.dm +++ b/code/game/objects/items/devices/flashlight.dm @@ -255,7 +255,7 @@ /obj/item/flashlight/flare name = "flare" - desc = "A red Kinaris 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'." w_class = WEIGHT_CLASS_SMALL brightness_on = 7 // Pretty bright. light_color = "#FA421A" diff --git a/code/game/objects/items/devices/gps.dm b/code/game/objects/items/devices/gps.dm index 080fc033..0d7eec3c 100644 --- a/code/game/objects/items/devices/gps.dm +++ b/code/game/objects/items/devices/gps.dm @@ -186,7 +186,7 @@ GLOBAL_LIST_EMPTY(GPS_list) /obj/item/gps/internal/base gpstag = "NT_AUX" - desc = "A homing signal from Kinaris's mining base." + desc = "A homing signal from GATO's mining base." /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 422110ae..d9b46303 100644 --- a/code/game/objects/items/devices/radio/headset.dm +++ b/code/game/objects/items/devices/radio/headset.dm @@ -232,7 +232,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 Kinaris." + desc = "A headset used by the upper echelons of 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 1ad95544..d2cc4a41 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\" Stolen Kinaris documents, filled with complex diagrams and lists of names, dates and coordinates." + desc = "\"Top Secret\" Stolen GATO documents, filled with complex diagrams and lists of names, dates and coordinates." icon_state = "docs_verified" /obj/item/documents/syndicate diff --git a/code/game/objects/items/grenades/spawnergrenade.dm b/code/game/objects/items/grenades/spawnergrenade.dm index 52ebe761..756332df 100644 --- a/code/game/objects/items/grenades/spawnergrenade.dm +++ b/code/game/objects/items/grenades/spawnergrenade.dm @@ -51,7 +51,7 @@ spawner_type = /obj/item/reagent_containers/glass/beaker/waterbottle/wataur /obj/item/grenade/spawnergrenade/mimics - desc = "Months after their first arrival, compression tests were already successful and thus Kinaris created the first mimic bioweapon, a simple payload to quickly release a cluster of them." + desc = "Months after their first arrival, compression tests were already successful and thus GATO created the first mimic bioweapon, a simple payload to quickly release a cluster of them." name = "mimic delivery grenade" spawner_type = /mob/living/simple_animal/hostile/hs13mimic deliveryamt = 10 diff --git a/code/game/objects/items/implants/implant_exile.dm b/code/game/objects/items/implants/implant_exile.dm index 1a270ada..2fffe4e8 100644 --- a/code/game/objects/items/implants/implant_exile.dm +++ b/code/game/objects/items/implants/implant_exile.dm @@ -8,7 +8,7 @@ /obj/item/implant/exile/get_data() var/dat = {"Implant Specifications:
- Name: Kinaris 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 06c71dc5..25719787 100644 --- a/code/game/objects/items/implants/implant_mindshield.dm +++ b/code/game/objects/items/implants/implant_mindshield.dm @@ -5,7 +5,7 @@ /obj/item/implant/mindshield/get_data() var/dat = {"Implant Specifications:
- Name: Kinaris 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 bcb6ce09..afbd5fb1 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 Kinaris." + var/objective = "Obey the law. Praise GATO." var/custom = FALSE /obj/machinery/implantchair/brainwash/implant_action(mob/living/C,mob/user) diff --git a/code/game/objects/items/manuals.dm b/code/game/objects/items/manuals.dm index 6af67108..09136f7a 100644 --- a/code/game/objects/items/manuals.dm +++ b/code/game/objects/items/manuals.dm @@ -96,7 +96,7 @@
  • Install the internal armor plating (Not included due to Kinaris regulations. Can be made using 5 metal sheets.)
  • Secure the internal armor plating with a wrench
  • Weld the internal armor plating to the chassis
  • -
  • Install the external reinforced armor plating (Not included due to Kinaris regulations. Can be made using 5 reinforced metal sheets.)
  • +
  • Install the external reinforced armor plating (Not included due to GATO regulations. Can be made using 5 reinforced metal sheets.)
  • Secure the external reinforced armor plating with a wrench
  • Weld the external reinforced armor plating to the chassis
  • @@ -106,13 +106,13 @@
  • Internal armor is plasteel for additional strength.
  • External armor must be installed in 2 parts, totaling 10 sheets.
  • Completed mech is more resiliant against fire, and is a bit more durable overall
  • -
  • Kinaris is determined to the safety of its investments employees.
  • +
  • GATO is determined to the safety of its investments employees.
  • Operation

    - Please consult the Kinaris compendium "Robotics for Dummies". + Please consult the GATO compendium "Robotics for Dummies". "} /obj/item/book/manual/chef_recipes diff --git a/code/game/objects/items/religion.dm b/code/game/objects/items/religion.dm index 1442e1e5..bacb563f 100644 --- a/code/game/objects/items/religion.dm +++ b/code/game/objects/items/religion.dm @@ -162,7 +162,7 @@ desc = "A banner with the logo of the blue deity." /obj/item/storage/backpack/bannerpack - name = "Kinaris banner backpack" + name = "GATO banner backpack" desc = "It's a backpack with lots of extra room. A banner with Kinaris's logo is attached, that can't be removed." icon_state = "bannerpack" diff --git a/code/game/objects/items/storage/backpack.dm b/code/game/objects/items/storage/backpack.dm index ec113b58..102c8341 100644 --- a/code/game/objects/items/storage/backpack.dm +++ b/code/game/objects/items/storage/backpack.dm @@ -130,7 +130,7 @@ /obj/item/storage/backpack/captain name = "captain's backpack" - desc = "It's a special backpack made exclusively for Kinaris officers." + desc = "It's a special backpack made exclusively for GATO officers." icon_state = "captainpack" item_state = "captainpack" @@ -264,7 +264,7 @@ /obj/item/storage/backpack/satchel/cap name = "captain's satchel" - desc = "An exclusive satchel for Kinaris officers." + desc = "An exclusive satchel for GATO officers." icon_state = "satchel-cap" item_state = "captainpack" @@ -443,7 +443,7 @@ STR.silent = TRUE /obj/item/storage/backpack/duffelbag/syndie/hitman - desc = "A large duffel bag for holding extra things. There is a Kinaris logo on the back." + desc = "A large duffel bag for holding extra things. There is a GATO logo on the back." icon_state = "duffel-syndieammo" item_state = "duffel-syndieammo" diff --git a/code/game/objects/items/storage/bags.dm b/code/game/objects/items/storage/bags.dm index 6c3dbee7..626e45c3 100644 --- a/code/game/objects/items/storage/bags.dm +++ b/code/game/objects/items/storage/bags.dm @@ -240,7 +240,7 @@ /obj/item/storage/bag/sheetsnatcher name = "sheet snatcher" - desc = "A patented Kinaris storage system designed for any kind of mineral sheet." + desc = "A patented GATO storage system designed for any kind of mineral sheet." icon = 'icons/obj/mining.dmi' icon_state = "sheetsnatcher" diff --git a/code/game/objects/items/storage/boxes.dm b/code/game/objects/items/storage/boxes.dm index 5f1223bd..82424d2e 100644 --- a/code/game/objects/items/storage/boxes.dm +++ b/code/game/objects/items/storage/boxes.dm @@ -912,7 +912,7 @@ if("None") desc = "A sack neatly crafted out of paper." if("NanotrasenStandard") - desc = "A standard Kinaris paper lunch sack for loyal employees on the go." + desc = "A standard GATO paper lunch sack for loyal employees on the go." if("SyndiSnacks") desc = "The design on this paper sack is a remnant of the notorious 'SyndieSnacks' program." if("Heart") diff --git a/code/game/objects/structures/bedsheet_bin.dm b/code/game/objects/structures/bedsheet_bin.dm index 23eb45bb..47ec214e 100644 --- a/code/game/objects/structures/bedsheet_bin.dm +++ b/code/game/objects/structures/bedsheet_bin.dm @@ -119,7 +119,7 @@ LINEN BINS /obj/item/bedsheet/captain name = "captain's bedsheet" - desc = "It has a Kinaris symbol on it, and was woven with a revolutionary new kind of thread guaranteed to have 0.01% permeability for most non-chemical substances, popular among most modern captains." + desc = "It has a nice cat shaped patter on it, and was woven with a revolutionary new kind of thread guaranteed to have 0.01% permeability for most non-chemical substances, popular among most modern captains." icon_state = "sheetcaptain" item_color = "captain" dream_messages = list("authority", "a golden ID", "sunglasses", "a green disc", "an antique gun", "the captain") @@ -218,8 +218,8 @@ LINEN BINS dream_messages = list("a book", "an explosion", "lightning", "a staff", "a skeleton", "a robe", "magic") /obj/item/bedsheet/nanotrasen - name = "Kinaris bedsheet" - desc = "It has the Kinaris.Co logo on it and has an aura of duty." + name = "Nanotransen bedsheet" + desc = "It has the has an aura of duty." icon_state = "sheetNT" item_color = "nanotrasen" dream_messages = list("authority", "an ending") diff --git a/code/game/objects/structures/crates_lockers/closets/job_closets.dm b/code/game/objects/structures/crates_lockers/closets/job_closets.dm index 17ee86e0..7f90a63f 100644 --- a/code/game/objects/structures/crates_lockers/closets/job_closets.dm +++ b/code/game/objects/structures/crates_lockers/closets/job_closets.dm @@ -103,7 +103,7 @@ /obj/structure/closet/wardrobe/chaplain_black name = "chapel wardrobe" - desc = "It's a storage unit for Kinaris-approved religious attire." + desc = "It's a storage unit for GATO-approved religious attire." icon_door = "black" /obj/structure/closet/wardrobe/chaplain_black/PopulateContents() diff --git a/code/game/objects/structures/crates_lockers/closets/wardrobe.dm b/code/game/objects/structures/crates_lockers/closets/wardrobe.dm index fc1aa08f..5cd15490 100644 --- a/code/game/objects/structures/crates_lockers/closets/wardrobe.dm +++ b/code/game/objects/structures/crates_lockers/closets/wardrobe.dm @@ -1,6 +1,6 @@ /obj/structure/closet/wardrobe name = "wardrobe" - desc = "It's a storage unit for standard-issue Kinaris attire." + desc = "It's a storage unit for standard-issue GATO attire." icon_door = "blue" /obj/structure/closet/wardrobe/PopulateContents() ..() @@ -60,7 +60,7 @@ return /obj/structure/closet/wardrobe/orange name = "prison wardrobe" - desc = "It's a storage unit for Kinaris-regulation prisoner attire." + desc = "It's a storage unit for GATO-regulation prisoner attire." icon_door = "orange" /obj/structure/closet/wardrobe/orange/PopulateContents() for(var/i in 1 to 3) diff --git a/code/game/objects/structures/fluff.dm b/code/game/objects/structures/fluff.dm index e855b383..d8cd2f31 100644 --- a/code/game/objects/structures/fluff.dm +++ b/code/game/objects/structures/fluff.dm @@ -37,7 +37,7 @@ /obj/structure/fluff/empty_sleeper/nanotrasen name = "broken hypersleep chamber" - desc = "A Kinaris hypersleep chamber - this one appears broken. \ + desc = "A GATO hypersleep chamber - this one appears broken. \ There are exposed bolts for easy disassembly using a wrench." icon_state = "sleeper-o" diff --git a/code/game/objects/structures/showcase.dm b/code/game/objects/structures/showcase.dm index adb9984f..2e48bf9c 100644 --- a/code/game/objects/structures/showcase.dm +++ b/code/game/objects/structures/showcase.dm @@ -58,7 +58,7 @@ /obj/structure/showcase/mecha/marauder name = "combat mech exhibit" - desc = "A stand with an empty old Kinaris.Co combat mech bolted to it. It is described as the premier unit used to defend corporate interests and employees." + desc = "A stand with an empty old GATO combat mech bolted to it. It is described as the premier unit used to defend corporate interests and employees." icon = 'icons/mecha/mecha.dmi' icon_state = "marauder" @@ -69,14 +69,14 @@ icon_state = "firefighter" /obj/structure/showcase/machinery/implanter - name = "Kinaris automated mindshield implanter exhibit" - desc = "A flimsy model of a standard Kinaris automated mindshield implant machine. With secure positioning harnesses and a robotic surgical injector, brain damage and other serious medical anomalies are now up to 60% less likely!" + name = "GATO automated mindshield implanter exhibit" + desc = "A flimsy model of a standard GATO automated mindshield implant machine. With secure positioning harnesses and a robotic surgical injector, brain damage and other serious medical anomalies are now up to 60% less likely!" icon = 'icons/obj/machines/implantchair.dmi' icon_state = "implantchair" /obj/structure/showcase/machinery/microwave - name = "Kinaris-brand microwave" - desc = "The famous Kinaris.Co microwave, the multi-purpose cooking appliance every station needs! This one appears to be drawn onto a cardboard box." + name = "GATO-brand microwave" + desc = "The famous GATO.Co microwave, the multi-purpose cooking appliance every station needs! This one appears to be drawn onto a cardboard box." icon = 'icons/obj/kitchen.dmi' icon_state = "mw" @@ -88,10 +88,10 @@ /obj/structure/showcase/perfect_employee name = "'Perfect Man' employee exhibit" - desc = "A stand with a model of the perfect Kinaris Employee bolted to it. Signs indicate it is robustly genetically engineered, as well as being ruthlessly loyal." + desc = "A stand with a model of the perfect GATO Employee bolted to it. Signs indicate it is robustly genetically engineered, as well as being ruthlessly loyal." /obj/structure/showcase/machinery/tv - name = "Kinaris-Co brand newsfeed" + name = "GATO brand newsfeed" desc = "A slightly battered looking TV. Various galactic infomercials play on a loop, accompanied by a jaunty tune." icon = 'icons/obj/computer.dmi' icon_state = "television" diff --git a/code/game/objects/structures/signs/signs_plaques.dm b/code/game/objects/structures/signs/signs_plaques.dm index 5bb640cd..35ffd389 100644 --- a/code/game/objects/structures/signs/signs_plaques.dm +++ b/code/game/objects/structures/signs/signs_plaques.dm @@ -15,7 +15,7 @@ /obj/structure/sign/plaques/golden name = "CEO of the Millennia" - desc = "The CEO of Kinaris, adorned with a lack of expression and the heart for extended space colonization at the forefront of advanced light technology, at odds with Nanotrasen." + desc = "The CEO of GATO, adorned with a lack of expression and the heart for extended space colonization at the forefront of advanced light technology, at odds with Nanotrasen." icon_state = "goldenplaque" /obj/structure/sign/plaques/golden/captain diff --git a/code/game/objects/structures/watercloset.dm b/code/game/objects/structures/watercloset.dm index 2536c22b..0d28dd1b 100644 --- a/code/game/objects/structures/watercloset.dm +++ b/code/game/objects/structures/watercloset.dm @@ -208,7 +208,7 @@ /obj/machinery/shower name = "shower" - desc = "The HS-451. Installed in the 2550s by the Kinaris Hygiene Division." + desc = "The HS-451. Installed in the 2550s by the GATO Hygiene Division." icon = 'icons/obj/watercloset.dmi' icon_state = "shower" density = FALSE diff --git a/code/modules/admin/admin.dm b/code/modules/admin/admin.dm index acdfc605..9596b91f 100644 --- a/code/modules/admin/admin.dm +++ b/code/modules/admin/admin.dm @@ -241,7 +241,7 @@ dat+="
    Feed Security functions:
    " dat+="
    [(wanted_already) ? ("Manage") : ("Publish")] \"Wanted\" Issue" dat+="
    Censor Feed Stories" - dat+="
    Mark Feed Channel with Kinaris D-Notice (disables and locks the channel)." + dat+="
    Mark Feed Channel with GATO D-Notice (disables and locks the channel)." dat+="

    The newscaster recognises you as:
    [src.admin_signature]
    " if(1) dat+= "Station Feed Channels
    " @@ -295,7 +295,7 @@ if(9) dat+="[admincaster_feed_channel.channel_name]: \[created by: [admincaster_feed_channel.returnAuthor(-1)]\]
    " if(src.admincaster_feed_channel.censored) - dat+="ATTENTION: This channel has been deemed as threatening to the welfare of the station, and marked with a Kinaris D-Notice.
    " + dat+="ATTENTION: This channel has been deemed as threatening to the welfare of the station, and marked with a GATO D-Notice.
    " dat+="No further feed story additions are allowed while the D-Notice is in effect.

    " else if( isemptylist(src.admincaster_feed_channel.messages) ) @@ -316,7 +316,7 @@ dat+="

    Refresh" dat+="
    Back" if(10) - dat+="Kinaris Feed Censorship Tool
    " + dat+="GATO Feed Censorship Tool
    " dat+="NOTE: Due to the nature of news Feeds, total deletion of a Feed Story is not possible.
    " dat+="Keep in mind that users attempting to view a censored feed will instead see the \[REDACTED\] tag above it.
    " dat+="
    Select Feed channel to get Stories from:
    " @@ -327,7 +327,7 @@ dat+="[CHANNEL.channel_name] [(CHANNEL.censored) ? ("***") : ""]
    " dat+="
    Cancel" if(11) - dat+="Kinaris D-Notice Handler
    " + dat+="GATO D-Notice Handler
    " dat+="A D-Notice is to be bestowed upon the channel if the handling Authority deems it as harmful for the station's" dat+="morale, integrity or disciplinary behaviour. A D-Notice will render a channel unable to be updated by anyone, without deleting any feed" dat+="stories it might contain at the time. You can lift a D-Notice if you have the required access at any time.
    " @@ -356,7 +356,7 @@ dat+="[src.admincaster_feed_channel.channel_name]: \[ created by: [src.admincaster_feed_channel.returnAuthor(-1)] \]
    " dat+="Channel messages listed below. If you deem them dangerous to the station, you can Bestow a D-Notice upon the channel.
    " if(src.admincaster_feed_channel.censored) - dat+="ATTENTION: This channel has been deemed as threatening to the welfare of the station, and marked with a Kinaris D-Notice.
    " + dat+="ATTENTION: This channel has been deemed as threatening to the welfare of the station, and marked with a GATO D-Notice.
    " dat+="No further feed story additions are allowed while the D-Notice is in effect.

    " else if( isemptylist(src.admincaster_feed_channel.messages) ) diff --git a/code/modules/admin/holder2.dm b/code/modules/admin/holder2.dm index 04c1909c..47aff00a 100644 --- a/code/modules/admin/holder2.dm +++ b/code/modules/admin/holder2.dm @@ -48,7 +48,7 @@ GLOBAL_PROTECT(href_token) target = ckey name = "[ckey]'s admin datum ([R])" rank = R - admin_signature = "Kinaris Officer #[rand(0,9)][rand(0,9)][rand(0,9)]" + admin_signature = "GATO Officer #[rand(0,9)][rand(0,9)][rand(0,9)]" href_token = GenerateToken() if(R.rights & R_DEBUG) //grant profile access world.SetConfig("APP/admin", ckey, "role=admin") diff --git a/code/modules/antagonists/cult/cult.dm b/code/modules/antagonists/cult/cult.dm index dbdfbca4..8aae5bd8 100644 --- a/code/modules/antagonists/cult/cult.dm +++ b/code/modules/antagonists/cult/cult.dm @@ -430,7 +430,7 @@ if(check_cult_victory()) parts += "The cult has succeeded! Nar'Sie has snuffed out another torch in the void!" else - parts += "The staff managed to stop the cult! Dark words and heresy are no match for Kinaris's finest!" + parts += "The staff managed to stop the cult! Dark words and heresy are no match for GATO's finest!" if(objectives.len) parts += "The cultists' objectives were:" diff --git a/code/modules/antagonists/ert/ert.dm b/code/modules/antagonists/ert/ert.dm index 3ba0c1b5..83f43c67 100644 --- a/code/modules/antagonists/ert/ert.dm +++ b/code/modules/antagonists/ert/ert.dm @@ -121,7 +121,7 @@ to_chat(owner, "You are the [name].") - var/missiondesc = "Your squad is being sent on a mission to [station_name()] by Kinaris's Security Division." + var/missiondesc = "Your squad is being sent on a mission to [station_name()] by GATO's Security Division." if(leader) //If Squad Leader missiondesc += " Lead your squad to ensure the completion of the mission. Board the shuttle when your team is ready." else @@ -138,7 +138,7 @@ to_chat(owner, "You are the [name].") - var/missiondesc = "Your squad is being sent on a mission to [station_name()] by Kinaris's Security Division." + var/missiondesc = "Your squad is being sent on a mission to [station_name()] by GATO's Security Division." if(leader) //If Squad Leader missiondesc += " Lead your squad to ensure the completion of the mission. Board the shuttle when your team is ready." else diff --git a/code/modules/awaymissions/bluespaceartillery.dm b/code/modules/awaymissions/bluespaceartillery.dm index 2be16488..38a2e116 100644 --- a/code/modules/awaymissions/bluespaceartillery.dm +++ b/code/modules/awaymissions/bluespaceartillery.dm @@ -30,7 +30,7 @@ dat += "Locked on
    " dat += "Charge progress: [reload]/[reload_cooldown]:
    " dat += "Open Fire
    " - dat += "Deployment of weapon authorized by
    Kinaris Naval Command

    Remember, friendly fire is grounds for termination of your contract and life.
    " + dat += "Deployment of weapon authorized by
    GATO Naval Command

    Remember, friendly fire is grounds for termination of your contract and life.
    " user << browse(dat, "window=scroll") onclose(user, "scroll") diff --git a/code/modules/cargo/bounties/assistant.dm b/code/modules/cargo/bounties/assistant.dm index 613f9872..f013495b 100644 --- a/code/modules/cargo/bounties/assistant.dm +++ b/code/modules/cargo/bounties/assistant.dm @@ -1,19 +1,19 @@ /datum/bounty/item/assistant/strange_object name = "Strange Object" - description = "Kinaris has taken an interest in strange objects. Find one in maint, and ship it off to CentCom right away." + description = "GATO has taken an interest in strange objects. Find one in maint, and ship it off to CentCom right away." reward = 600 wanted_types = list(/obj/item/relic) /datum/bounty/item/assistant/scooter name = "Scooter" - description = "Kinaris has determined walking to be wasteful. Ship a scooter to CentCom to speed operations up." + description = "GATO has determined walking to be wasteful. Ship a scooter to CentCom to speed operations up." reward = 850 // the mat hoffman wanted_types = list(/obj/vehicle/ridden/scooter) include_subtypes = FALSE /datum/bounty/item/assistant/skateboard name = "Skateboard" - description = "Kinaris has determined walking to be wasteful. Ship a skateboard to CentCom to speed operations up." + description = "GATO has determined walking to be wasteful. Ship a skateboard to CentCom to speed operations up." reward = 700 // the tony hawk wanted_types = list(/obj/vehicle/ridden/scooter/skateboard) @@ -180,7 +180,7 @@ /datum/bounty/item/assistant/ied name = "IED" - description = "Kinaris's prison at CentCom is undergoing personnel training. Ship a handful of IEDs to serve as a training tools." + description = "GATO's prison at CentCom is undergoing personnel training. Ship a handful of IEDs to serve as a training tools." reward = 2000 required_count = 3 wanted_types = list(/obj/item/grenade/iedcasing) diff --git a/code/modules/cargo/bounties/chef.dm b/code/modules/cargo/bounties/chef.dm index a9cc4190..395905d0 100644 --- a/code/modules/cargo/bounties/chef.dm +++ b/code/modules/cargo/bounties/chef.dm @@ -6,7 +6,7 @@ /datum/bounty/item/chef/soup name = "Soup" - description = "To quell the homeless uprising, Kinaris will be serving soup to all underpaid workers. Ship any type of soup." + description = "To quell the homeless uprising, GATO will be serving soup to all underpaid workers. Ship any type of soup." reward = 700 required_count = 3 wanted_types = list(/obj/item/reagent_containers/food/snacks/soup) @@ -20,7 +20,7 @@ /datum/bounty/item/chef/onionrings name = "Onion Rings" - description = "Kinaris.co is remembering Saturn day. Ship onion rings to show the station's support." + description = "GATO is remembering Saturn day. Ship onion rings to show the station's support." reward = 800 required_count = 3 wanted_types = list(/obj/item/reagent_containers/food/snacks/onionrings) @@ -78,7 +78,7 @@ /datum/bounty/item/chef/hotdog name = "Hot Dog" - description = "Kinaris.co is conducting taste tests to determine the best hot dog recipe. Ship your station's version to participate." + description = "GATO is conducting taste tests to determine the best hot dog recipe. Ship your station's version to participate." reward = 4000 wanted_types = list(/obj/item/reagent_containers/food/snacks/hotdog) @@ -98,7 +98,7 @@ /datum/bounty/item/chef/chawanmushi name = "Chawanmushi" - description = "Kinaris.Co wants to improve relations with its sister company, Donk.Co. Ship Chawanmushi immediately." + description = "GATO wants to improve relations with its sister company, Donk.Co. Ship Chawanmushi immediately." reward = 5000 wanted_types = list(/obj/item/reagent_containers/food/snacks/chawanmushi) diff --git a/code/modules/cargo/bounties/medical.dm b/code/modules/cargo/bounties/medical.dm index 48d736c8..617edf59 100644 --- a/code/modules/cargo/bounties/medical.dm +++ b/code/modules/cargo/bounties/medical.dm @@ -48,7 +48,7 @@ /datum/bounty/item/medical/lizard_tail name = "Lizard Tail" - description = "The Wizard Federation has made off with Kinaris.Co's supply of lizard tails. While CentCom is dealing with the wizards, can the station spare a tail of their own?" + description = "The Wizard Federation has made off with GATO's supply of lizard tails. While CentCom is dealing with the wizards, can the station spare a tail of their own?" reward = 3000 wanted_types = list(/obj/item/organ/tail/lizard) @@ -60,7 +60,7 @@ /datum/bounty/item/medical/blood name = "Generic Blood" - description = "The Kinaris annual blood drive is back up to full speed, following the garlic incident. Good blood in good volumes accepted for Credit returns." + description = "The GATO annual blood drive is back up to full speed, following the garlic incident. Good blood in good volumes accepted for Credit returns." reward = 3500 required_count = 600 wanted_types = list(/datum/reagent/blood) diff --git a/code/modules/cargo/bounties/security.dm b/code/modules/cargo/bounties/security.dm index ea33a03c..d9ddf547 100644 --- a/code/modules/cargo/bounties/security.dm +++ b/code/modules/cargo/bounties/security.dm @@ -7,14 +7,14 @@ /datum/bounty/item/security/recharger name = "Rechargers" - description = "Kinaris PMC is conducting marksmanship exercises. They request that rechargers be shipped." + description = "GATO PMC is conducting marksmanship exercises. They request that rechargers be shipped." reward = 1700 required_count = 3 wanted_types = list(/obj/machinery/recharger) /datum/bounty/item/security/practice name = "Practice Laser Gun" - description = "Kinaris PMC is conducting routine marksmanship exercises. The clown hid all the practice lasers, and we're not using live weapons after last time." + description = "GATO PMC is conducting routine marksmanship exercises. The clown hid all the practice lasers, and we're not using live weapons after last time." reward = 1500 required_count = 3 wanted_types = list(/obj/item/gun/energy/laser/practice) @@ -27,28 +27,28 @@ /datum/bounty/item/security/sechuds name = "Sec HUDs" - description = "Kinaris PMC has started to train officers how to use Sec HUDs to the fullest affect. Please send spare Sec HUDs so we can teach the men." + description = "GATO PMC has started to train officers how to use Sec HUDs to the fullest affect. Please send spare Sec HUDs so we can teach the men." reward = 1250 required_count = 5 wanted_types = list(/obj/item/clothing/glasses/hud/security) /datum/bounty/item/security/techslugs name = "Tech Slugs" - description = "Kinaris PMC is conducting an ammo loading and use lessons, on the new 'Tech Slugs'. Problem is we don't have any, please fix this..." + description = "GATO PMC is conducting an ammo loading and use lessons, on the new 'Tech Slugs'. Problem is we don't have any, please fix this..." reward = 3500 required_count = 15 wanted_types = list(/obj/item/ammo_casing/shotgun/techshell) /datum/bounty/item/security/wt550 name = "Spare WT-550 clips" - description = "Kinaris Military Academy's ammunition is running low, please send in spare ammo for practice." + description = "GATO Military Academy's ammunition is running low, please send in spare ammo for practice." reward = 1500 required_count = 5 wanted_types = list(/obj/item/ammo_box/magazine/wt550m9) /datum/bounty/item/security/pins name = "Test range firing pins" - description = "Kinaris PMC just got a new set of guns, sadly they didn't come with any pins. Can you send us some Test range locked firing pins?" + description = "GATO PMC just got a new set of guns, sadly they didn't come with any pins. Can you send us some Test range locked firing pins?" reward = 2750 required_count = 3 wanted_types = list(/obj/item/firing_pin/test_range) diff --git a/code/modules/cargo/bounties/slime.dm b/code/modules/cargo/bounties/slime.dm index a6d5a114..5074588c 100644 --- a/code/modules/cargo/bounties/slime.dm +++ b/code/modules/cargo/bounties/slime.dm @@ -3,7 +3,7 @@ /datum/bounty/item/slime/New() ..() - description = "Kinaris's head xenobiologist team is hunting for the rare and exotic [name]. A bounty has been offered for finding it." + description = "GATO's head xenobiologist team is hunting for the rare and exotic [name]. A bounty has been offered for finding it." reward += rand(0, 4) * 250 /datum/bounty/item/slime/green diff --git a/code/modules/cargo/bounties/virus.dm b/code/modules/cargo/bounties/virus.dm index 13ac2c8a..effe32e8 100644 --- a/code/modules/cargo/bounties/virus.dm +++ b/code/modules/cargo/bounties/virus.dm @@ -10,7 +10,7 @@ if(rand(3) == 1) stat_value *= -1 name = "Virus ([stat_name] of [stat_value])" - description = "Kinaris.Co is interested in a virus with a [stat_name] stat of exactly [stat_value]. Central Command will pay handsomely for such a virus." + description = "GATO is interested in a virus with a [stat_name] stat of exactly [stat_value]. Central Command will pay handsomely for such a virus." reward += rand(0, 4) * 400 /datum/bounty/virus/completion_string() diff --git a/code/modules/cargo/bounty_console.dm b/code/modules/cargo/bounty_console.dm index e0f97c7c..9edc545c 100644 --- a/code/modules/cargo/bounty_console.dm +++ b/code/modules/cargo/bounty_console.dm @@ -3,8 +3,8 @@ /obj/machinery/computer/bounty - name = "Kinaris.Co bounty console" - desc = "Used to check and claim bounties offered by Kinaris" + name = "GATO bounty console" + desc = "Used to check and claim bounties offered by GATO" icon_screen = "bounty" circuit = /obj/item/circuitboard/computer/bounty light_color = "#E2853D"//orange @@ -22,7 +22,7 @@ /obj/item/paper/bounty_printout/Initialize() . = ..() - info = "

    Kinaris.Co Cargo Bounties


    " + info = "

    GATO Cargo Bounties


    " for(var/datum/bounty/B in GLOB.bounties_list) if(B.claimed) continue @@ -66,7 +66,7 @@ dat += "" dat += "" dat = dat.Join() - var/datum/browser/popup = new(user, "bounties", "Kinaris Bounties", 700, 600) + var/datum/browser/popup = new(user, "bounties", "GATO Bounties", 700, 600) popup.set_content(dat) popup.set_title_image(user.browse_rsc_icon(src.icon, src.icon_state)) popup.open() diff --git a/code/modules/cargo/exports/large_objects.dm b/code/modules/cargo/exports/large_objects.dm index ea4d09e7..fcee41b5 100644 --- a/code/modules/cargo/exports/large_objects.dm +++ b/code/modules/cargo/exports/large_objects.dm @@ -11,7 +11,7 @@ /datum/export/large/crate/total_printout(datum/export_report/ex, notes = TRUE) // That's why a goddamn metal crate costs that much. . = ..() if(. && notes) - . += " Thanks for participating in Kinaris Crates Recycling Program." + . += " Thanks for participating in GATO Crates Recycling Program." /datum/export/large/crate/wooden cost = 100 diff --git a/code/modules/cargo/expressconsole.dm b/code/modules/cargo/expressconsole.dm index 00c020e6..0690b61a 100644 --- a/code/modules/cargo/expressconsole.dm +++ b/code/modules/cargo/expressconsole.dm @@ -9,7 +9,7 @@ /obj/machinery/computer/cargo/express name = "express supply console" desc = "This console allows the user to purchase a package \ - with 1/40th of the delivery time: made possible by Kinaris's new \"1500mm Orbital Railgun\".\ + with 1/40th of the delivery time: made possible by GATO's new \"1500mm Orbital Railgun\".\ All sales are near instantaneous - please choose carefully" icon_screen = "supply_express" circuit = /obj/item/circuitboard/computer/cargo/express diff --git a/code/modules/cargo/packs/armory.dm b/code/modules/cargo/packs/armory.dm index 55bb62d3..50e333ef 100644 --- a/code/modules/cargo/packs/armory.dm +++ b/code/modules/cargo/packs/armory.dm @@ -38,7 +38,7 @@ /datum/supply_pack/security/armory/combatknives name = "Combat Knives Crate" - desc = "Contains three sharpened combat knives. Each knife guaranteed to fit snugly inside any Kinaris-standard boot. Requires Armory access to open." + desc = "Contains three sharpened combat knives. Each knife guaranteed to fit snugly inside any GATO-standard boot. Requires Armory access to open." cost = 3200 contains = list(/obj/item/kitchen/knife/combat, /obj/item/kitchen/knife/combat, @@ -174,7 +174,7 @@ /datum/supply_pack/security/armory/swat name = "SWAT Crate" - desc = "Contains two fullbody sets of tough, fireproof, pressurized suits designed in a joint effort by IS-ERI and Kinaris. Each set contains a suit, helmet, mask, combat belt, and combat gloves. Requires Armory access to open." + desc = "Contains two fullbody sets of tough, fireproof, pressurized suits designed in a joint effort by IS-ERI and GATO. Each set contains a suit, helmet, mask, combat belt, and combat gloves. Requires Armory access to open." cost = 6000 contains = list(/obj/item/clothing/head/helmet/swat/nanotrasen, /obj/item/clothing/head/helmet/swat/nanotrasen, diff --git a/code/modules/cargo/packs/costumes_toys.dm b/code/modules/cargo/packs/costumes_toys.dm index b7efa566..24e984ba 100644 --- a/code/modules/cargo/packs/costumes_toys.dm +++ b/code/modules/cargo/packs/costumes_toys.dm @@ -189,7 +189,7 @@ /datum/supply_pack/costumes_toys/costume name = "Standard Costume Crate" - desc = "Supply the station's entertainers with the equipment of their trade with these Kinaris-approved costumes! Contains a full clown and mime outfit, along with a bike horn and a bottle of nothing." + desc = "Supply the station's entertainers with the equipment of their trade with these GATO-approved costumes! Contains a full clown and mime outfit, along with a bike horn and a bottle of nothing." cost = 1300 access = ACCESS_THEATRE contains = list(/obj/item/storage/backpack/clown, @@ -280,7 +280,7 @@ /datum/supply_pack/costumes_toys/wizard name = "Wizard Costume Crate" - desc = "Pretend to join the Wizard Federation with this full wizard outfit! Kinaris would like to remind its employees that actually joining the Wizard Federation is subject to termination of job and life." + desc = "Pretend to join the Wizard Federation with this full wizard outfit! GATO would like to remind its employees that actually joining the Wizard Federation is subject to termination of job and life." cost = 2000 contains = list(/obj/item/staff, /obj/item/clothing/suit/wizrobe/fake, diff --git a/code/modules/cargo/packs/engineering.dm b/code/modules/cargo/packs/engineering.dm index 74d70e52..bba17457 100644 --- a/code/modules/cargo/packs/engineering.dm +++ b/code/modules/cargo/packs/engineering.dm @@ -12,7 +12,7 @@ /datum/supply_pack/engineering/shieldgen name = "Anti-breach Shield Projector Crate" - desc = "Hull breaches again? Say no more with the Kinaris Anti-Breach Shield Projector! Uses forcefield technology to keep the air in, and the space out. Contains two shield projectors." + desc = "Hull breaches again? Say no more with the GATO Anti-Breach Shield Projector! Uses forcefield technology to keep the air in, and the space out. Contains two shield projectors." cost = 2500 contains = list(/obj/machinery/shieldgen, /obj/machinery/shieldgen) @@ -152,7 +152,7 @@ /datum/supply_pack/engineering/bsa name = "Bluespace Artillery Parts" - desc = "The pride of Kinaris Naval Command. The legendary Bluespace Artillery Cannon is a devastating feat of human engineering and testament to wartime determination. Highly advanced research is required for proper construction. " + desc = "The pride of GATO Naval Command. The legendary Bluespace Artillery Cannon is a devastating feat of human engineering and testament to wartime determination. Highly advanced research is required for proper construction. " cost = 15000 special = TRUE contains = list(/obj/item/circuitboard/machine/bsa/front, diff --git a/code/modules/cargo/packs/misc.dm b/code/modules/cargo/packs/misc.dm index bb50395e..7b8cda2d 100644 --- a/code/modules/cargo/packs/misc.dm +++ b/code/modules/cargo/packs/misc.dm @@ -115,7 +115,7 @@ /datum/supply_pack/misc/bicycle name = "Bicycle" - desc = "Kinaris reminds all employees to never toy with powers outside their control." + desc = "GATO reminds all employees to never toy with powers outside their control." cost = 1000000 contains = list(/obj/vehicle/ridden/bicycle) crate_name = "Bicycle Crate" @@ -139,7 +139,7 @@ /datum/supply_pack/misc/book_crate name = "Book Crate" - desc = "Surplus from the Kinaris Archives, these five books are sure to be good reads." + desc = "Surplus from the GATO Archives, these five books are sure to be good reads." cost = 1500 contains = list(/obj/item/book/codex_gigas, /obj/item/book/manual/random/, @@ -222,7 +222,7 @@ /datum/supply_pack/misc/paper_work name = "Freelance Paper work" - desc = "The Kinaris Primary Bureaucratic Database Intelligence (PDBI) reports that the station has not completed its funding and grant paperwork this solar cycle. In order to gain further funding, your station is required to fill out (20) ten of these forms or no additional capital will be disbursed. We have sent you ten copies of the following form and we expect every one to be up to Kinaris Standards." // Disbursement. It's not a typo, look it up. + desc = "The GATO Primary Bureaucratic Database Intelligence (PDBI) reports that the station has not completed its funding and grant paperwork this solar cycle. In order to gain further funding, your station is required to fill out (20) ten of these forms or no additional capital will be disbursed. We have sent you ten copies of the following form and we expect every one to be up to Kinaris Standards." // Disbursement. It's not a typo, look it up. cost = 700 // Net of 0 credits but makes (120 x 20 = 2400) contains = list(/obj/item/folder/paperwork, /obj/item/folder/paperwork, diff --git a/code/modules/cargo/supplypod.dm b/code/modules/cargo/supplypod.dm index 3269d92b..0a046325 100644 --- a/code/modules/cargo/supplypod.dm +++ b/code/modules/cargo/supplypod.dm @@ -2,7 +2,7 @@ //------------------------------------SUPPLY POD-------------------------------------// /obj/structure/closet/supplypod name = "supply pod" //Names and descriptions are normally created with the setStyle() proc during initialization, but we have these default values here as a failsafe - desc = "A Kinaris supply drop pod." + desc = "A GATO supply drop pod." icon = 'icons/obj/supplypods.dmi' icon_state = "supplypod" pixel_x = -16 //2x2 sprite @@ -305,7 +305,7 @@ //------------------------------------UPGRADES-------------------------------------// /obj/item/disk/cargo/bluespace_pod //Disk that can be inserted into the Express Console to allow for Advanced Bluespace Pods name = "Bluespace Drop Pod Upgrade" - desc = "This disk provides a firmware update to the Express Supply Console, granting the use of Kinaris's Bluespace Drop Pods to the supply department." + desc = "This disk provides a firmware update to the Express Supply Console, granting the use of GATO's Bluespace Drop Pods to the supply department." icon = 'icons/obj/module.dmi' icon_state = "cargodisk" item_state = "card-id" diff --git a/code/modules/research/machinery/_production.dm b/code/modules/research/machinery/_production.dm index 48df9a27..d43b83ff 100644 --- a/code/modules/research/machinery/_production.dm +++ b/code/modules/research/machinery/_production.dm @@ -118,10 +118,10 @@ if(!istype(D)) return FALSE if(!(isnull(allowed_department_flags) || (D.departmental_flags & allowed_department_flags))) - say("Warning: Printing failed: This fabricator does not have the necessary keys to decrypt design schematics. Please update the research data with the on-screen button and contact Kinaris Support!") + say("Warning: Printing failed: This fabricator does not have the necessary keys to decrypt design schematics. Please update the research data with the on-screen button and contact GATO Support!") return FALSE if(D.build_type && !(D.build_type & allowed_buildtypes)) - say("This machine does not have the necessary manipulation systems for this design. Please contact Kinaris Support!") + say("This machine does not have the necessary manipulation systems for this design. Please contact GATO Support!") return FALSE if(!materials.mat_container) say("No connection to material storage, please contact the quartermaster.") diff --git a/code/modules/ruins/lavaland_ruin_code.dm b/code/modules/ruins/lavaland_ruin_code.dm index edf4f8bc..a89565c9 100644 --- a/code/modules/ruins/lavaland_ruin_code.dm +++ b/code/modules/ruins/lavaland_ruin_code.dm @@ -116,7 +116,7 @@ icon = 'icons/obj/machines/sleeper.dmi' icon_state = "sleeper_s" short_desc = "You are a syndicate agent, employed in a top secret research facility developing biological weapons plants and toys." - flavour_text = "Fortunately, Nanotrasen's activity in this sector of space is minimal. Continue your research as best you can, and try to keep a low profile from both Nanotrasen and Kinaris." //Making it more clear it's Nanotrasne AND Kinaris. + flavour_text = "Fortunately, Nanotrasen's activity in this sector of space is minimal. Continue your research as best you can, and try to keep a low profile from both Nanotrasen and GATO." //Making it more clear it's Nanotrasne AND Kinaris. important_info = "The base is rigged with explosives, DO NOT leave the base or let it fall into enemy hands!" //Changed 'abandon it' to 'leave the base', no more loopholes please, you know who you are. outfit = /datum/outfit/lavaland_syndicate assignedrole = "Lavaland Syndicate" @@ -146,7 +146,7 @@ name = "Syndicate Comms Agent" job_description = "Off-station Syndicate Comms Agent" short_desc = "You are a syndicate comms agent, employed in a top secret research facility developing biological weapons." - flavour_text = "Fortunately, Nanotrasen's activity in this sector of space is minimal. Monitor enemy activity as best you can, and try to keep a low profile. Use the communication equipment to provide support to any field agents, and sow disinformation to throw Nanotrasen or Kinaris off your trail. Do not let the base fall into enemy hands!" + flavour_text = "Fortunately, Nanotrasen's activity in this sector of space is minimal. Monitor enemy activity as best you can, and try to keep a low profile. Use the communication equipment to provide support to any field agents, and sow disinformation to throw Nanotrasen or GATO off your trail. Do not let the base fall into enemy hands!" important_info = "The base is rigged with explosives, DO NOT leave the base or let it fall into enemy hands!" //Changed 'abandon it' to 'leave the base', no more loopholes please, you know who you are. outfit = /datum/outfit/lavaland_syndicate/comms mirrorcanloadappearance = TRUE diff --git a/code/modules/ruins/spaceruin_code/oldstation.dm b/code/modules/ruins/spaceruin_code/oldstation.dm index a4a119c7..fb79a8f7 100644 --- a/code/modules/ruins/spaceruin_code/oldstation.dm +++ b/code/modules/ruins/spaceruin_code/oldstation.dm @@ -45,9 +45,9 @@ name = "Crew Reawakening Report" info = "Artificial Program's report to surviving crewmembers.

    Crew were placed into cryostasis on March 10th, 2445.

    Crew were awoken from cryostasis around June, 2557.

    \ SIGNIFICANT EVENTS OF NOTE
    1: The primary radiation detectors were taken offline after 112 years due to power failure, secondary radiation detectors showed no residual \ - radiation on station. Deduction, primarily detector was malfunctioning and was producing a radiation signal when there was none.

    2: A data burst from a nearby Kinaris Space \ + radiation on station. Deduction, primarily detector was malfunctioning and was producing a radiation signal when there was none.

    2: A data burst from a nearby GATO Space \ Station was received, this data burst contained research data that has been uploaded to our RnD labs.

    3: Unknown invasion force has occupied Delta station." /obj/item/paper/fluff/ruins/oldstation/generator_manual name = "S.U.P.E.R.P.A.C.M.A.N.-type portable generator manual" - info = "You can barely make out a faded sentence...

    Wrench down the generator on top of a wire node connected to either a SMES input terminal or the power grid." + info = "You can barely make out a faded sentence...

    Wrench down the generator on top of a wire node connected to either a SMES input terminal or the power grid." diff --git a/code/modules/station_goals/station_goal.dm b/code/modules/station_goals/station_goal.dm index 7541a310..895a72f5 100644 --- a/code/modules/station_goals/station_goal.dm +++ b/code/modules/station_goals/station_goal.dm @@ -12,8 +12,8 @@ var/report_message = "Complete this goal." /datum/station_goal/proc/send_report() - priority_announce("Priority Kinaris directive received. Project \"[name]\" details inbound.", "Incoming Priority Message", 'sound/ai/commandreport.ogg') - print_command_report(get_report(),"Kinaris Directive [pick(GLOB.phonetic_alphabet)] \Roman[rand(1,50)]", announce=FALSE) + priority_announce("Priority GATO directive received. Project \"[name]\" details inbound.", "Incoming Priority Message", 'sound/ai/commandreport.ogg') + print_command_report(get_report(),"GATO Directive [pick(GLOB.phonetic_alphabet)] \Roman[rand(1,50)]", announce=FALSE) on_report() /datum/station_goal/proc/on_report() diff --git a/code/modules/surgery/tools.dm b/code/modules/surgery/tools.dm index 909ac3f0..f082ab6b 100644 --- a/code/modules/surgery/tools.dm +++ b/code/modules/surgery/tools.dm @@ -276,7 +276,7 @@ /obj/item/surgical_drapes name = "surgical drapes" - desc = "Kinaris brand surgical drapes provide optimal safety and infection control." + desc = "GATO brand surgical drapes provide optimal safety and infection control." icon = 'icons/obj/surgery.dmi' icon_state = "surgical_drapes" w_class = WEIGHT_CLASS_TINY diff --git a/code/modules/uplink/uplink_items.dm b/code/modules/uplink/uplink_items.dm index 4319215c..b4588c64 100644 --- a/code/modules/uplink/uplink_items.dm +++ b/code/modules/uplink/uplink_items.dm @@ -1325,8 +1325,8 @@ datum/uplink_item/stealthy_weapons/taeclowndo_shoes /datum/uplink_item/suits/space_suit name = "Syndicate Space Suit" - desc = "This red and black Syndicate space suit is less encumbering than Kinaris variants, \ - fits inside bags, and has a weapon slot. Kinaris crew members are trained to report red space suit \ + desc = "This red and black Syndicate space suit is less encumbering than GATO variants, \ + fits inside bags, and has a weapon slot. GATO crew members are trained to report red space suit \ sightings, however." item = /obj/item/storage/box/syndie_kit/space cost = 4 @@ -1337,7 +1337,7 @@ datum/uplink_item/stealthy_weapons/taeclowndo_shoes that runs off standard atmospheric tanks. Toggling the suit in and out of \ combat mode will allow you all the mobility of a loose fitting uniform without sacrificing armoring. \ Additionally the suit is collapsible, making it small enough to fit within a backpack. \ - Kinaris crew who spot these suits are known to panic." + GATO crew who spot these suits are known to panic." item = /obj/item/clothing/suit/space/hardsuit/syndi cost = 8 exclude_modes = list(/datum/game_mode/nuclear) //you can't buy it in nuke, because the elite hardsuit costs the same while being better @@ -1407,7 +1407,7 @@ datum/uplink_item/stealthy_weapons/taeclowndo_shoes /datum/uplink_item/device_tools/magboots name = "Blood-Red Magboots" desc = "A pair of magnetic boots with a Syndicate paintjob that assist with freer movement in space or on-station \ - during gravitational generator failures. These reverse-engineered knockoffs of Kinaris's \ + during gravitational generator failures. These reverse-engineered knockoffs of GATO's \ 'Advanced Magboots' slow you down in simulated-gravity environments much like the standard issue variety." item = /obj/item/clothing/shoes/magboots/syndie cost = 2 @@ -1520,7 +1520,7 @@ datum/uplink_item/stealthy_weapons/taeclowndo_shoes /datum/uplink_item/device_tools/rad_laser name = "Radioactive Microlaser" - desc = "A radioactive microlaser disguised as a standard Kinaris health analyzer. When used, it emits a \ + desc = "A radioactive microlaser disguised as a standard GATO health analyzer. When used, it emits a \ powerful burst of radiation, which, after a short delay, can incapacitate all but the most protected \ of humanoids. It has two settings: intensity, which controls the power of the radiation, \ and wavelength, which controls the delay before the effect kicks in." diff --git a/hyperstation/code/datums/components/crafting/bounties.dm b/hyperstation/code/datums/components/crafting/bounties.dm index dbdd1551..1dadd6e3 100644 --- a/hyperstation/code/datums/components/crafting/bounties.dm +++ b/hyperstation/code/datums/components/crafting/bounties.dm @@ -65,7 +65,7 @@ datum/bounty/lewd/fluid/New() reagent_type = /datum/reagent/consumable/milk wanted_reagent = new reagent_type name = wanted_reagent.name - description = "The Kinaris annual bake sale is soon, and all of our milk has expired. Help us out." + description = "The GATO annual bake sale is soon, and all of our milk has expired. Help us out." reward += rand(10, 17) * 500 //Milk is generally easier to get. Make the reward a little lower. if(15,16,17,18,19) //A little romance var/static/list/possible_reagents = list(\ diff --git a/hyperstation/code/datums/ert_hazard_cleanup.dm b/hyperstation/code/datums/ert_hazard_cleanup.dm index f2f05ab7..4a7a6646 100644 --- a/hyperstation/code/datums/ert_hazard_cleanup.dm +++ b/hyperstation/code/datums/ert_hazard_cleanup.dm @@ -26,7 +26,7 @@ //\an [name] because modularization is nice to_chat(owner, "You are \an [name].\n\ Your job is to remove all nuclear waste and residue contaminants from [station_name()], \ - under orders of Kinaris's Crew Health and Safety Division, as formerly as possible.\n\ + under orders of GATO's Crew Health and Safety Division, as formerly as possible.\n\ You are not required to repair any construction damages, as you are not equipped for such.") /datum/team/ert/cleanup diff --git a/hyperstation/code/datums/weather/oxygen_rain.dm b/hyperstation/code/datums/weather/oxygen_rain.dm index de31ddd0..174169ad 100644 --- a/hyperstation/code/datums/weather/oxygen_rain.dm +++ b/hyperstation/code/datums/weather/oxygen_rain.dm @@ -29,7 +29,7 @@ . = ..() priority_announce("[station_name()]: A large quantity of condensed low temperature oxygen clouds has been detected around and above the station. A liquid oxygen downpour is expected.", sound = 'sound/misc/notice2.ogg', - sender_override = "Kinaris Meteorology Division") + sender_override = "GATO Meteorology Division") for(var/V in GLOB.player_list) var/mob/M = V if((M.client.prefs.toggles & SOUND_MIDI) && is_station_level(M.z)) diff --git a/hyperstation/code/game/objects/structures/ghost_role_spawners.dm b/hyperstation/code/game/objects/structures/ghost_role_spawners.dm index c25c5f9b..c6ac8a69 100644 --- a/hyperstation/code/game/objects/structures/ghost_role_spawners.dm +++ b/hyperstation/code/game/objects/structures/ghost_role_spawners.dm @@ -75,7 +75,7 @@ var/arrpee = rand(1,3) switch(arrpee) if(1) - flavour_text += "You were a lowly engineer, hired by Kinaris to make sure the turbines from their mining operation remained functional. \ + flavour_text += "You were a lowly engineer, hired by GATO to make sure the turbines from their mining operation remained functional. \ You remember the day the mining team descended for the very last time into the depths of the shafts, only to never return. \ The agonizing screams from whatever now haunts those mines still brings a shiver down your spine." outfit.uniform = /obj/item/clothing/under/rank/engineer @@ -85,7 +85,7 @@ outfit.id = /obj/item/card/id/away/snowdin/eng outfit.implants = list(/obj/item/implant/exile) //Made it so they cannot simply exit through the gateway at will. if(2) - flavour_text += "You were a plasma researcher, hired by Kinaris to oversee a small research division in a remote, isolated little icy planet, \ + flavour_text += "You were a plasma researcher, hired by GATO to oversee a small research division in a remote, isolated little icy planet, \ you remember the day the mining team descended for the very last time into the depths of the shafts, only to never return. \ While you haven't heard them yourself, reports say the sounds that were heard over radio were likely not of this world." outfit.uniform = /obj/item/clothing/under/rank/scientist @@ -95,7 +95,7 @@ outfit.id = /obj/item/card/id/away/snowdin/sci outfit.implants = list(/obj/item/implant/exile) //Made it so they cannot simply exit through the gateway at will. if(3) - flavour_text += "You were a junior doctor, hired by Kinaris to oversee the mental state of a plasma mining operation's miners. \ + flavour_text += "You were a junior doctor, hired by GATO to oversee the mental state of a plasma mining operation's miners. \ Over and over you reported that the miners were having constant, similar types of hallucinations and that perhaps the whole operation should pause \ until further investigation was concluded, but command shrugged it off as an episode of mass hallucination... Until the miners never came back." outfit.uniform = /obj/item/clothing/under/rank/medical diff --git a/hyperstation/code/gamemode/traitor_lewd.dm b/hyperstation/code/gamemode/traitor_lewd.dm index c9b580b6..4de6a460 100644 --- a/hyperstation/code/gamemode/traitor_lewd.dm +++ b/hyperstation/code/gamemode/traitor_lewd.dm @@ -100,7 +100,7 @@ GLOBAL_LIST_INIT(hyper_special_roles, list( /datum/game_mode/traitor/lewd/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 \ - Kinaris 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." /datum/mind/proc/make_LewdTraitor() if(!(has_antag_datum(/datum/antagonist/traitor/lewd))) diff --git a/hyperstation/code/gamemode/traitor_thief.dm b/hyperstation/code/gamemode/traitor_thief.dm index 3931d835..56cdde64 100644 --- a/hyperstation/code/gamemode/traitor_thief.dm +++ b/hyperstation/code/gamemode/traitor_thief.dm @@ -37,7 +37,7 @@ /datum/game_mode/traitor/thief/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 \ - Kinaris 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." /datum/mind/proc/make_ThiefTraitor() if(!(has_antag_datum(/datum/antagonist/traitor/thief))) diff --git a/hyperstation/code/modules/clothing/spacesuits/hardsuit.dm b/hyperstation/code/modules/clothing/spacesuits/hardsuit.dm index 3baca22c..cda704d8 100644 --- a/hyperstation/code/modules/clothing/spacesuits/hardsuit.dm +++ b/hyperstation/code/modules/clothing/spacesuits/hardsuit.dm @@ -48,8 +48,8 @@ return /obj/item/clothing/suit/space/hardsuit/shielded/goldenpa - name = "Kinaris Power Armor" - desc = "An advanced armor with built in energy shielding, developed by Kinaris via unknown means. It belongs by only few exclusive members of the corporation." + name = "GATO Power Armor" + desc = "An advanced armor with built in energy shielding, developed by GATO via unknown means. It belongs by only few exclusive members of the corporation." icon_state = "golden_pa" item_state = "golden_pa" max_charges = 4 @@ -68,8 +68,8 @@ . = ..() /obj/item/clothing/head/helmet/space/hardsuit/shielded/goldenpa - name = "Kinaris Power Helmet" - desc = "An advanced armor helmet with built in energy shielding, developed by Kinaris via unknown means. It belongs by only few exclusive members of the corporation." + name = "GATO Power Helmet" + desc = "An advanced armor helmet with built in energy shielding, developed by GATO via unknown means. It belongs by only few exclusive members of the corporation." icon_state = "hardsuit0-goldenpa" item_state = "hardsuit0-goldenpa" item_color = "goldenpa" diff --git a/hyperstation/code/obj/sizeitems.dm b/hyperstation/code/obj/sizeitems.dm index 075b39ab..3a8b5c02 100644 --- a/hyperstation/code/obj/sizeitems.dm +++ b/hyperstation/code/obj/sizeitems.dm @@ -1,13 +1,13 @@ /obj/item/reagent_containers/food/drinks/prospacillin name = "Prospacillin Bottle" - desc = "An incredibly expensive bottle used by Kinaris command. It has golden engravings and reeks of corporate greed." + desc = "An incredibly expensive bottle used by GATO command. It has golden engravings and reeks of corporate greed." w_class = WEIGHT_CLASS_TINY icon_state = "prospacillin" list_reagents = list(/datum/reagent/growthchem = 15) /obj/item/reagent_containers/food/drinks/diminicillin name = "Diminicillin Bottle" - desc = "An incredibly expensive bottle used by Kinaris command. It has golden engravings and reeks of corporate greed." + desc = "An incredibly expensive bottle used by GATO command. It has golden engravings and reeks of corporate greed." w_class = WEIGHT_CLASS_TINY icon_state = "diminicillin" list_reagents = list(/datum/reagent/shrinkchem = 15) diff --git a/modular_citadel/code/modules/antagonists/cit_crewobjectives.dm b/modular_citadel/code/modules/antagonists/cit_crewobjectives.dm index e636ea58..a2f3e3b3 100644 --- a/modular_citadel/code/modules/antagonists/cit_crewobjectives.dm +++ b/modular_citadel/code/modules/antagonists/cit_crewobjectives.dm @@ -25,7 +25,7 @@ return newObjective.owner = crewMind crewMind.objectives += newObjective - to_chat(crewMind, "As a part of Kinaris's anti-tide efforts, you have been assigned an optional objective. It will be checked at the end of the shift. Performing traitorous acts in pursuit of your objective may result in termination of your employment.") + to_chat(crewMind, "As a part of GATO's anti-tide efforts, you have been assigned an optional objective. It will be checked at the end of the shift. Performing traitorous acts in pursuit of your objective may result in termination of your employment.") to_chat(crewMind, "Your optional objective: [newObjective.explanation_text]") /datum/objective/crew/ diff --git a/modular_citadel/code/modules/custom_loadout/custom_items.dm b/modular_citadel/code/modules/custom_loadout/custom_items.dm index 9a02137b..34aeb782 100644 --- a/modular_citadel/code/modules/custom_loadout/custom_items.dm +++ b/modular_citadel/code/modules/custom_loadout/custom_items.dm @@ -410,7 +410,7 @@ /obj/item/clothing/suit/hooded/cloak/zuliecloak name = "Project: Zul-E" - desc = "A standard version of a prototype cloak given out by Kinaris higher ups. It's surprisingly thick and heavy for a cloak despite having most of it's tech stripped. It also comes with a bluespace trinket which calls it's accompanying hat onto the user. A worn inscription on the inside of the cloak reads 'Fleuret' ...the rest is faded away." + desc = "A standard version of a prototype cloak given out by GATO higher ups. It's surprisingly thick and heavy for a cloak despite having most of it's tech stripped. It also comes with a bluespace trinket which calls it's accompanying hat onto the user. A worn inscription on the inside of the cloak reads 'Fleuret' ...the rest is faded away." icon_state = "zuliecloak" item_state = "zuliecloak" icon = 'icons/obj/custom.dmi'