v3.0.1: fixed unintentionally committed waterskin debug code

This commit is contained in:
Evan Debenham
2025-03-10 12:19:12 -04:00
parent 9ce2c0834b
commit bacdb7d07c

View File

@@ -54,7 +54,7 @@ public class Waterskin extends Item {
unique = true;
}
private int volume = 20;
private int volume = 0;
private static final String VOLUME = "volume";