This commit is contained in:
vbawol 2015-10-12 14:52:09 -05:00
parent 875037c2ce
commit eb2009bd15
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
Client:
[Added] Epoch ocean fishing.
[Added] Epoch ocean fishing, also added crafting recipes to allow cooking.
[Added] Workbench storage device added and used as a nearby crafting requirement for most Kit based crafting options.
[Added] New secure storage device: The Epoch Safe.
[Added] Totally new crafting system and UI by Raymix.

View File

@ -1,7 +1,7 @@
// EPOCH fishing
private ["_bob","_fishes","_fish","_randomChance","_bobber","_nearByBobbers","_objects","_currentPos"];
_currentPos = player modelToWorld[0, 5, 0];
_currentPos = player modelToWorld[0, 5 + (random 5), 0];
if (surfaceIsWater _currentPos) then {
_objects = lineIntersectsObjs[eyePos player, _currentPos, player, objNull, true, 2];

View File

@ -550,7 +550,7 @@ class CfgCrafting
previewScale = 0.4;
previewVector = 2;
};
class ItemSeaBass : Item
class ItemSeaBassCooked : Item
{
usedIn[] = {};
nearby[] = {{"Fire", "", "fire", {1,{"ALL"}}, 3, 1, 1, 0}};