Fix RPG Round and Buckshot

This commit is contained in:
Xylemon 2024-09-01 01:38:10 -07:00
parent 36bf58ea57
commit 8340ed9f79
2 changed files with 4 additions and 4 deletions

View file

@ -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"
} }

View file

@ -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"
} }