Add hollow covers.

This commit is contained in:
raoulvdberge
2018-07-06 23:27:11 +02:00
parent 7009eb883e
commit fc498e6400
16 changed files with 524 additions and 111 deletions

View File

@@ -22,4 +22,5 @@ public final class RSItems {
public static final ItemSecurityCard SECURITY_CARD = new ItemSecurityCard();
public static final ItemCuttingTool CUTTING_TOOL = new ItemCuttingTool();
public static final ItemCover COVER = new ItemCover();
public static final ItemHollowCover HOLLOW_COVER = new ItemHollowCover();
}