mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
ead5fb4a5e
* Added config params for white/blacklisting digging * changed to canDig option * Update README.md * Update fnc_canDig.sqf
23 lines
494 B
Markdown
23 lines
494 B
Markdown
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:
|
|
```cpp
|
|
class CfgSurfaces {
|
|
class myAwesomeSurface {
|
|
ACE_canDig = 1;
|
|
};
|
|
};
|
|
```
|
|
|
|
## Maintainers
|
|
|
|
The people responsible for merging changes to this component or answering potential questions.
|
|
|
|
- [Grey](https://github.com/Grey-Soldierman)
|