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

Leftover Bodies #1350

Open
cosmiccoincidence opened this issue Nov 21, 2023 · 1 comment
Open

Leftover Bodies #1350

cosmiccoincidence opened this issue Nov 21, 2023 · 1 comment
Labels
Bug: Confirmed Bugs that have been confirmed by another contributor. Difficulty: medium 🥼 For those that already have some understanding of the code base. Entities Tasks specifics for entities Rounds Tasks related to the round mechanics or types.

Comments

@cosmiccoincidence
Copy link
Member

Summary

Entities killed leave behind a body. That body does not get cleared between rounds.

Current Behavior

Bodies get leftover from the previous round.

Steps to Reproduce

  • start round
  • kill self or another player
  • end round via menu
  • start new round and look for body

Expected Behavior

New rounds should load a fresh map as it was saved.

Media

Unity_TRL6MrtSwS.mp4
@cosmiccoincidence cosmiccoincidence added Bug: Unconfirmed Bugs that need to be confirmed by a another contributor. Rounds Tasks related to the round mechanics or types. Entities Tasks specifics for entities Difficulty: medium 🥼 For those that already have some understanding of the code base. labels Nov 21, 2023
@stilnat
Copy link
Contributor

stilnat commented Nov 21, 2023

This issue should be treated along with other issues related to resetting the state of the game. It's best to not treat it as a single issue, as it won't solve the currrent issue with our initialisation pipeline.

@cosmiccoincidence cosmiccoincidence added Bug: Confirmed Bugs that have been confirmed by another contributor. and removed Bug: Unconfirmed Bugs that need to be confirmed by a another contributor. labels Nov 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug: Confirmed Bugs that have been confirmed by another contributor. Difficulty: medium 🥼 For those that already have some understanding of the code base. Entities Tasks specifics for entities Rounds Tasks related to the round mechanics or types.
Projects
None yet
Development

No branches or pull requests

2 participants