diff --git a/src/game/gameFlow.ts b/src/game/gameFlow.ts index e0a8c52..9f31f14 100644 --- a/src/game/gameFlow.ts +++ b/src/game/gameFlow.ts @@ -390,7 +390,7 @@ const weaponOptions: Record = { "1": { name: "Frontiersman's Sharpshooter Rifle", cost: 200 }, "2": { name: "Pioneer's Long Rifle", cost: 150 }, "3": { name: "Settler's Carbine", cost: 100 }, - "4": { name: "Homesteader's Musket", cost: 75 }, + "4": { name: "Homesteader's Musket", cost: 50 }, "5": { name: "Grandpa's Rusty Shotgun", cost: 0 } }; diff --git a/src/messages/oregon_WeaponPurchase.txt b/src/messages/oregon_WeaponPurchase.txt index 15cc7b9..35269fc 100644 --- a/src/messages/oregon_WeaponPurchase.txt +++ b/src/messages/oregon_WeaponPurchase.txt @@ -8,7 +8,7 @@ Please select from the following options by replying with **!!Oregon [choice]**: 3. **Settler's Carbine** - $100 (Good balance of cost and performance) -4. **Homesteader's Musket** - $75 (Reliable but not as accurate) +4. **Homesteader's Musket** - $50 (Reliable but not as accurate) 5. **Grandpa's Rusty Shotgun** - Free (Least accurate but no cost)