Skip to content

Commit

Permalink
Make the canny defense AC Shield
Browse files Browse the repository at this point in the history
  • Loading branch information
plenarius committed Jan 31, 2021
1 parent 8134f09 commit c88bc23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Plugins/Layonara/Layonara.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ ArgumentStack Layonara::SetDuelistCannyDefense(ArgumentStack&& args)
eff->m_nType = EffectTrueType::ACIncrease;
eff->m_nSubType = EffectSubType::Supernatural | EffectDurationType::Innate;
eff->m_bShowIcon = 0;
eff->m_nParamInteger[0] = ACBonus::Natural;
eff->m_nParamInteger[0] = ACBonus::Shield;
eff->m_nParamInteger[1] = nBonus;
eff->m_nParamInteger[2] = RacialType::Invalid;
eff->m_nParamInteger[3] = 0;
Expand Down

0 comments on commit c88bc23

Please sign in to comment.