Misc bugfixes

This commit is contained in:
Anuken
2022-07-07 09:53:38 -04:00
parent 9cb51640c0
commit 2a3a3359fa
4 changed files with 7 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ public class Items{
cost = 1.5f;
}};
graphite = new Item("graphite", Color.valueOf("95abd9")){{
graphite = new Item("graphite", Color.valueOf("b2c6d2")){{
cost = 1f;
}};