Skip to content

Commit

Permalink
Nerf box radar and seismic range a bit, was OP
Browse files Browse the repository at this point in the history
  • Loading branch information
ForbodingAngel committed Dec 23, 2017
1 parent 150836e commit bf255b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Units/ebox.lua
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,15 @@ local unitDef = {
noChaseCategory = "VTOL",
objectName = "ebox.s3o",
script = "ebox_lus.lua",
radarDistance = 1750,
radarDistance = 1250,
repairable = false,
selfDestructAs = "largeExplosionGenericWhite",
side = "CORE",
sightDistance = 500,
smoothAnim = true,
stealth = true,
seismicSignature = 2,
seismicDistance = 1750,
seismicDistance = 1250,
turnInPlace = true,
turnRate = 5000,
unitname = unitName,
Expand Down

0 comments on commit bf255b8

Please sign in to comment.