mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Decrease treatment time of medication to 5s
This commit is contained in:
parent
2a721cb8c8
commit
19f3b753f0
@ -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"}} };
|
||||
|
Loading…
Reference in New Issue
Block a user