mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 06:32:00 +00:00
*** empty log message ***
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1818 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
30a0966ccc
commit
778b2e09a7
1 changed files with 2 additions and 2 deletions
|
@ -794,7 +794,7 @@ string(float iid) GetItemName =
|
|||
return "5.56mm ammo";
|
||||
if (iid == IID_AM_5MMHIGHVEL)
|
||||
return "5mm high-velocity ammo";
|
||||
if (iid == IID_AM_5MMHIGHVEL)
|
||||
if (iid == IID_AM_12GAUGESHELLS)
|
||||
return "12-guage shotgun shells";
|
||||
if (iid == IID_AM_ENERGYCELL)
|
||||
return "small energy cell";
|
||||
|
@ -802,7 +802,7 @@ string(float iid) GetItemName =
|
|||
return "7.62mm ammo";
|
||||
if (iid == IID_AM_44MAGNUM)
|
||||
return ".44 magnum ammo";
|
||||
if (iid == IID_AM_44MAGNUM)
|
||||
if (iid == IID_AM_45ACP)
|
||||
return ".45 ACP ammo";
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue