mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
New variable for match stick counting
This commit is contained in:
@@ -87,17 +87,4 @@ class Item1Matchbox : ItemMatchbox
|
||||
qtyRemaining = "ItemMatchboxEmpty";
|
||||
matches = 1;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
// EPOCH ADDITION
|
||||
|
||||
class ItemMatchbox_DZE: ItemMatchbox
|
||||
{
|
||||
class Ignators
|
||||
{
|
||||
chance = 1;
|
||||
matches = -1;
|
||||
qtyRemaining = "ItemMatchbox_DZE"; //Use new matchbox system but don't reduce quantity
|
||||
};
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user