mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Merge pull request #1809 from SzwedzikPL/medical_fix_treat_at_attendant
Fix for 'Treat at...' option
This commit is contained in:
commit
ea8dc0a5ec
6
addons/medical/CfgActions.hpp
Normal file
6
addons/medical/CfgActions.hpp
Normal file
@ -0,0 +1,6 @@
|
||||
class CfgActions {
|
||||
class None;
|
||||
class Heal: None {
|
||||
show = 0;
|
||||
};
|
||||
};
|
@ -12,6 +12,7 @@ class CfgPatches {
|
||||
};
|
||||
};
|
||||
|
||||
#include "CfgActions.hpp"
|
||||
#include "CfgEventHandlers.hpp"
|
||||
#include "CfgFactionClasses.hpp"
|
||||
#include "CfgVehicles.hpp"
|
||||
|
Loading…
Reference in New Issue
Block a user