A commit to save my soul as I'm going to fuck up things a bit...

This commit is contained in:
Song Minjae
2017-04-30 21:26:20 +09:00
parent 9a819ffec3
commit 4a6effff96
7 changed files with 508 additions and 182 deletions

View File

@@ -33,8 +33,8 @@ class TestPick extends GameItem {
boolean stackable = true
int maxDurability = 147
float durability = maxDurability
int equipPosition = EquipPosition.HAND_GRIP
String inventoryCategory = Category.TOOL
int equipPosition = 9 //EquipPosition.HAND_GRIP
String inventoryCategory = "tool" //Category.TOOL
// !! TEST MATERIAL !!
Material material = new Material(0,0,0,0,0,0,0,0,1,0.0)