mirror of
https://github.com/ikrpg/ikrpg.github.io.git
synced 2026-05-13 06:26:26 +00:00
Fixed a typo in bushwhacker where Rifles were declared as melee weapons instead of ranged weapons
This commit is contained in:
parent
1a94cc555e
commit
8579e78bfa
2 changed files with 2 additions and 2 deletions
|
|
@ -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")
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue