Merge pull request #1809 from SzwedzikPL/medical_fix_treat_at_attendant

Fix for 'Treat at...' option
This commit is contained in:
Glowbal 2015-07-25 21:22:44 +02:00
commit ea8dc0a5ec
2 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,6 @@
class CfgActions {
class None;
class Heal: None {
show = 0;
};
};

View File

@ -12,6 +12,7 @@ class CfgPatches {
};
};
#include "CfgActions.hpp"
#include "CfgEventHandlers.hpp"
#include "CfgFactionClasses.hpp"
#include "CfgVehicles.hpp"