diff --git a/code/game/gamemodes/objective.dm b/code/game/gamemodes/objective.dm index 1213acd34d5..61d6d15e9ba 100644 --- a/code/game/gamemodes/objective.dm +++ b/code/game/gamemodes/objective.dm @@ -177,8 +177,8 @@ var/list/potential_theft_objectives = subtypesof(/datum/theft_objective) \ /datum/objective/hijack martyr_compatible = 0 //Technically you won't get both anyway. - explanation_text = "Hijack the shuttle by escaping on it with no loyalist NanoTrasen crew on board and alive. \ - Syndicate agents, other enemies of NanoTrasen, cyborgs, and pets may be allowed to escape alive." + explanation_text = "Hijack the shuttle by escaping on it with no loyalist Nanotrasen crew on board and alive. \ + Syndicate agents, other enemies of Nanotrasen, cyborgs, and pets may be allowed to escape alive." /datum/objective/hijack/check_completion() if(!owner.current || owner.current.stat) @@ -768,5 +768,5 @@ var/list/potential_theft_objectives = subtypesof(/datum/theft_objective) \ //wizard /datum/objective/wizchaos - explanation_text = "Wreak havoc upon the station as much you can. Send those wandless NanoTrasen scum a message!" + explanation_text = "Wreak havoc upon the station as much you can. Send those wandless Nanotrasen scum a message!" completed = 1 diff --git a/code/game/objects/items/weapons/tools.dm b/code/game/objects/items/weapons/tools.dm index 8c6138bc138..0b3711b6f7d 100644 --- a/code/game/objects/items/weapons/tools.dm +++ b/code/game/objects/items/weapons/tools.dm @@ -305,7 +305,7 @@ //Welding Tool /obj/item/weapon/weldingtool name = "welding tool" - desc = "A standard edition welder provided by NanoTrasen." + desc = "A standard edition welder provided by Nanotrasen." icon = 'icons/obj/tools.dmi' icon_state = "welder" item_state = "welder"