nonRefundable
some bot related tech is no longer nonRefundable nonRefundable tech is now hidden in experiment mode
This commit is contained in:
10
js/spawn.js
10
js/spawn.js
@@ -2162,10 +2162,12 @@ const spawn = {
|
||||
this.attraction();
|
||||
this.search();
|
||||
//draw
|
||||
if (this.distanceToPlayer2() - this.seeAtDistance2 < 0) {
|
||||
if (this.alpha < 1) this.alpha += 0.004;
|
||||
} else {
|
||||
if (this.alpha > 0) this.alpha -= 0.03;
|
||||
if (!m.isBodiesAsleep) {
|
||||
if (this.distanceToPlayer2() - this.seeAtDistance2 < 0) {
|
||||
if (this.alpha < 1) this.alpha += 0.002 * simulation.CDScale;
|
||||
} else {
|
||||
if (this.alpha > 0) this.alpha -= 0.03;
|
||||
}
|
||||
}
|
||||
if (this.alpha > 0) {
|
||||
if (this.alpha > 0.9 && this.seePlayer.recall) {
|
||||
|
||||
Reference in New Issue
Block a user