Skip to content

Commit e9058c8

Browse files
authored
Fix game logic example (#229)
fix game logic example even number makes Food available Quote: 3-6, Resupply: If no Available Resource value is set: set Available Resource to Food if the rolled number is even or Water if the rolled number is odd
1 parent ad767a5 commit e9058c8

File tree

1 file changed

+1
-1
lines changed
  • projects/unions-and-literals/the-narrow-trail

1 file changed

+1
-1
lines changed

projects/unions-and-literals/the-narrow-trail/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Here's a step-by-step example of a player losing the game:
9595
</tr>
9696
<tr>
9797
<td>3</td>
98-
<td>5</td>
98+
<td>4</td>
9999
<td><em>Available Resource</em> is now <em>Food</em></td>
100100
<td>2</td>
101101
<td>6</td>

0 commit comments

Comments
 (0)