Skip to content

Commit

Permalink
Update to version 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gen BTC authored and gen BTC committed Nov 5, 2016
1 parent 4797664 commit beaf4bd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions AutoTrimps2.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// ==UserScript==
// @name AutoTrimpsV2 stable
// @namespace http://tampermonkey.net/
// @version 2.1.2 stable (zininzinin)
// @version 2.1.3 stable (zininzinin)
// @description try to take over the world!
// @author zininzinin, spindrjr, belaith, ishakaru, genBTC
// @include *trimps.github.io*
Expand All @@ -11,7 +11,7 @@
////////////////////////////////////////
//Variables/////////////////////////////
////////////////////////////////////////
var ATversion = '2.1.2 stable (zininzinin)';
var ATversion = '2.1.3 stable (zininzinin)';
var AutoTrimpsDebugTabVisible = true;
var enableDebug = true; //Spam console
var autoTrimpSettings = {};
Expand All @@ -27,10 +27,10 @@ var baseDamage = 0;
var baseBlock = 0;
var baseHealth = 0;

var preBuyAmt = game.global.buyAmt;
var preBuyFiring = game.global.firing;
var preBuyTooltip = game.global.lockTooltip;
var preBuymaxSplit = game.global.maxSplit;
var preBuyAmt;
var preBuyFiring;
var preBuyTooltip;
var preBuymaxSplit;

////////////////////////////////////////
//Magic Numbers/////////////////////////
Expand Down

0 comments on commit beaf4bd

Please sign in to comment.