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

game: add sudden death #1676

Merged
merged 2 commits into from Aug 1, 2021
Merged

game: add sudden death #1676

merged 2 commits into from Aug 1, 2021

Conversation

Exagone313
Copy link
Contributor

Fixes #1498

Could be changed/improved:

  • remove the cvar
  • free the entity when trying to arm a dynamite durring sudden death (like planting near a friendly objective)
  • codestyle?
  • stopwatch-specific behavior?

{
return;
}
level.suddenDeath = 0;
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Not completely sure about this line, in regard to the change in g_script_actions.c.

@Aranud Aranud merged commit 2f19fa9 into etlegacy:master Aug 1, 2021
@Exagone313 Exagone313 deleted the suddendeath branch August 5, 2021 22:53
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.

Add dynamite sudden death
2 participants