|
@@ -818,7 +818,8 @@ class CodeBox {
|
|
* @see https://esolangs.org/wiki/Starfish#Fisherman
|
|
* @see https://esolangs.org/wiki/Starfish#Fisherman
|
|
*/
|
|
*/
|
|
Fisherman() {
|
|
Fisherman() {
|
|
- if (this.curr_direction[0]) {
|
|
|
|
|
|
+ // Are we moving up or down?
|
|
|
|
+ if (!!this.curr_direction[1]) {
|
|
if (this.dirWasLeft) {
|
|
if (this.dirWasLeft) {
|
|
this.MoveLeft();
|
|
this.MoveLeft();
|
|
}
|
|
}
|