itemstats: remove quest field

this has always been unused and isn't particularly useful to us anyway
This commit is contained in:
Max Weber
2021-08-06 00:19:12 -06:00
parent 0a86fe35af
commit b23a310832
4 changed files with 7 additions and 8 deletions

View File

@@ -55,7 +55,7 @@ public class ItemStatOverlay extends Overlay
{
// Unarmed attack speed is 4
@VisibleForTesting
static final ItemStats UNARMED = new ItemStats(false, true, 0, 0,
static final ItemStats UNARMED = new ItemStats(true, 0, 0,
ItemEquipmentStats.builder()
.aspeed(4)
.build());