diff --git a/addons/medical_blood/XEH_PREP.hpp b/addons/medical_blood/XEH_PREP.hpp new file mode 100644 index 0000000000..64ebbae911 --- /dev/null +++ b/addons/medical_blood/XEH_PREP.hpp @@ -0,0 +1,6 @@ + +PREP(hit); +PREP(isBleeding); +PREP(onBleeding); +PREP(createBlood); +PREP(spurt); diff --git a/addons/medical_blood/XEH_preInit.sqf b/addons/medical_blood/XEH_preInit.sqf index 44dc7b071b..a7feade1c3 100644 --- a/addons/medical_blood/XEH_preInit.sqf +++ b/addons/medical_blood/XEH_preInit.sqf @@ -1,7 +1,7 @@ #include "script_component.hpp" -PREP(hit); -PREP(isBleeding); -PREP(onBleeding); -PREP(createBlood); -PREP(spurt); +ADDON = false; + +#include "XEH_PREP.hpp" + +ADDON = true; diff --git a/addons/medical_blood/XEH_preStart.sqf b/addons/medical_blood/XEH_preStart.sqf new file mode 100644 index 0000000000..022888575e --- /dev/null +++ b/addons/medical_blood/XEH_preStart.sqf @@ -0,0 +1,3 @@ +#include "script_component.hpp" + +#include "XEH_PREP.hpp" diff --git a/addons/medical_blood/data/splat_1.p3d b/addons/medical_blood/data/splat_1.p3d new file mode 100644 index 0000000000..f443350f97 Binary files /dev/null and b/addons/medical_blood/data/splat_1.p3d differ diff --git a/addons/medical_blood/data/splat_2.p3d b/addons/medical_blood/data/splat_2.p3d new file mode 100644 index 0000000000..1767684e3b Binary files /dev/null and b/addons/medical_blood/data/splat_2.p3d differ