Skip to content

Commit

Permalink
please clang
Browse files Browse the repository at this point in the history
  • Loading branch information
GuardianDll committed Jan 16, 2025
1 parent bcd7502 commit 353921d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/npctalk.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4391,7 +4391,7 @@ talk_effect_fun_t::func f_explosion( const JsonObject &jo, std::string_view memb
tripoint_bub_ms target_pos;
if( target_var.has_value() ) {
tripoint_abs_ms abs_ms = get_tripoint_from_var( target_var, d, is_npc );
target_pos = get_map().bub_from_abs( abs_ms );
target_pos = get_map().get_bub( abs_ms );
} else {
target_pos = d.actor( is_npc )->pos_bub();
}
Expand Down

0 comments on commit 353921d

Please sign in to comment.