Compare commits

...

2 Commits

Author SHA1 Message Date
j 3a5e17ab9f Reply to correct comment by loading current comment after assignment 2024-04-05 02:05:58 -04:00
j 8e53cc1b4c Formatting Tweak 2024-04-05 02:05:06 -04:00
2 changed files with 10 additions and 6 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,11 +2,15 @@
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!