Skip to content

Commit

Permalink
Update src/activity_handlers.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: mqrause <[email protected]>
  • Loading branch information
GuardianDll and mqrause authored Mar 27, 2024
1 parent 99785d6 commit f230724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/activity_handlers.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1395,7 +1395,7 @@ void activity_handlers::butcher_finish( player_activity *act, Character *you )
you->recoil = MAX_RECOIL;

get_event_bus().send<event_type::character_butchered_corpse>( you->getID(),
corpse_item.get_mtype()->id, ( std::string )act->id() );
corpse_item.get_mtype()->id, act->id().str() );

// Ready to move on to the next item, if there is one (for example if multibutchering)
act->index = true;
Expand Down

0 comments on commit f230724

Please sign in to comment.