Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Actions in functions: get error about only one action per turn #94

@Person-93

Description

@Person-93

I tried to call warrior.bind! from a method of a class that I defined, but it only worked once. When it got to turn two, I got an error stating that I can only perform one action per turn.

(eval):2:in 'bind!': Only one action can be performed per turn. (RuntimeError)

I was playing level 3 in the intermediate tower.

When I changed it so that it was calling warrior.bind! directly from play_turn it worked.

The code is attached.
player.rb.txt

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions