Skip to content

Commit

Permalink
Merge pull request #38146 from Ramza13/battery
Browse files Browse the repository at this point in the history
Fixed typo in string const causing battery issues.
  • Loading branch information
ZhilkinSerg authored Feb 19, 2020
2 parents e9f1cd7 + 31810f5 commit 9286722
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 @@ -1412,7 +1412,7 @@ static const faction_id no_faction( "no_faction" );
static const std::string errstring( "ERROR" );

static const ammotype ammo_bolt( "bolt" );
static const ammotype ammo_battery( "ammo_battery" );
static const ammotype ammo_battery( "battery" );
static const ammotype ammo_reactor_slurry( "reactor_slurry" );
static const ammotype ammo_plutonium( "plutonium" );

Expand Down

0 comments on commit 9286722

Please sign in to comment.