mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-17 17:20:26 +03:00
Use 1.8.7 fishing
The fishing models, pictures, etc. in 1.8.7 are identical to the ones in dayz_epoch, so we should use them instead of having duplicate classes.
This commit is contained in:
@@ -9,7 +9,7 @@ class ItemWaterBottle : FoodDrink
|
||||
|
||||
Nutrition[] = {0,0,1000,0};
|
||||
|
||||
infectionChance = 0;
|
||||
infectionChance = 0.3;
|
||||
|
||||
consumeOutput = "ItemWaterBottleUnfilled";
|
||||
|
||||
@@ -27,6 +27,7 @@ class ItemWaterBottle : FoodDrink
|
||||
script = "spawn player_emptyContainer";
|
||||
};
|
||||
};
|
||||
wateroz = 10; //Custom Epoch value
|
||||
};
|
||||
|
||||
class ItemWaterBottleInfected : ItemWaterBottle
|
||||
|
||||
Reference in New Issue
Block a user