Skip to content
This repository has been archived by the owner on Oct 2, 2021. It is now read-only.

Commit

Permalink
Removed example tasks #275
Browse files Browse the repository at this point in the history
  • Loading branch information
clemens-tolboom committed Jul 11, 2016
1 parent 93e6945 commit e478afd
Showing 1 changed file with 1 addition and 23 deletions.
24 changes: 1 addition & 23 deletions bot.user.js
Expand Up @@ -970,29 +970,7 @@ var scheduler = window.scheduler = (function() {
execute: function () {
window.log(this.id, 'nothing to do');
}
},
// {
// id: 'AvoidCollisionWall',
// // A use case is to feed ones friend but that could also be done by collision
// description: 'There is no use in dying against the wall'
// getPriority: function() {
// return 1000;
// }
// },
// {
// id: 'KillEnemy',
// description: 'This is a suicide action useful when having a friend(s).',
// getPriority: function() {
// return 0;
// }
// },
// {
// id: 'avoidCollisionFriend',
// // do not collide with friends
// getPriority: function() {
// return 1000;
// }
// },
}

];
},
Expand Down

0 comments on commit e478afd

Please sign in to comment.