From e478afd601b7e88545ff2930c2c3e21f38bcee83 Mon Sep 17 00:00:00 2001 From: Clemens Tolboom Date: Fri, 3 Jun 2016 18:30:29 +0200 Subject: [PATCH] Removed example tasks #275 --- bot.user.js | 24 +----------------------- 1 file changed, 1 insertion(+), 23 deletions(-) diff --git a/bot.user.js b/bot.user.js index ab8dbc75..f7ee0bb6 100644 --- a/bot.user.js +++ b/bot.user.js @@ -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; - // } - // }, + } ]; },