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

Added missing ammoTypeNames #3741

Merged
merged 11 commits into from
Dec 14, 2021
8 changes: 8 additions & 0 deletions src/tools.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -684,6 +684,14 @@ AmmoTypeNames ammoTypeNames = {
{"flammingarrow", AMMO_ARROW},
{"shiverarrow", AMMO_ARROW},
{"eartharrow", AMMO_ARROW},
{"tarsalarrow", AMMO_ARROW},
{"vortexbolt", AMMO_BOLT},
{"prismaticbolt", AMMO_BOLT},
{"crystallinearrow",AMMO_ARROW},
This conversation was marked as resolved.
Show resolved Hide resolved
{"drillbolt", AMMO_BOLT},
{"envenomedarrow", AMMO_ARROW},
{"gloothspear", AMMO_SPEAR},
{"simplearrow", AMMO_ARROW},
};

WeaponActionNames weaponActionNames = {
Expand Down