Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increase female catacombs hostage movement speed #1053

Merged
merged 1 commit into from
Jan 2, 2025

Conversation

MQDuck
Copy link
Contributor

@MQDuck MQDuck commented Dec 11, 2024

Her normal speed is comically slow. This changes it to match the male hostage speed (200 instead of 120).

@Die4Ever Die4Ever merged commit 059bf8f into Die4Ever:develop Jan 2, 2025
@@ -75,6 +74,11 @@ function PreFirstEntryMapFixes()
}
AddSwitch( vect(897.238892, -120.852928, -9.965580), rot(0,0,0), 'catacombs_blastdoor02' );

foreach AllActors(class'ScriptedPawn', sp, 'hostage_female') {
sp.GroundSpeed = 200.0; // same speed as the male hostage
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

forgot to fix walkAnimMult

MQDuck added a commit to MQDuck/deus-ex-randomizer that referenced this pull request Jan 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants