This website requires JavaScript.
Explore
Help
Sign In
Arma3_Epoch
/
ACE3
Watch
1
Star
0
Fork
0
You've already forked ACE3
mirror of
https://github.com/acemod/ACE3.git
synced
2024-08-30 18:23:18 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
5cada7d397
ACE3
/
addons
/
medical_treatment
/
XEH_preStart.sqf
6 lines
87 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Change split medical in two components - medical component is responsible for the injuries and common functionality - medical_treatment component is responsible for offering treatment functionality
2016-06-13 15:00:56 +00:00
#include "script_component.hpp"
#include "XEH_PREP.hpp"
Medical - Add arsenal category (#9220) * add medical category to arsenal * function header Co-authored-by: PabstMirror <pabstmirror@gmail.com> * move to preinit, protect list * improve macro * documentation * add config property * add CfgMagazines * Revert "add CfgMagazines" Arsenal doesn't support magazines in custom categories --------- Co-authored-by: GhostIsSpooky <69561145+Salluci@users.noreply.github.com> Co-authored-by: PabstMirror <pabstmirror@gmail.com>
2023-07-07 04:14:44 +00:00
Inventory - Improve multiple aspects (#9706) Co-authored-by: Grim <69561145+LinkIsGrim@users.noreply.github.com>
2024-01-06 21:26:46 +00:00
call FUNC(scanMedicalItems);
Reference in New Issue
Copy Permalink