mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fix merge
This commit is contained in:
parent
50caca9923
commit
f9d64d4922
@ -104,19 +104,6 @@ class GVAR(actions) {
|
||||
condition = QFUNC(splintCondition);
|
||||
litter[] = {};
|
||||
};
|
||||
// --- splint
|
||||
class Splint: BasicBandage {
|
||||
displayName = CSTRING(Apply_Splint);
|
||||
displayNameProgress = CSTRING(Applying_Splint);
|
||||
category = "bandage";
|
||||
icon = QPATHTOEF(medical_gui,ui\splint.paa);
|
||||
allowedSelections[] = {"LeftArm", "RightArm", "LeftLeg", "RightLeg"};
|
||||
items[] = {"ACE_splint"};
|
||||
treatmentTime = 7;
|
||||
callbackSuccess = QFUNC(splint);
|
||||
condition = QFUNC(splintCondition);
|
||||
litter[] = {};
|
||||
};
|
||||
|
||||
// - Syringes -------------------------------------------------------------
|
||||
class Morphine: FieldDressing {
|
||||
|
Loading…
Reference in New Issue
Block a user