Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/wizards/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
VigersRay committed Jun 11, 2024
2 parents cec93d4 + 2b28830 commit 5460354
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
1 change: 1 addition & 0 deletions Content.Client/Lobby/UI/HumanoidProfileEditor.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,7 @@ public HumanoidProfileEditor(
{
PreferenceUnavailableButton.SelectId(args.Id);
Profile = Profile?.WithPreferenceUnavailable((PreferenceUnavailableMode) args.Id);
SetDirty();
};

_jobCategories = new Dictionary<string, BoxContainer>();
Expand Down
15 changes: 7 additions & 8 deletions Resources/Changelog/Changelog.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
Entries:
- author: RenQ
changes:
- message: brought back the classic long bedhead as an alternative to the current
one.
type: Add
id: 6209
time: '2024-03-22T17:35:40.0000000+00:00'
url: https://github.com/space-wizards/space-station-14/pull/26336
- author: metalgearsloth
changes:
- message: Fix NPCs getting stuck on railings.
Expand Down Expand Up @@ -3853,3 +3845,10 @@
id: 6708
time: '2024-06-10T13:20:58.0000000+00:00'
url: https://github.com/space-wizards/space-station-14/pull/28815
- author: Aquif
changes:
- message: It is now possible to save after chaining you job unavailable preference.
type: Fix
id: 6709
time: '2024-06-11T02:48:23.0000000+00:00'
url: https://github.com/space-wizards/space-station-14/pull/28839
1 change: 1 addition & 0 deletions Resources/Prototypes/Entities/Objects/Fun/toys.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1222,6 +1222,7 @@
- type: StaminaDamageOnHit
damage: 8
- type: MeleeWeapon
wideAnimationRotation: -135
damage:
types:
Blunt: 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
shader: unshaded
map: [ "blade" ]
- type: MeleeWeapon
wideAnimationRotation: -135
wideAnimationRotation: 145
attackRate: 1
hidden: true
damage:
Expand Down

0 comments on commit 5460354

Please sign in to comment.