increased chance to catch a fish

This commit is contained in:
[VB]AWOL
2013-10-08 15:08:15 -05:00
parent 5acb9eee16
commit 66dd475dfa

View File

@@ -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;
}; };
}; };