Closed psykana closed 7 months ago
Attention: Patch coverage is 0%
with 1 lines
in your changes are missing coverage. Please review.
Project coverage is 2.53%. Comparing base (
54999d2
) to head (84f7b30
).
Files | Patch % | Lines |
---|---|---|
src/game/logic/object/weapon.cpp | 0.00% | 1 Missing :warning: |
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Fixes #888.
Weapon templates from #888 (IDs 1265 and 1267) don't damage enemies directly, but rather kill themselves and deal damage with
Object::On_Die
effects. Due to an incorrect coordinate here (probably a typo), damage doesn't apply and nothing happens.