Fixed a typo in bushwhacker where Rifles were declared as melee weapons instead of ranged weapons

This commit is contained in:
Yord 2016-10-17 18:52:04 +02:00
parent 1a94cc555e
commit 8579e78bfa
2 changed files with 2 additions and 2 deletions

View file

@ -3521,7 +3521,7 @@ var ikrpg = ikrpg || {};
"Survival"]),
number(_gold, 50),
list(_gear, ["ammo bandolier", "powder and ammunition for 10 shots"]),
choices(arrayPairs(_melee_weapons, [
choices(arrayPairs(_ranged_weapons, [
"Rifle, Heavy",
"Rifle, Repeating"]), "Choose 1")
],