Skip to content

Missing Accuracy Logs for Alternative Scatterguns #49

@s-maurice

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.

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