Skip to content

Commit

Permalink
Changed cargo gifts, no more centcomm, urist shuttles
Browse files Browse the repository at this point in the history
  • Loading branch information
Eagle-0 committed Apr 28, 2024
1 parent e819a63 commit ec92c56
Show file tree
Hide file tree
Showing 17 changed files with 6,841 additions and 29 deletions.
4 changes: 2 additions & 2 deletions Content.Server/Chat/Systems/ChatSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ public void TrySendInGameOOCMessage(
/// <param name="colorOverride">Optional color for the announcement message</param>
public void DispatchGlobalAnnouncement(
string message,
string sender = "Central Command",
string sender = "High Command",
bool playSound = true,
SoundSpecifier? announcementSound = null,
Color? colorOverride = null
Expand All @@ -344,7 +344,7 @@ public void DispatchGlobalAnnouncement(
public void DispatchStationAnnouncement(
EntityUid source,
string message,
string sender = "Central Command",
string sender = "High Command",
bool playDefaultSound = true,
SoundSpecifier? announcementSound = null,
Color? colorOverride = null)
Expand Down
38 changes: 19 additions & 19 deletions Resources/Locale/en-US/station-events/events/cargo-gifts.ftl
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
cargo-gifts-event-announcement = Congratulations! { $sender } has decided to send { $description } to the station { $dest }. Look for it in your next cargo shipment.
cargo-gift-default-description = A bundle of gifts
cargo-gift-default-sender = NanoTrasen
cargo-gift-default-dest = Logistics Dept.
cargo-gifts-event-announcement = It's your lucky day, { $sender } was able to afford sending { $description } to the station's { $dest }. Look for it in your next cargo shipment.
cargo-gift-default-description = whatever the Urists could scrounge up
cargo-gift-default-sender = High Command
cargo-gift-default-dest = Cybersun Department
cargo-gift-dest-bar = bar
cargo-gift-dest-eng = Engineering Dept
cargo-gift-dest-supp = Logistics Dept
cargo-gift-dest-janitor = Service Dept
cargo-gift-dest-med = Medical Dept
cargo-gift-dest-sec = Security Dept
cargo-gift-dest-eng = Weathermaker Dept
cargo-gift-dest-supp = Cybersun Dept
cargo-gift-dest-janitor = Donk Co. Dept
cargo-gift-dest-med = Interdyne Pharmaceutics Dept
cargo-gift-dest-sec = Gorlex PMC Dept
cargo-gift-pizza-small = A small pizza party
cargo-gift-pizza-large = A large pizza party
cargo-gift-pizza-small = A meager pizza delivery
cargo-gift-pizza-large = A grand pizza delivery
cargo-gift-eng = Repair Materials
cargo-gift-vending = Vending machines refills
cargo-gift-cleaning = Cleaning equipment
cargo-gift-medical-supply = Medical supplies
cargo-gift-space-protection = Space Hazard Protection
cargo-gift-fire-protection = Fire Protection
cargo-gift-security-guns = Lethal Weapons
cargo-gift-security-riot = Riot Gear
cargo-gift-eng = random junk from disposals
cargo-gift-vending = busted cans from our vending machines
cargo-gift-cleaning = cleaning supplies
cargo-gift-medical-supply = bandages and strange goo
cargo-gift-space-protection = useless crap
cargo-gift-fire-protection = fireproof crap
cargo-gift-security-guns = faulty firearms
cargo-gift-security-riot = rejected body armor
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## PowerGridCheck

station-event-power-grid-check-start-announcement = Abnormal activity detected in the station's powernet. As a precautionary measure, the station's power will be shut off for an indeterminate duration.
station-event-power-grid-check-end-announcement = Power has been restored to the station. We apologize for the inconvenience.
station-event-power-grid-check-end-announcement = Power has been restored to the station. You may now resume your previous duties.
Loading

0 comments on commit ec92c56

Please sign in to comment.