mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-21 02:57:48 +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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user