8 lines
376 B
Plaintext
8 lines
376 B
Plaintext
//Cleaning tool strength
|
|
// 1 is also a valid cleaning strength but completely unused so left undefined
|
|
#define CLEAN_WEAK 2
|
|
#define CLEAN_MEDIUM 3 // Acceptable tools
|
|
#define CLEAN_STRONG 4 // Industrial strength
|
|
#define CLEAN_IMPRESSIVE 5 // Cleaning strong enough your granny would be proud
|
|
#define CLEAN_GOD 6 // Cleans things spotless down to the atomic structure
|