mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fixed config mistake
This commit is contained in:
parent
8726e7f1d2
commit
ba4fc66965
@ -173,7 +173,7 @@ class CfgWeapons {
|
|||||||
type = 201;
|
type = 201;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
class GVAR(bloodIV_500): GVAR(bloodIV) {
|
class GVAR(bloodIV_250): GVAR(bloodIV) {
|
||||||
displayName = $STR_ACE_MEDICAL_BLOOD_IV_250;
|
displayName = $STR_ACE_MEDICAL_BLOOD_IV_250;
|
||||||
class ItemInfo: InventoryItem_Base_F {
|
class ItemInfo: InventoryItem_Base_F {
|
||||||
mass = 2.5;
|
mass = 2.5;
|
||||||
|
Loading…
Reference in New Issue
Block a user