Skip to content

Commit

Permalink
Merge branch 'master' into work/jblackquill/surgeon-role
Browse files Browse the repository at this point in the history
Signed-off-by: deltanedas <[email protected]>
  • Loading branch information
deltanedas authored Jan 8, 2025
2 parents db307c0 + 7bcce16 commit ff681e9
Show file tree
Hide file tree
Showing 70 changed files with 757 additions and 34 deletions.
3 changes: 3 additions & 0 deletions Content.IntegrationTests/Tests/CargoTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ public sealed class CargoTest
[
// This is ignored because it is explicitly intended to be able to sell for more than it costs.
// new("FunCrateGambling") // DeltaV - no gambling
new("LivestockArenaMobLarge"), // Deltav - add crate to exceptions
new("LivestockArenaMobSmall") // Deltav - add crate to exceptions
];

[Test]
Expand Down Expand Up @@ -71,6 +73,7 @@ public async Task NoCargoBountyArbitrageTest()
var cargo = entManager.System<CargoSystem>();

var bounties = protoManager.EnumeratePrototypes<CargoBountyPrototype>().ToList();
bounties.RemoveAll(bounty => bounty.SkipArbitrage); // DeltaV

await server.WaitAssertion(() =>
{
Expand Down
6 changes: 6 additions & 0 deletions Content.Shared/Cargo/Prototypes/CargoBountyPrototype.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ public sealed partial class CargoBountyPrototype : IPrototype
/// </summary>
[DataField]
public string IdPrefix = "NT";

/// <summary>
/// DeltaV: Skips this bounty for the cargo bounty arbitrage test.
/// </summary>
[DataField]
public bool SkipArbitrage;
}

[DataDefinition, Serializable, NetSerializable]
Expand Down
30 changes: 16 additions & 14 deletions Resources/Changelog/DeltaVChangelog.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,4 @@
Entries:
- author: Haltell
changes:
- message: Nanotrasen uniform stores resotcked; many more options for your style!
type: Add
id: 376
time: '2024-06-01T21:32:32.0000000+00:00'
url: https://github.com/DeltaV-Station/Delta-v/pull/1269
- author: Colin-Tel
changes:
- message: Micro can appear in lobbies up to 45 in population
type: Tweak
id: 377
time: '2024-06-02T06:50:05.0000000+00:00'
url: https://github.com/DeltaV-Station/Delta-v/pull/1280
- author: Delta-V Admin Team
changes:
- message: Changed the rules concerning being revived by defib in Rule 3
Expand Down Expand Up @@ -3839,3 +3825,19 @@
id: 875
time: '2025-01-07T17:15:23.0000000+00:00'
url: https://github.com/DeltaV-Station/Delta-v/pull/2542
- author: Velcroboy
changes:
- message: Additional aggressive mobs can now be purchased for Arena Station. Caution
is advised.
type: Add
id: 876
time: '2025-01-07T19:37:10.0000000+00:00'
url: https://github.com/DeltaV-Station/Delta-v/pull/2563
- author: Radezolid
changes:
- message: Added the paperwork belt, it allows you to carry anything document related
+ some drinks ask your local HOP to print one in the uniform printer.
type: Add
id: 877
time: '2025-01-08T03:52:42.0000000+00:00'
url: https://github.com/DeltaV-Station/Delta-v/pull/2592
2 changes: 2 additions & 0 deletions Resources/Prototypes/Catalog/Bounties/bounties.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
id: BountyBrain
reward: 12500
description: bounty-description-brain
skipArbitrage: true # DeltaV - arena mob crate has mobs with brain
entries:
- name: bounty-item-brain
amount: 1
Expand Down Expand Up @@ -74,6 +75,7 @@
reward: 12500
description: bounty-description-carp
idPrefix: CC
skipArbitrage: true # DeltaV - arena mob crate has mobs with brain
entries:
- name: bounty-item-carp
amount: 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1218,6 +1218,7 @@
- ClothingUniformJumpskirtWardenBlue # DeltaV - alternate sec uniforms
- ClothingUniformJumpsuitWardenGrey # DeltaV - alternate sec uniforms
- ClothingUniformJumpskirtWardenGrey # DeltaV - alternate sec uniforms
- ClothingBeltPaperwork # DeltaV - Added the paperwork belt
- ClothingHeadHatParamedicsoft
# Winter outfits
- ClothingOuterWinterCap
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
description: An advanced hardsuit helmet designed for work in special operations.
components:
- type: Sprite
sprite: DeltaV/Clothing/Head/ReverseEngineering/syndicate.rsi
sprite: _DV/Clothing/Head/ReverseEngineering/syndicate.rsi
- type: Clothing
sprite: DeltaV/Clothing/Head/ReverseEngineering/syndicate.rsi
- type: PointLight
sprite: _DV/Clothing/Head/ReverseEngineering/syndicate.rsi
- type: PointLight
color: aquamarine

- type: entity
Expand All @@ -37,9 +37,9 @@
description: An assault hardsuit helmet featuring a top-secret translucent polymer.
components:
- type: Sprite
sprite: DeltaV/Clothing/Head/ReverseEngineering/juggernaut.rsi
sprite: _DV/Clothing/Head/ReverseEngineering/juggernaut.rsi
- type: Clothing
sprite: DeltaV/Clothing/Head/ReverseEngineering/juggernaut.rsi
sprite: _DV/Clothing/Head/ReverseEngineering/juggernaut.rsi

- type: entity
parent: ClothingHeadHelmetHardsuitERTLeader
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
name: SA-122 combat hardsuit
components:
- type: Sprite
sprite: DeltaV/Clothing/OuterClothing/ReverseEngineering/syndicate.rsi
sprite: _DV/Clothing/OuterClothing/ReverseEngineering/syndicate.rsi
- type: Clothing
sprite: DeltaV/Clothing/OuterClothing/ReverseEngineering/syndicate.rsi
sprite: _DV/Clothing/OuterClothing/ReverseEngineering/syndicate.rsi
- type: ToggleableClothing
clothingPrototype: ClothingHeadHelmetHardsuitSyndieReverseEngineered
- type: ReverseEngineering
Expand All @@ -30,9 +30,9 @@
description: A suit made by the special acquisitions department of Nanotrasen to be hyper resilient.
components:
- type: Sprite
sprite: DeltaV/Clothing/OuterClothing/ReverseEngineering/juggernaut.rsi
sprite: _DV/Clothing/OuterClothing/ReverseEngineering/juggernaut.rsi
- type: Clothing
sprite: DeltaV/Clothing/OuterClothing/ReverseEngineering/juggernaut.rsi
sprite: _DV/Clothing/OuterClothing/ReverseEngineering/juggernaut.rsi
- type: ToggleableClothing
clothingPrototype: ClothingHeadHelmetHardsuitJuggernautReverseEngineered
- type: ReverseEngineering
Expand Down
21 changes: 21 additions & 0 deletions Resources/Prototypes/_DV/Catalog/Cargo/cargo_livestock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,24 @@
cost: 3500
category: Livestock
group: market

#Move to armory if we ever do access-specific purchasing
- type: cargoProduct
id: LivestockArenaMobSmall
icon:
sprite: Mobs/Aliens/Carps/space.rsi
state: icon
product: CrateArenaMobSmall
cost: 4000
category: cargoproduct-category-name-livestock
group: market

- type: cargoProduct
id: LivestockArenaMobLarge
icon:
sprite: Mobs/Aliens/Xenos/queen.rsi
state: running
product: CrateArenaMobLarge
cost: 6000
category: cargoproduct-category-name-livestock
group: market
Loading

0 comments on commit ff681e9

Please sign in to comment.