Skip to content

Missing Accuracy Logs for Alternative Scatterguns #49

Description

@s-maurice

Currently supstats2 isn't emitting accuracy shot_fired / shot_hit log lines for the shortstop or baby face's blaster. I suspect that the same issue applies for the soda popper. These weapons don't use item_class "tf_weapon_scattergun".

Just wondering if we can add the relevant item classes to the shot type trie:

g_tShotTypes.SetValue("tf_weapon_scattergun", SHOT_HITSCAN);

Same issue applies for scout secondaries such as the winger and the pbpp, which use item class "tf_weapon_handgun_scout_secondary".

g_tShotTypes.SetValue("tf_weapon_pistol_scout", SHOT_HITSCAN);

Please let me know if you are happy to take a PR or just make the changes yourself.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions