mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
08dff76593
* Fix casing of stringtable keys * Use CBA_fnc_addSetting * Move burn reactions to function, add setting for weapon throwing * Fix stringtable keys in settings * Use stringtable entries from common component * Update addons/fire/stringtable.xml Co-authored-by: mharis001 <34453221+mharis001@users.noreply.github.com> * Update addons/fire/stringtable.xml Co-authored-by: mharis001 <34453221+mharis001@users.noreply.github.com> Co-authored-by: mharis001 <34453221+mharis001@users.noreply.github.com>
11 lines
181 B
C++
11 lines
181 B
C++
PREP(burn);
|
|
PREP(isBurning);
|
|
PREP(isPlant);
|
|
PREP(burnIndicator);
|
|
PREP(burnReaction);
|
|
PREP(fireManagerPFH);
|
|
|
|
PREP(medical_progress);
|
|
PREP(medical_success);
|
|
PREP(medical_canPatDown);
|