Skip to content

Commit

Permalink
Legluparafix (#3966)
Browse files Browse the repository at this point in the history
* Fix reference to invalid object for heap of leglupara

* except dont screw it up this time
  • Loading branch information
Beherith authored Nov 23, 2024
1 parent d601ab4 commit 2b79493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion units/Legion/Defenses/leglupara.lua
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ return {
footprintz = 2,
height = 4,
metal = 150,
object = "corunits/arm2x2c.s3o",
object = "Units/arm2x2c.s3o",
reclaimable = true,
resurrectable = 0,
},
Expand Down

0 comments on commit 2b79493

Please sign in to comment.