Skip to content

Commit

Permalink
fixed indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
EPuncker committed Apr 7, 2023
1 parent 64d9b8b commit 3fd320e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/scripts/lib/register_monster_type.lua
Original file line number Diff line number Diff line change
Expand Up @@ -337,9 +337,9 @@ local function AbilityTableToSpell(ability)
if outfit then
spell:setOutfit(outfit)
end
if ability.drunkenness then
spell:setConditionDrunkenness(ability.drunkenness)
end
if ability.drunkenness then
spell:setConditionDrunkenness(ability.drunkenness)
end
end
if ability.condition then
if ability.condition.type then
Expand Down

0 comments on commit 3fd320e

Please sign in to comment.