Fix RPG Round and Buckshot
This commit is contained in:
parent
36bf58ea57
commit
8340ed9f79
2 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
entityDef item_box_buckshot
|
entityDef item_box_buckshot
|
||||||
{
|
{
|
||||||
"inherit" "ammo_base"
|
"inherit" "ammo_base"
|
||||||
"model" "models/items/BoxBRounds.mdl"
|
"model" "models/items/BoxBRounds.mdl"
|
||||||
"inv_ammo_ar2" "skill:item_buckshot"
|
"inv_ammo_buckshot" "skill:item_buckshot"
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,5 +2,5 @@ entityDef item_rpg_round
|
||||||
{
|
{
|
||||||
"inherit" "ammo_base"
|
"inherit" "ammo_base"
|
||||||
"model" "models/items/w_missile_closed.mdl"
|
"model" "models/items/w_missile_closed.mdl"
|
||||||
"inv_ammo_pistol" "skill:item_rpg"
|
"inv_ammo_rpg" "skill:item_rpg"
|
||||||
}
|
}
|
Loading…
Reference in a new issue