Fix "Compatibility" Misspelling

Someone misspelled "compatibility" as "compatability" in the daycare-related files. This commit spells them correctly.
This commit is contained in:
Deokishisu
2021-02-05 01:27:11 -05:00
parent 64460e01ae
commit ac43365d58
2 changed files with 11 additions and 11 deletions

View File

@@ -1,11 +1,11 @@
#ifndef GUARD_DAYCARE_CONSTANTS_H
#define GUARD_DAYCARE_CONSTANTS_H
// Parent compatability scores
// Parent compatibility scores
#define PARENTS_INCOMPATIBLE 0
#define PARENTS_LOW_COMPATIBILITY 20
#define PARENTS_MED_COMPATABILITY 50
#define PARENTS_MAX_COMPATABILITY 70
#define PARENTS_MED_COMPATIBILITY 50
#define PARENTS_MAX_COMPATIBILITY 70
// Daycare state
#define DAYCARE_NO_MONS 0