Skip to content

Commit

Permalink
Update magic_spell_effect.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Procyonae committed Jun 16, 2024
1 parent 5f33461 commit f7deabd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/magic_spell_effect.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -865,7 +865,7 @@ static void handle_remove_fd_fatigue_field( const std::pair<field, tripoint>
( fd_fatigue_field ) ) {
const int &intensity = fd.second.get_field_intensity();
const translation &intensity_name = fd.second.get_intensity_level().name;
const tripoint &field_position = fd_fatigue_field.second;
const tripoint &field_position = std::get<1>( fd_fatigue_field );
const bool sees_field = caster.sees( field_position );

switch( intensity ) {
Expand Down

0 comments on commit f7deabd

Please sign in to comment.