Skip to content

Commit

Permalink
Merge branch 'master' into prison-headset
Browse files Browse the repository at this point in the history
  • Loading branch information
Bonktrauma committed Mar 7, 2024
2 parents 130df1e + fc5d84c commit 34c0be4
Show file tree
Hide file tree
Showing 9 changed files with 25 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Content.Server/Shuttles/Components/FTLComponent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public sealed partial class FTLComponent : Component
public string? PriorityTag;

[ViewVariables(VVAccess.ReadWrite), DataField("soundTravel")]
public SoundSpecifier? TravelSound = new SoundPathSpecifier("/Audio/Effects/Shuttle/hyperspace_progress.ogg")
public SoundSpecifier? TravelSound = new SoundPathSpecifier("/Audio/DeltaV/Effects/Shuttle/hyperspace_progress.ogg") // DeltaV - Replace FTL sound
{
Params = AudioParams.Default.WithVolume(-3f).WithLoop(true)
};
Expand Down
5 changes: 5 additions & 0 deletions Resources/Audio/DeltaV/Effects/Shuttle/attributions.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- files:
- "hyperspace_progress.ogg"
license: "CC-BY-SA-4.0"
copyright: "@Vordenburg"
source: "https://github.com/Nyanotrasen/Nyanotrasen/commit/cbd7104306bc0b03004036f91459a7fa42bc5c0f"
Binary file not shown.
8 changes: 8 additions & 0 deletions Resources/Changelog/DeltaVChangelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1756,3 +1756,11 @@ Entries:
message: Warden requirements now include mandatory officer time and whitelist.
id: 261
time: '2024-03-02T23:00:08.0000000+00:00'
- author: DebugOk
changes:
- type: Remove
message: The salvage shuttle has been completely removed
- type: Tweak
message: Salvage specialists now start with a mini jetpack in their locker
id: 262
time: '2024-03-06T23:27:01.0000000+00:00'
2 changes: 2 additions & 0 deletions Resources/Prototypes/Catalog/Fills/Lockers/cargo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
- id: SeismicCharge
amount: 2
- id: ClothingShoesBootsWinterMiner #Delta V: Add departmental winter boots
- id: JetpackMiniFilled # DeltaV - Salv lost their shuttle
- id: OreBag
prob: 0.5
- id: Flare
Expand Down Expand Up @@ -44,6 +45,7 @@
- id: SeismicCharge
amount: 2
- id: ClothingShoesBootsWinterMiner #Delta V: Add departmental winter boots
- id: JetpackMiniFilled # DeltaV - Salv lost their shuttle
- id: OreBag
prob: 0.5
- id: Flare
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Entities/Objects/Misc/bedsheets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@
- type: entity
id: BedsheetRD
parent: BedsheetBase
name: RD's bedsheet
name: Mystagogue's bedsheet # DeltaV - Epistemics Department - Replace Research Director with Mystagogue
description: It appears to have a beaker emblem, and is made out of fire-resistant material, although it probably won't protect you in the event of fires you're familiar with every day.
components:
- type: Sprite
Expand Down
6 changes: 3 additions & 3 deletions Resources/Prototypes/Entities/Stations/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@
cargo:
paths:
- /Maps/Shuttles/cargo_core.yml
mining:
paths:
- /Maps/Shuttles/mining.yml
# mining:
# paths:
# - /Maps/Shuttles/mining.yml
ruins:
hide: true
nameGrid: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -229,8 +229,10 @@
- type: entity
id: PottedPlantRD #PottedPlant25
parent: PottedPlantBase
name: "RD's potted plant"
description: "A gift from the botanical staff, presented after the RD's reassignment. There's a tag on it that says \"Y'all come back now, y'hear?\"\nIt doesn't look very healthy..."
# DeltaV - Epistemics Department - Replace Research Director with Mystagogue
name: Mystagogue's potted plant
description: "A gift from the botanical staff, presented after the Mystagogue's reassignment. There's a tag on it that says \"Y'all come back now, y'hear?\"\nIt doesn't look very healthy..."
# End of modified code
components:
- type: Sprite
state: plant-25
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Objectives/stealTargetGroups.yml
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@

- type: stealTargetGroup
id: PlantRD
name: RD's potted plant
name: Mystagogue's potted plant # DeltaV - Epistemics Department - Replace Research Director with Mystagogue
sprite:
sprite: Structures/Furniture/potted_plants.rsi
state: plant-25
Expand Down

0 comments on commit 34c0be4

Please sign in to comment.