Skip to content

Commit

Permalink
Merge pull request #70890 from alef/70432-fix2
Browse files Browse the repository at this point in the history
  • Loading branch information
akrieger committed Jan 13, 2024
2 parents d8e3414 + 3ee6ac7 commit cbdb87e
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 @@ -1686,7 +1686,7 @@ void spell_effect::dash( const spell &sp, Creature &caster, const tripoint &targ
--walk_point;
}
break;
} else {
} else if( walk_point != trajectory.begin() ) {
sp.create_field( here.getlocal( *( walk_point - 1 ) ), caster );
g->draw_ter();
}
Expand Down

0 comments on commit cbdb87e

Please sign in to comment.