diff --git a/code/__HELPERS/name_helpers.dm b/code/__HELPERS/name_helpers.dm index 28f2be4cdf6e..792e306fb55f 100644 --- a/code/__HELPERS/name_helpers.dm +++ b/code/__HELPERS/name_helpers.dm @@ -89,7 +89,7 @@ GLOBAL_VAR(syndicate_name) // Full if(prob(60)) - name += pick("Syndicate", "Consortium", "Collective", "Corporation", "Group", "Holdings", "Biotech", "Industries", "Systems", "Products", "Chemicals", "Enterprises", "Family", "Creations", "International", "Intergalactic", "Interplanetary", "Foundation", "Positronics", "Hive") + name += pick("Syndicate", "Consortium", "Collective", "Corporation", "Group", "Holdings", "Biotech", "Industries", "Systems", "Products", "Chemicals", "Enterprises", "Family", "Creations", "International", "Interstellar", "Interplanetary", "Foundation", "Positronics", "Hive") // Broken else name += pick("Syndi", "Corp", "Bio", "System", "Prod", "Chem", "Inter", "Hive") diff --git a/code/controllers/subsystem/SSshuttles.dm b/code/controllers/subsystem/SSshuttles.dm index 2065c39026f6..90368fbb8b0a 100644 --- a/code/controllers/subsystem/SSshuttles.dm +++ b/code/controllers/subsystem/SSshuttles.dm @@ -303,7 +303,7 @@ SUBSYSTEM_DEF(shuttle) for(var/obj/machinery/requests_console/console in GLOB.allRequestConsoles) if(console.department != "Cargo Bay") continue - console.createMessage("Messaging and Intergalactic Letters", "New Mail Crates ready to be ordered!", "A new mail crate is able to be shipped alongside your next orders!", RQ_NORMALPRIORITY) + console.createMessage("Nanotrasen Mail and Interstellar Logistics", "New Mail Crates ready to be ordered!", "A new mail crate is able to be shipped alongside your next orders!", RQ_NORMALPRIORITY) if(!length(supply_shuttle_turfs)) for(var/turf/simulated/T in supply.areaInstance) diff --git a/code/game/objects/items/weapons/storage/uplink_kits.dm b/code/game/objects/items/weapons/storage/uplink_kits.dm index 27366ab2e982..aa40c8d208ed 100644 --- a/code/game/objects/items/weapons/storage/uplink_kits.dm +++ b/code/game/objects/items/weapons/storage/uplink_kits.dm @@ -195,7 +195,7 @@ /// 80TC + modules + laser gun /obj/item/storage/box/syndie_kit/bundle/metroid name = "Modsuit Bundle" - desc = "Don the equipment of an intergalactic bounty hunter and blast your way through the station!" + desc = "Don the equipment of an interstellar bounty hunter and blast your way through the station!" items = list( /obj/item/mod/control/pre_equipped/traitor_elite, // 45TC /obj/item/mod/module/visor/thermal, // 15TC diff --git a/code/game/objects/mail.dm b/code/game/objects/mail.dm index 86ec5986d279..f0b0171f8cc0 100644 --- a/code/game/objects/mail.dm +++ b/code/game/objects/mail.dm @@ -230,7 +230,7 @@ /obj/item/mail_scanner name = "mail scanner" - desc = "Sponsored by Messaging and Intergalactic Letters, this device allows you to log mail deliveries in exchange for financial compensation." + desc = "A portable mail scanner, this device allows you to log mail deliveries in exchange for financial compensation." force = 0 throwforce = 0 icon = 'icons/obj/device.dmi' @@ -295,5 +295,5 @@ saved = null to_chat(user, "Successful delivery acknowledged! [MAIL_DELIVERY_BONUS] credits added to Supply account!") playsound(loc, 'sound/mail/mailapproved.ogg', 50, TRUE) - GLOB.station_money_database.credit_account(SSeconomy.cargo_account, MAIL_DELIVERY_BONUS, "Mail Delivery Compensation", "Messaging and Intergalactic Letters", supress_log = FALSE) + GLOB.station_money_database.credit_account(SSeconomy.cargo_account, MAIL_DELIVERY_BONUS, "Mail Delivery Compensation", "Nanotrasen Mail and Interstellar Logistics", supress_log = FALSE) SSblackbox.record_feedback("amount", "successful_mail_delivery", 1) diff --git a/code/game/objects/structures/signs.dm b/code/game/objects/structures/signs.dm index ff4636e30902..7e4b435c254c 100644 --- a/code/game/objects/structures/signs.dm +++ b/code/game/objects/structures/signs.dm @@ -201,7 +201,7 @@ /obj/structure/sign/greencross name = "medbay" - desc = "The Intergalactic symbol of Medical institutions. You'll probably get help here." + desc = "The universal symbol of medical institutions across the Sector. You'll probably find help here." icon_state = "greencross" /obj/structure/sign/goldenplaque diff --git a/code/modules/fish/fish_eggs.dm b/code/modules/fish/fish_eggs.dm index 756093fbd013..de9c133aabf0 100644 --- a/code/modules/fish/fish_eggs.dm +++ b/code/modules/fish/fish_eggs.dm @@ -27,7 +27,7 @@ /obj/item/fish_eggs/babycarp name = "baby space carp eggs" - desc = "Eggs from the substantially smaller form of the intergalactic terror." + desc = "Eggs from the substantially smaller form of the spaceborn terror." icon_state = "babycarp_eggs" fish_type = /datum/fish/babycarp