diff options
author | uniboi <64006268+uniboi@users.noreply.github.com> | 2023-06-19 20:00:20 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-19 22:00:20 +0200 |
commit | 9620bb200de53f6d7def694e99513e213a22e081 (patch) | |
tree | e8d64f6b7c78f82422a6dac29c9a6e45cb7db59e | |
parent | 5be5a6da1c7f658a44e396404425444fd6f83a0c (diff) | |
download | NorthstarMods-9620bb200de53f6d7def694e99513e213a22e081.tar.gz NorthstarMods-9620bb200de53f6d7def694e99513e213a22e081.zip |
Add Triple Threat grenade indicators (#647)v1.16.1-rc1v1.16.1
-rw-r--r-- | Northstar.Custom/mod/scripts/weapons/mp_titanweapon_triplethreat.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Northstar.Custom/mod/scripts/weapons/mp_titanweapon_triplethreat.txt b/Northstar.Custom/mod/scripts/weapons/mp_titanweapon_triplethreat.txt index a1337d9f..09aac6ea 100644 --- a/Northstar.Custom/mod/scripts/weapons/mp_titanweapon_triplethreat.txt +++ b/Northstar.Custom/mod/scripts/weapons/mp_titanweapon_triplethreat.txt @@ -102,6 +102,8 @@ WeaponData // Damage - When Used by Players "damage_type" "burn" + "show_grenade_indicator" "1" + "crosshair" "crosshair_t" "explosion_damage" "350" // 150 "explosion_damage_heavy_armor" "550" // 150 |