Skip to content

Commit

Permalink
Fix mag unloading (#37338)
Browse files Browse the repository at this point in the history
  • Loading branch information
Trioct authored and ZhilkinSerg committed Jan 24, 2020
1 parent b7de918 commit 115abba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cata_string_consts.h
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ static const activity_id ACT_WASH( "ACT_WASH" );
static const activity_id ACT_PLAY_WITH_PET( "ACT_PLAY_WITH_PET" );
static const activity_id ACT_SHAVE( "ACT_SHAVE" );
static const activity_id ACT_HAIRCUT( "ACT_HAIRCUT" );
static const activity_id ACT_UNLOAD_MAG( "ACT_TRAIN" );
static const activity_id ACT_UNLOAD_MAG( "ACT_UNLOAD_MAG" );
static const activity_id ACT_MIND_SPLICER( "ACT_MIND_SPLICER" );

static const bionic_id bio_adrenaline( "bio_adrenaline" );
Expand Down

0 comments on commit 115abba

Please sign in to comment.