mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Preparation for gas tanks
This commit is contained in:
parent
7539c33529
commit
09a78a83b5
0
addons/scuba/CfgWeapons.hpp
Normal file
0
addons/scuba/CfgWeapons.hpp
Normal file
10
addons/scuba/README.md
Normal file
10
addons/scuba/README.md
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
ace_scuba
|
||||||
|
==========
|
||||||
|
|
||||||
|
Adds gas tanks for diving and decompression sickness calculation.
|
||||||
|
|
||||||
|
## Maintainers
|
||||||
|
|
||||||
|
The people responsible for merging changes to this component or answering potential questions.
|
||||||
|
|
||||||
|
- [BaerMitUmlaut](https://github.com/BaerMitUmlaut)
|
@ -15,3 +15,4 @@ class CfgPatches {
|
|||||||
};
|
};
|
||||||
|
|
||||||
#include "CfgEventHandlers.hpp"
|
#include "CfgEventHandlers.hpp"
|
||||||
|
#include "CfgWeapons.hpp"
|
||||||
|
Loading…
Reference in New Issue
Block a user