Fix my stupid typo

This commit is contained in:
Xylemon 2024-09-02 23:32:05 -07:00
parent a9a3966333
commit 6968dfe6c5
3 changed files with 9 additions and 9 deletions

View file

@ -44,6 +44,6 @@ set sk_item_smg1_large3 "135"
set sk_item_smg1_grenade "1"
set sk_max_annebelle "12"
set sk_max_annabelle "12"
set sk_max_slam "5"

View file

@ -11,7 +11,7 @@
entityDef ammo_types {
"ammo_none" "0"
"ammo_357" "1"
"ammo_annebelle" "2"
"ammo_annabelle" "2"
"ammo_alyxgun" "3"
"ammo_ar2" "4"
"ammo_ar2_altfire" "5"
@ -29,8 +29,8 @@ entityDef ammo_types {
entityDef ammo_names {
"ammo_none" "None"
"ammo_357" ".357 Bullets"
"ammo_annebelle" "Annebelle Bullets"
"ammo_alyxgun" "Alyxgun Bullets"
"ammo_annabelle" "Annabelle Bullets"
"ammo_alyxgun" "Alyx's Gun Bullets"
"ammo_ar2" "AR2 Bullets"
"ammo_ar2_altfire" "AR2 Combine Balls"
"ammo_buckshot" "Buckshot Shells"
@ -47,7 +47,7 @@ entityDef ammo_names {
entityDef ammo_max {
"ammo_none" "0"
"ammo_357" "skill:max_357"
"ammo_annebelle" "skill:max_annebelle"
"ammo_annabelle" "skill:max_annabelle"
"ammo_alyxgun" "skill:max_alyxgun"
"ammo_ar2" "skill:max_ar2"
"ammo_ar2_altfire" "skill:max_ar2_altfire"

View file

@ -13,7 +13,7 @@ entityDef weapon_annabelle
"snd_respawn" "Item.Materialize"
// weapon specific
"def_fireInfo" "fireInfo_annebelle"
"def_fireInfo" "fireInfo_annabelle"
"inv_name" "#HL2_Annabelle"
"clipSize" "2"
"ammoType" "ammo_annabelle"
@ -36,7 +36,7 @@ entityDef weapon_annabelle
"weight" "4"
}
entityDef projectile_annebelle
entityDef projectile_annabelle
{
"inherit" "projectile_bullet_base"
"damage" "skill:plr_dmg_buckshot"
@ -44,9 +44,9 @@ entityDef projectile_annebelle
"spread" "0.08716 0.08716"
}
entityDef fireInfo_annebelle
entityDef fireInfo_annabelle
{
"def_onFire" "projectile_annebelle"
"def_onFire" "projectile_annabelle"
"ammoPerShot" "1"
"fireRate" "0.75"
"actFire" "1"