Skip to content

Commit dc91e3a

Browse files
XNTEABDSCsprunk
authored andcommitted
Fix Odin incorrect self-d def.
1 parent 5dae135 commit dc91e3a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

units/bomberassault.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ return { bomberassault = {
2929
manualfire_desc = [[Fire Special Weapon: Fire a cluster of temporary shield generators.]],
3030
},
3131

32-
selfDestructAs = [[ESTOR_BUILDING]],
32+
explodeAs = [[ESTOR_BUILDING]],
3333
floater = true,
3434
footprintX = 4,
3535
footprintZ = 4,
@@ -49,7 +49,7 @@ return { bomberassault = {
4949
noChaseCategory = [[TERRAFORM FIXEDWING SATELLITE GUNSHIP SUB]],
5050
objectName = [[zeppelin.dae]],
5151
script = [[bomberassault.lua]],
52-
selfDestructAs = [[ESTOR_BUILDING]],
52+
selfDestructAs = [[ESTOR_BUILDING]],
5353
sightDistance = 660,
5454
speed = 185,
5555
turnRadius = 120,

0 commit comments

Comments
 (0)