chore: code clean up
This commit is contained in:
parent
5b34454317
commit
b4d5e995cf
1 changed files with 0 additions and 1 deletions
|
|
@ -14,7 +14,6 @@ class Item {
|
||||||
/// Quality bounds - domain constraints
|
/// Quality bounds - domain constraints
|
||||||
const int _minQuality = 0;
|
const int _minQuality = 0;
|
||||||
const int _maxQuality = 50;
|
const int _maxQuality = 50;
|
||||||
const int _legendaryQuality = 80; // unused, just for documentation
|
|
||||||
|
|
||||||
/// Helper methods for quality management
|
/// Helper methods for quality management
|
||||||
void _degradeQuality(Item item, int amount) {
|
void _degradeQuality(Item item, int amount) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue