Skip to content

Commit

Permalink
FIxed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramza13 committed Feb 19, 2020
1 parent 2f4a749 commit 31810f5
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 @@ -1407,7 +1407,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 31810f5

Please sign in to comment.