Skip to content

Commit

Permalink
patch #49 - make specs invisible
Browse files Browse the repository at this point in the history
  • Loading branch information
ABCxFF committed Nov 11, 2022
1 parent ab6aa4a commit 6c38115
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Const/DevTankDefinitions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1466,13 +1466,13 @@ const DevTankDefinitions: TankDefinition[] = [
levelRequirement: 0,
upgrades: [],
flags: {
invisibility: false,
invisibility: true,
zoomAbility: false,
devOnly: true
},
visibilityRateShooting: 0.0,
visibilityRateMoving: 0.0,
invisibilityRate: 1,
invisibilityRate: 1.0,
fieldFactor: 0.3,
absorbtionFactor: 0,
speed: 3,
Expand Down

0 comments on commit 6c38115

Please sign in to comment.