mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Added frag classes array for 82mm shell
This commit is contained in:
parent
989332831f
commit
00dc0ef01e
@ -101,6 +101,7 @@ class CfgAmmo {
|
||||
class ShellBase;
|
||||
class Sh_82mm_AMOS : ShellBase {
|
||||
// Source: http://www.arsenal-bg.com/defense_police/mortar_bombs_82mm.htm
|
||||
GVAR(classes)[] = {"ACE_frag_medium", "ACE_frag_medium_HD"};
|
||||
GVAR(metal) = 3200;
|
||||
GVAR(charge) = 420;
|
||||
GVAR(gurney_c) = 1906;
|
||||
|
Loading…
Reference in New Issue
Block a user