Skip to content

Commit

Permalink
Merge branch '20240409-DungeonLootSpawners' of https://github.com/Erh…
Browse files Browse the repository at this point in the history
  • Loading branch information
dvir001 committed Apr 29, 2024
2 parents 40025de + 0f25fb2 commit 142239e
Show file tree
Hide file tree
Showing 35 changed files with 972 additions and 2,002 deletions.
2 changes: 1 addition & 1 deletion Content.Server/Shuttles/Components/ThrusterComponent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public sealed partial class ThrusterComponent : Component
public string MachinePartThrust = "Capacitor";

[DataField("partRatingThrustMultiplier")]
public float PartRatingThrustMultiplier = 1.5f;
public float PartRatingThrustMultiplier = 1.15f; // Frontier - PR #1292 1.5f<1.15f

[DataField("thrusterIgnoreEmp")]
public bool ThrusterIgnoreEmp = false;
Expand Down
2 changes: 1 addition & 1 deletion Content.Server/_NF/Contraband/Systems/ContrabandSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ private bool CanSell(EntityUid uid, TransformComponent xform)
{
if (_mobQuery.HasComponent(uid))
{
if (_mobQuery.GetComponent(uid).CurrentState == MobState.Alive)
if (_mobQuery.GetComponent(uid).CurrentState == MobState.Dead) // Allow selling alive prisoners
{
return false;
}
Expand Down
42 changes: 42 additions & 0 deletions Resources/Changelog/Changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4367,3 +4367,45 @@ Entries:
message: NT No longer send mail to pirates.
id: 4957
time: '2024-04-29T17:21:42.0000000+00:00'
- author: dvir01
changes:
- type: Tweak
message: >-
The cultist and syndicate migrated to the harder difficulty expeditions
only.
id: 4958
time: '2024-04-29T17:22:51.0000000+00:00'
- author: erhardsteinhauer
changes:
- type: Add
message: >-
Added Syndicate and Pirate themed hoverbikes, both are considered
contraband.
- type: Add
message: Added syndicate hoverbike flatpack to contravend.
id: 4959
time: '2024-04-29T17:26:42.0000000+00:00'
- author: Kesiath
changes:
- type: Tweak
message: Reduced top thruster speeds.
id: 4960
time: '2024-04-29T17:29:13.0000000+00:00'
- author: dvir01
changes:
- type: Tweak
message: >-
You can now sell antagonist human like AI like the Syndicate agents to
NFSD, as long as they are alive, for NFSD coins.
id: 4961
time: '2024-04-29T17:48:22.0000000+00:00'
- author: erhardsteinhauer
changes:
- type: Add
message: Added goblin speech bubble.
- type: Tweak
message: Added to goblins low tolerance for cleanliness.
- type: Tweak
message: Goblins are less affected by slowdown from wounds.
id: 4962
time: '2024-04-29T20:02:58.0000000+00:00'
Loading

0 comments on commit 142239e

Please sign in to comment.