Decrease treatment time of medication to 5s

This commit is contained in:
Thomas Kooi 2018-07-15 13:59:47 +02:00
parent 2a721cb8c8
commit 19f3b753f0

View File

@ -96,7 +96,7 @@ class GVAR(Actions) {
category = "medication";
items[] = {"ACE_morphine"};
condition = "";
treatmentTime = 9;
treatmentTime = 5;
callbackSuccess = QFUNC(treatmentMedication);
animationCaller = "AinvPknlMstpSnonWnonDnon_medic1";
litter[] = { {"All", "", {"ACE_MedicalLitter_morphine"}} };