X-Git-Url: https://deadsoftware.ru/gitweb?p=d2df-sdl.git;a=blobdiff_plain;f=src%2Fgame%2Fg_console.pas;h=15497d913a59a0beb136e3909bd3a64e930d9d39;hp=a6fa9c42e78673a7434f7cf500d22a601a5a5ee0;hb=1e0f0d41e9a104418c9dc17598859b23b02d1e9c;hpb=bacfe449b0cbb5d5ea6b842e15832df77ee27964 diff --git a/src/game/g_console.pas b/src/game/g_console.pas index a6fa9c4..15497d9 100644 --- a/src/game/g_console.pas +++ b/src/game/g_console.pas @@ -1043,6 +1043,7 @@ begin AddCommand('g_friendlyfire', GameCVars); AddCommand('g_friendly_hit_trace', GameCVars); AddCommand('g_friendly_hit_projectile', GameCVars); + AddCommand('g_friendly_absorb_damage', GameCVars); AddCommand('g_weaponstay', GameCVars); AddCommand('g_allow_exit', GameCVars); AddCommand('g_dm_keys', GameCVars); @@ -1160,6 +1161,7 @@ begin WhitelistCommand('g_friendlyfire'); WhitelistCommand('g_friendly_hit_trace'); WhitelistCommand('g_friendly_hit_projectile'); + WhitelistCommand('g_friendly_absorb_damage'); WhitelistCommand('g_weaponstay'); WhitelistCommand('g_allow_exit'); WhitelistCommand('g_dm_keys');