Skip to content

Commit

Permalink
WD EDIT
Browse files Browse the repository at this point in the history
  • Loading branch information
Spatison committed Oct 30, 2024
1 parent ea1dc48 commit a4f27b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@ private void DoTheDinosaur(TransformComponent xform)
{
foreach (var child in toKnock)
{
_layingDown.TryLieDown(child, behavior: DropHeldItemsBehavior.DropIfStanding);
_layingDown.TryLieDown(child, behavior: DropHeldItemsBehavior.DropIfStanding); // WD EDIT

// If the guy we knocked down is on a spaced tile, throw them too
if (grid != null)
Expand Down

0 comments on commit a4f27b6

Please sign in to comment.