Skip to content

Commit

Permalink
Add the "pivot" action-ability in first level
Browse files Browse the repository at this point in the history
By issue olistic#242 @warriorjs/tower-tick-tick-boom warrior haven't got the "pivot" ability and bashing 'backward' forcedly
olistic#242
  • Loading branch information
dandgerson authored and olistic committed Apr 4, 2023
1 parent ec531b4 commit 346ebc2
Showing 1 changed file with 2 additions and 0 deletions.
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

0 comments on commit 346ebc2

Please sign in to comment.