Skip to content

Add pivot ability to Tick Tick Boom tower #243

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add the "pivot" action-ability in first level
By issue #242 @warriorjs/tower-tick-tick-boom warrior haven't got the "pivot" ability and bashing 'backward' forcedly
#242
  • Loading branch information
dandgerson authored and olistic committed Apr 4, 2023
commit 346ebc26349dd789d71703e2916eb1866d3c190c
2 changes: 2 additions & 0 deletions packages/warriorjs-tower-tick-tick-boom/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import {
listen,
look,
maxHealth,
pivot,
rescue,
rest,
think,
Expand Down Expand Up @@ -141,6 +142,7 @@ export default {
},
abilities: {
bind: bind(),
pivot: pivot(),
rescue: rescue(),
},
},
Expand Down