Skip to content

Commit

Permalink
Update Superheroism BGE
Browse files Browse the repository at this point in the history
  • Loading branch information
APN-Pucky committed May 13, 2019
1 parent 0d5a6d6 commit fb13081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sim.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2609,7 +2609,7 @@ bool check_and_perform_bravery(Field* fd, CardStatus* src)
//BGE: superheroism
if (__builtin_expect(fd->bg_effects[fd->tapi][PassiveBGE::superheroism], false))
{
unsigned bge_value = (bravery_value+1) / 2;
unsigned bge_value = bravery_value;
const SkillSpec ss_heal{Skill::heal, bge_value, allfactions, 0, 0, Skill::no_skill, Skill::no_skill, true, 0,};
_DEBUG_MSG(1, "%s activates SuperHeroism: %s\n", status_description(src).c_str(),
skill_description(fd->cards, ss_heal).c_str());
Expand Down

0 comments on commit fb13081

Please sign in to comment.