From e153e47bb2d6624723fea4056317c8219e7c9eb1 Mon Sep 17 00:00:00 2001 From: Glowbal Date: Sat, 20 Jun 2015 12:54:00 +0200 Subject: [PATCH] Disabled litter on treatment failure. #1403 We give back the items, so litter does not make sense at the moment. In the future we need to expand this with conditions for success/failure. --- addons/medical/functions/fnc_treatment_failure.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/medical/functions/fnc_treatment_failure.sqf b/addons/medical/functions/fnc_treatment_failure.sqf index 19352e5441..53fd03d2f3 100644 --- a/addons/medical/functions/fnc_treatment_failure.sqf +++ b/addons/medical/functions/fnc_treatment_failure.sqf @@ -60,4 +60,4 @@ if (isNil _callback) then { _args call _callback; -_args call FUNC(createLitter); +// _args call FUNC(createLitter);