mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Move some addActions to config UserActions
Should improve client FPS while still allowing conditions and scripts to be customized. Some special vehicles like MV22, UH1Y, etc. have UserActions overwritten in their configs, so please let me know if you find any others that do not get the option to repair or salvage because UserActions is overwritten in their config. I think I got them all. Vanilla commits:a8c4238c0c350d73abe1
This commit is contained in:
@@ -534,10 +534,10 @@ class CfgSurvival {
|
||||
rawfoodtype = "FoodchickenRaw";
|
||||
};
|
||||
class Cock: Hen {};
|
||||
class DZ_Fin: Default {
|
||||
class Fin: Default {
|
||||
rawfoodtype = "FoodDogRaw";
|
||||
};
|
||||
class DZ_Pastor: DZ_Fin {};
|
||||
class Pastor: Fin {};
|
||||
class Rabbit: Default {
|
||||
yield = 2;
|
||||
rawfoodtype = "FoodrabbitRaw";
|
||||
|
||||
Reference in New Issue
Block a user