Skip to content

Commit

Permalink
Update grenade punch groups
Browse files Browse the repository at this point in the history
  • Loading branch information
LoneWolfHT committed Apr 22, 2024
1 parent 500e50b commit a62c3aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mods/ctf/ctf_modes/ctf_mode_nade_fight/tool.lua
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ grenades.register_grenade("ctf_mode_nade_fight:black_hole_grenade", {
punch_interval = 1,
damage_groups = {
fleshy = 2,
grenade = 1,
black_hole_grenade = 1,
}
}, nil)
Expand Down Expand Up @@ -261,6 +262,7 @@ grenades.register_grenade("ctf_mode_nade_fight:knockback_grenade", {
punch_interval = 1,
damage_groups = {
fleshy = 1,
grenade = 1,
knockback_grenade = 1,
}
}, nil)
Expand Down

0 comments on commit a62c3aa

Please sign in to comment.