Skip to content

Commit

Permalink
Readd check for aeion
Browse files Browse the repository at this point in the history
  • Loading branch information
dyceron committed Jul 10, 2024
1 parent d15c4ab commit 72127f1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ function RandomizerPowerup.ActivateSpecialEnergy(name)
if Game.GetEntity(trigger) ~= nil then
SpecialEnergyCloud.ActivateSpecialEnergy(trigger)
end
else
-- Aeion abilities
-- Aeion abilities
elseif string.sub(name, 0, 17) == "LE_SpecialAbility" then
SpecialEnergyCloud.ActivateSpecialEnergy(cloud)
end
end
Expand Down

0 comments on commit 72127f1

Please sign in to comment.