Skip to content

Commit

Permalink
fix catacombs hostage_female anim speed
Browse files Browse the repository at this point in the history
  • Loading branch information
Die4Ever committed Jan 2, 2025
1 parent 059bf8f commit 00df36c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions DXRMapFixups/DeusEx/Classes/DXRFixupParis.uc
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ function PreFirstEntryMapFixes()

foreach AllActors(class'ScriptedPawn', sp, 'hostage_female') {
sp.GroundSpeed = 200.0; // same speed as the male hostage
sp.walkAnimMult = 1.11;
break;
}

Expand Down

0 comments on commit 00df36c

Please sign in to comment.