Skip to content

Commit

Permalink
Added sup. for .50
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueMoonDude committed Oct 14, 2013
1 parent 33ee62a commit 099e55b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions itypedef.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ GUN("bio_lightning", _("Chain Lightning"), 0,c_magenta, "steel", "plastic",

std::string ammo_name(ammotype t)
{
if( t == "50") return _(".50 BMG")
if( t == "50") return _(".50 BMG")
if( t == "nail") return _("nails");
if( t == "BB" ) return _("BBs");
if( t == "bolt" ) return _("bolts");
Expand Down Expand Up @@ -404,7 +404,6 @@ itype_id default_ammo(ammotype guntype)
if( guntype == "12mm" ) return "12mm";
if( guntype == "plasma" ) return "plasma";
if( guntype == "plutonium" ) return "plut_cell";
if( guntype == "50" ) return "50_bmg";
if( guntype == "gasoline" ) return "gasoline";
if( guntype == "thread" ) return "thread";
if( guntype == "water" ) return "water_clean";
Expand Down

0 comments on commit 099e55b

Please sign in to comment.