mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-15 13:26:39 +03:00
increased chance to catch a fish
This commit is contained in:
@@ -38,14 +38,14 @@ while {_isOk} do {
|
||||
|
||||
sleep 2;
|
||||
|
||||
_rnd = 100;
|
||||
_rnd = 50;
|
||||
|
||||
// check if player is in boat
|
||||
_vehicle = vehicle player;
|
||||
_inVehicle = (_vehicle != player);
|
||||
if(_inVehicle) then {
|
||||
if(_vehicle isKindOf "Ship") then {
|
||||
_rnd = 50;
|
||||
_rnd = 25;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user