Skip to content

Commit beaf4bd

Browse files
gen BTCgen BTC
authored andcommitted
Update to version 2.1.3
1 parent 4797664 commit beaf4bd

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

AutoTrimps2.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// ==UserScript==
22
// @name AutoTrimpsV2 stable
33
// @namespace http://tampermonkey.net/
4-
// @version 2.1.2 stable (zininzinin)
4+
// @version 2.1.3 stable (zininzinin)
55
// @description try to take over the world!
66
// @author zininzinin, spindrjr, belaith, ishakaru, genBTC
77
// @include *trimps.github.io*
@@ -11,7 +11,7 @@
1111
////////////////////////////////////////
1212
//Variables/////////////////////////////
1313
////////////////////////////////////////
14-
var ATversion = '2.1.2 stable (zininzinin)';
14+
var ATversion = '2.1.3 stable (zininzinin)';
1515
var AutoTrimpsDebugTabVisible = true;
1616
var enableDebug = true; //Spam console
1717
var autoTrimpSettings = {};
@@ -27,10 +27,10 @@ var baseDamage = 0;
2727
var baseBlock = 0;
2828
var baseHealth = 0;
2929

30-
var preBuyAmt = game.global.buyAmt;
31-
var preBuyFiring = game.global.firing;
32-
var preBuyTooltip = game.global.lockTooltip;
33-
var preBuymaxSplit = game.global.maxSplit;
30+
var preBuyAmt;
31+
var preBuyFiring;
32+
var preBuyTooltip;
33+
var preBuymaxSplit;
3434

3535
////////////////////////////////////////
3636
//Magic Numbers/////////////////////////

0 commit comments

Comments
 (0)