mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-03-13 05:51:19 +00:00
Add a missing weapons description.
This commit is contained in:
parent
21056bf4a5
commit
e65265495a
@ -82,6 +82,7 @@ int CGlock::GetItemInfo( ItemInfo *p )
|
||||
p->iFlags = 0;
|
||||
p->iId = m_iId = WEAPON_GLOCK;
|
||||
p->iWeight = GLOCK_WEIGHT;
|
||||
p->weaponName = "9mm Handgun";
|
||||
|
||||
return 1;
|
||||
}
|
||||
|
@ -399,6 +399,7 @@ int CTripmine::GetItemInfo( ItemInfo *p )
|
||||
p->iPosition = 2;
|
||||
p->iId = m_iId = WEAPON_TRIPMINE;
|
||||
p->iWeight = TRIPMINE_WEIGHT;
|
||||
p->weaponName = "Laser Tripmine";
|
||||
p->iFlags = ITEM_FLAG_LIMITINWORLD | ITEM_FLAG_EXHAUSTIBLE;
|
||||
|
||||
return 1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user