Skip to content

Commit

Permalink
Updating link and goblin stats
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Moriarty committed Sep 22, 2017
1 parent ca90822 commit b91677b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions objects/monsters/Goblin.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ function Goblin(client, channel, locks, callback) {
this.client = client;
this.channel = channel;
this.name = "Goblin";
this.hp = 1;
this.xp = 3;
this.hp = 5;
this.xp = 10;
this.callbackFunction = callback;
}

Expand Down
2 changes: 1 addition & 1 deletion tent-control-bot.js
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ client.connect();
getSettings();

function announcePoll() {
client.say(config.get("channel"), 'VoteYea VoteYea VoteYea VoteYea VoteYea Kappa Kappa FOR A LIMITED TIME YOU CAN VOTE ON WHAT WE PLANT NEXT http://www.strawpoll.me/13898314 Kappa Kappa VoteNay VoteNay VoteNay VoteNay VoteNay');
client.say(config.get("channel"), 'Kappa Kappa CHECK US OUT ON PATREON TO SUPPORT MORE OPEN SOURCE AUTOMATION SOFTWARE! https://www.patreon.com/hightek Kappa Kappa');
}

function handleWinner(command) {
Expand Down

0 comments on commit b91677b

Please sign in to comment.