mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 02:54:41 +01:00
[LORE] Replaces all uses of the word "intergalactic" in code (#28203)
* begone * Update SSshuttles.dm * Update mail.dm
This commit is contained in:
@@ -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")
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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, "<span class='notice'>Successful delivery acknowledged! [MAIL_DELIVERY_BONUS] credits added to Supply account!</span>")
|
||||
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)
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user