Update GMS_UMS_configurations.sqf
Changed underwater mission crates in Epoch mod for the lootable underwater crate as players complained they couldn't be looted when using regular crates
This commit is contained in:
@ -59,7 +59,7 @@ if ((tolower blck_modType) isEqualTo "epoch") then
|
||||
|
||||
"B_SDV_01_EPOCH"
|
||||
];
|
||||
blck_UMS_crates = blck_crateTypes;
|
||||
blck_UMS_crates = ["container_epoch"];
|
||||
};
|
||||
blck_UMS_unarmedSurfaceVessels =
|
||||
[
|
||||
|
Reference in New Issue
Block a user