Skip to content

Commit

Permalink
Merge branch 'master' into Mercenary-Outfit
Browse files Browse the repository at this point in the history
  • Loading branch information
MilonPL authored Nov 28, 2024
2 parents c393f17 + bf7a8d9 commit 3b20f2c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Content.Shared/Silicons/Borgs/BorgTypePrototype.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace Content.Shared.Silicons.Borgs;
/// Information for a borg type that can be selected by <see cref="BorgSwitchableTypeComponent"/>.
/// </summary>
/// <seealso cref="SharedBorgSwitchableTypeSystem"/>
[Prototype]
[Prototype(-5)] // DeltaV - force load after shaders
public sealed partial class BorgTypePrototype : IPrototype
{
[ValidatePrototypeId<SoundCollectionPrototype>]
Expand Down
14 changes: 8 additions & 6 deletions Resources/Changelog/DeltaVChangelog.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
Entries:
- author: Colin-Tel
changes:
- message: Updated Asterisk Station.
type: Tweak
id: 214
time: '2024-01-30T21:09:41.0000000+00:00'
- author: DebugOk
changes:
- message: You should be able to exit cryo even after leaving now, meaning it just
Expand Down Expand Up @@ -3777,3 +3771,11 @@
id: 713
time: '2024-11-28T12:04:17.0000000+00:00'
url: https://github.com/DeltaV-Station/Delta-v/pull/2301
- author: Kr8art
changes:
- message: The nuke core container now displays an appropriate message when hasty
syndicate agents try to insert the nuke core while it is still closed!
type: Fix
id: 714
time: '2024-11-28T19:36:26.0000000+00:00'
url: https://github.com/DeltaV-Station/Delta-v/pull/2309
1 change: 1 addition & 0 deletions Resources/Locale/en-US/nuke/nuke-core-container.ftl
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
nuke-core-container-whitelist-fail-popup = That doesn't fit into the container.
nuke-core-container-sealed-popup = The {$container} is sealed shut!
nuke-core-container-closed-fail-popup = You need to open the container first!
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
whitelist:
tags:
- PlutoniumCore
lockedFailPopup: nuke-core-container-closed-fail-popup
whitelistFailPopup: nuke-core-container-whitelist-fail-popup
- type: GenericVisualizer
visuals:
Expand Down

0 comments on commit 3b20f2c

Please sign in to comment.