Skip to content

Commit

Permalink
Fix relic stat changes applying twice
Browse files Browse the repository at this point in the history
  • Loading branch information
chaosvolt authored and Coolthulhu committed Oct 31, 2020
1 parent 9c36531 commit a9327e9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/character.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1571,8 +1571,6 @@ void Character::process_turn()
}

Creature::process_turn();

enchantment_cache.activate_passive( *this );
}

void Character::recalc_hp()
Expand Down

0 comments on commit a9327e9

Please sign in to comment.