-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Labels
BugReporting/fixing a bug, error, or desyncReporting/fixing a bug, error, or desync
Description
Factorio version
Version number: 1.1.37
Scenario version
Version number: 6.2.0
Bug description
The datastore statistics for player kills are not increased when the player is in a vehicle. The issue is because the filter during on_entity_died is too restrictive. There is a good chance that this issue also effects the on_entity_damaged event as this uses a similar filter.
Reproduction method
Steps to reproduce the behavior:
- Get in any vehicle, such as a spidertron.
- Kill biters.
- Counter does not increase
Expected behavior
The counter should track all player kills.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
BugReporting/fixing a bug, error, or desyncReporting/fixing a bug, error, or desync