mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
More minor cleanup
This commit is contained in:
@@ -88,27 +88,16 @@ class Item1Matchbox : ItemMatchbox
|
||||
matches = 1;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
// EPOCH ADDITION
|
||||
|
||||
class ItemMatchbox_DZE: ItemMatchbox
|
||||
{
|
||||
scope = public;
|
||||
//displayName = $STR_EQUIP_NAME_3;
|
||||
//model = "\dayz_equip\models\matchbox_gear.p3d";
|
||||
//picture = "\dayz_equip\textures\equip_matchbox_ca.paa";
|
||||
//descriptionShort = $STR_EQUIP_DESC_3;
|
||||
class Ignators
|
||||
{
|
||||
chance = 1;
|
||||
matches = -1;
|
||||
qtyRemaining = "ItemMatchbox_DZE"; //Use new matchbox system but don't reduce quantity
|
||||
};
|
||||
|
||||
class ItemActions
|
||||
{
|
||||
class Use
|
||||
{
|
||||
text = $STR_ACTIONS_LIGHTFIRE;
|
||||
script = "spawn player_makeFire;";
|
||||
use[] = {"PartWoodPile"};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user