mirror of
https://github.com/veden/Rampant.git
synced 2025-02-11 13:39:05 +02:00
fixed energy thief icon size
This commit is contained in:
parent
2ebcbfd862
commit
b708ee077e
@ -27,6 +27,7 @@ Date: 10. 13. 2019
|
||||
- Fixed retreating squads not waiting long enough to assemble all units before movement
|
||||
- Fixed spitter max projectile range could cause a spitter to attack but not hit a target
|
||||
- Fixed non retreating group formation not having a distraction modifier
|
||||
- Fixed icon size not being set
|
||||
- New spawner enemies color mask should fit much better now
|
||||
|
||||
---------------------------------------------------------------------------------------------------
|
||||
|
@ -682,6 +682,7 @@ function energyThief.addFaction()
|
||||
local chest = util.table.deepcopy(data.raw["radar"]["radar"])
|
||||
chest.name = "pylon-target-rampant"
|
||||
chest.icon = "__Rampant__/graphics/icons/thief/crystal-drain.png"
|
||||
chest.icon_size = 32
|
||||
chest.flags = {"not-repairable", "not-on-map", "hidden"}
|
||||
chest.subgroup = "enemies"
|
||||
chest.pictures = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user