Skip to content

Commit

Permalink
Correct stack effect comment for act ford
Browse files Browse the repository at this point in the history
  • Loading branch information
paldepind committed Feb 1, 2014
1 parent 609b807 commit bfdd286
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions games/Warrior2/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ A more sophisticated brain which handles many types of obstacles and attempts to
' attack , # slime
' walk , # spikes
: act ( dir -- dir )
: act ( dir -- dir f )
dup 4 mod dup look
dup WALL = if drop drop 0 exit then
actions + @ exec -1
Expand Down Expand Up @@ -167,4 +167,4 @@ Misc:
- `fast` ( -- ) Display game animations more quickly.
- `slow` ( -- ) Display game animations at normal speed. (default)
- `help` ( -- ) Given a word name, print a brief explanation of what it does.
- `load` ( -- ) Reload the source file.
- `load` ( -- ) Reload the source file.

0 comments on commit bfdd286

Please sign in to comment.