Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into pr/671
Browse files Browse the repository at this point in the history
  • Loading branch information
FoxxoTrystan committed Mar 18, 2024
2 parents 2282345 + 714d1c1 commit 6fc0831
Show file tree
Hide file tree
Showing 19 changed files with 11,759 additions and 2,308 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public sealed partial class BoardNodeEntity : IGraphNodeEntity

// Frontier - adds tabletop variants
if (args.EntityManager.TryGetComponent(container.Owner, out ConstructionComponent? constructionComponent)
&& constructionComponent.Graph == "GraphComputerTabletop"
&& constructionComponent.Graph == "ComputerTabletop"
&& args.EntityManager.TryGetComponent(board, out ComputerTabletopBoardComponent? tabletopComputer))
{
return tabletopComputer.Prototype;
Expand Down
26 changes: 26 additions & 0 deletions Resources/Changelog/Changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3673,3 +3673,29 @@ Entries:
degrading with excessive excavation.
id: 4866
time: '2024-03-11T23:31:50.0000000+00:00'
- author: Leander
changes:
- type: Tweak
message: Server Rules have been updated in relation to the station safezone.
id: 4867
time: '2024-03-14T22:47:33.0000000+00:00'
- author: cite2000
changes:
- type: Add
message: NFSD medical ship "Whiskey"
id: 4868
time: '2024-03-16T21:53:36.0000000+00:00'
- author: Cu1r
changes:
- type: Add
message: Added the UAC Canister to the scrapyard for purchase.
id: 4869
time: '2024-03-17T08:29:25.0000000+00:00'
- author: Letholldus
changes:
- type: Fix
message: >-
Adjusts the price of the NC Hauler from 49,500 to 60,000 to cost what it
should.
id: 4870
time: '2024-03-17T10:21:37.0000000+00:00'
3,814 changes: 3,814 additions & 0 deletions Resources/Maps/_NF/Shuttles/Security/whiskey.yml

Large diffs are not rendered by default.

Loading

0 comments on commit 6fc0831

Please sign in to comment.