Skip to content

Commit

Permalink
Update activity_type.cpp
Browse files Browse the repository at this point in the history
addd withdrawal to activity type
  • Loading branch information
Consoleable authored Jul 26, 2024
1 parent 59e92f9 commit 5c250dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/activity_type.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ std::string enum_to_string<distraction_type>( distraction_type data )
case distraction_type::temperature: return "temperature";
case distraction_type::mutation: return "mutation";
case distraction_type::oxygen: return "oxygen";
case distraction_type::withdrawal: return "withdrawal";
// *INDENT-ON*
default:
cata_fatal( "Invalid distraction_type in enum_to_string" );
Expand Down

0 comments on commit 5c250dd

Please sign in to comment.