Krzyciu 4f0fea8d67
Translations - Polish (#8497)
Add missing Polish translations
2021-10-11 00:27:06 +02:00
..
2021-09-03 19:08:34 -05:00
2017-10-25 23:11:13 -05:00
2021-10-11 00:27:06 +02:00
2016-02-22 15:20:36 +01:00

ace_trenches

Adds item 'ACE_entrenchingtool' Adds 2 trenches; Envelope - Small & Envelop - Big

Whitelist surfaces for digging

Single surfaces can be whitelisted by adding ACE_canDig = 1 into CfgSurfaces. Example:

class CfgSurfaces {
    class myAwesomeSurface {
        ACE_canDig = 1;
    };
};