tweaked weapon cost
parent
3a5e17ab9f
commit
57da26a3b5
|
@ -390,7 +390,7 @@ const weaponOptions: Record<string, WeaponOption> = {
|
|||
"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 }
|
||||
};
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue