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
318e931974
ACE3
/
addons
/
medical_ai
/
ACE_Settings.hpp
6 lines
84 B
C++
Raw
Normal View
History
Unescape
Escape
Add setting for medical ai
2016-09-06 03:35:01 +00:00
class
ACE_Settings
{
class
GVAR
(
enabledFor
)
{
Move medical settings into their respective components (#6493) * Transfer medical AI to CBA setting * Neuter the old settings module I've left the entry in CfgVehicles so that it doesn't cause errors on older missions, but it's just a dumb logic now and does nothing. * Remove medic setting * Move increaseTraining setting * Move fnc_adjustPainlevel to medical_status * Move pain and bleed coefficients to medical_status * Move advanced bandages to medical_treatment * Move advanced medication to medical_treatment * Move advanced diagnose to medical_treatment * Move wound reopening and screams settings * Move damage threshold settings * Move showPain setting * Move statemachine settings * Move pain visualisation setting * Move all treatment usage settings * Move self IV setting * Move remaining settings * Sort treatment setting string categories
2018-08-06 16:08:43 +00:00
movedToSQF
=
1
;
Add setting for medical ai
2016-09-06 03:35:01 +00:00
}
;
}
;
Reference in New Issue
Copy Permalink