rbwhitaker / CSharpPlayersGuideEarlyAccess

A place to track issues with the C# Player's Guide for patches and future editions
19 stars 0 forks source link

[Odi] Make the items in Tortuga's shop divisible by 2. #631

Closed rbwhitaker closed 2 years ago

rbwhitaker commented 2 years ago

There was a discussion on Discord about the complexities of dividing things by two and if you should use an integer or a floating-point type. A simple way to fix this issue would be to make everything divisible by two to sidestep the issue. The division is really a distraction here anyway. These challenges are about learning how to use switches and, to a small degree, getting a bit of experience with software that is evolving over time. So this... complication... is taking away from the true meaning of the challenge.

rbwhitaker commented 2 years ago

Torches changed from 15 to 16. Climbing Equipment changed from 25 to 24. Clean Water changed from 1 to 2. Food Supplies changed from 1 to 2.