Skip to content

Commit

Permalink
Merge pull request #1572 from Darkmajia/corpse-flaps
Browse files Browse the repository at this point in the history
corpse flap fix
  • Loading branch information
mqole authored Feb 10, 2025
2 parents f56201e + c065d95 commit 34de442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Shared/Standing/StandingStateSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public bool Down(EntityUid uid,
StandingStateComponent? standingState = null,
AppearanceComponent? appearance = null,
HandsComponent? hands = null,
bool intentional = true)
bool intentional = false)
{
// TODO: This should actually log missing comps...
if (!Resolve(uid, ref standingState, false))
Expand Down

0 comments on commit 34de442

Please sign in to comment.