Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Move battle comm to t1 and remove emp from it
  • Loading branch information
ForbodingAngel committed Jan 12, 2018
1 parent 9b76cd2 commit e444a5a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions LuaRules/Configs/morph_defs.lua
Expand Up @@ -112,6 +112,7 @@ Overseer]],
energy = energyCost_ecommanderbattle,
metal = 0,
text = 'Morph to Battle Overseer: Stun ability recharge doubled, gains a machinegun that does heavy damage to Light units and Buildings. No longer grants supply.',
require = [[tech1]],
},
},

Expand Down
6 changes: 3 additions & 3 deletions Units/ecommanderbattle.lua
Expand Up @@ -116,10 +116,10 @@ local unitDef = {
},
},
weapons = {
-- [1] = {
-- def = "riottankempweapon",
-- },
[1] = {
def = "riottankempweapon",
},
[2] = {
def = "machinegun",
},
},
Expand Down

0 comments on commit e444a5a

Please sign in to comment.