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