mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-27 10:11:51 +03:00
moved some configs added new zeds from 177 pt1
This commit is contained in:
31
SQF/dayz_code/Configs/CfgWeapons/Item/Flashlight.hpp
Normal file
31
SQF/dayz_code/Configs/CfgWeapons/Item/Flashlight.hpp
Normal file
@@ -0,0 +1,31 @@
|
||||
class MeleeFlashlight : Pistol {
|
||||
class ItemActions {
|
||||
class Toolbelt {
|
||||
text = $STR_ACTIONS_2TB;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
class ItemFlashlight : ItemCore {
|
||||
class ItemActions {
|
||||
class Toolbelt {
|
||||
text = $STR_ACTIONS_RFROMTB;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
class MeleeFlashlightRed : MeleeFlashlight {
|
||||
class ItemActions {
|
||||
class Toolbelt {
|
||||
text = $STR_ACTIONS_2TB;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
class ItemFlashlightRed : ItemCore {
|
||||
class ItemActions {
|
||||
class Toolbelt {
|
||||
text = $STR_ACTIONS_RFROMTB;
|
||||
};
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user