Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Wargus/war1gus
Browse files Browse the repository at this point in the history
  • Loading branch information
timfel committed Dec 24, 2021
2 parents 49e352b + 5e18165 commit 57bcc7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/balancing.lua
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ DefineUnitType("unit-orc-temple", {
if doheal then
SetUnitVariable(unit, "HitPoints", hp + 1)
end
CreateMissile("missile-temple-heal", {0, 0}, {0, 0}, unit, unit, false)
CreateMissile("missile-temple-heal", {8, 8}, {8, 8}, unit, unit, false)
end
end
end
Expand Down

0 comments on commit 57bcc7f

Please sign in to comment.