New variable for match stick counting

This commit is contained in:
ebaydayz
2016-03-31 16:23:09 -04:00
parent d926a81038
commit 8de50c4619
22 changed files with 57 additions and 56 deletions

View File

@@ -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
};
};
};