Compare commits

..

No commits in common. "3a5e17ab9f57aff847b24a6fb8dce5f877f0817e" and "04335c5b4199e2640570e7a6a16b7aac7ca0f3ab" have entirely different histories.

2 changed files with 6 additions and 10 deletions

View File

@ -47,10 +47,10 @@ class GameState {
subPhase: number = 0;
private constructor(comment: Comment, state?: Partial<GameState>) {
Object.assign(this, state); // Initialize with loaded state or undefined
this.comment = comment
this.authorId = comment.author_id;
this.authorName = comment.author_name;
Object.assign(this, state); // Initialize with loaded state or undefined
}
/**

View File

@ -2,15 +2,11 @@
Please select from the following options by replying with **!!Oregon [choice]**:
1. **Frontiersman's Sharpshooter Rifle** - $200 (Best accuracy and range)
2. **Pioneer's Long Rifle** - $150 (Improved accuracy and range)
3. **Settler's Carbine** - $100 (Good balance of cost and performance)
4. **Homesteader's Musket** - $75 (Reliable but not as accurate)
5. **Grandpa's Rusty Shotgun** - Free (Least accurate but no cost)
- 1. **Frontiersman's Sharpshooter Rifle** - $200 (Best accuracy and range)
- 2. **Pioneer's Long Rifle** - $150 (Improved accuracy and range)
- 3. **Settler's Carbine** - $100 (Good balance of cost and performance)
- 4. **Homesteader's Musket** - $75 (Reliable but not as accurate)
- 5. **Grandpa's Rusty Shotgun** - Free (Least accurate but no cost)
**Note:** Your choice of weapon can greatly affect your hunting success and defense against threats on the trail. Choose wisely!