mirror of
https://github.com/acemod/ACE3.git
synced 2025-07-25 21:02:48 +00:00
* Port 7833 to use surfaceTexture * Add camo action * Remove unused args from statement call * Rogue missing space * Add animation + delay for camo action * Add authors
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;
};
};