diff options
author | GriffinR <griffin.richards@comcast.net> | 2019-09-25 18:05:12 -0400 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2019-09-25 18:46:25 -0500 |
commit | 4e98a0cc4b13b4b4f504025106c4c53e4ca0db2f (patch) | |
tree | 00c545d6c9ef693511bf0796e9cf34c268a1bfb4 /include | |
parent | 801ca37f0402083d7c0749cbf2ea473bf9dc4894 (diff) |
Remove Egg parent constants
Diffstat (limited to 'include')
-rw-r--r-- | include/constants/daycare.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/constants/daycare.h b/include/constants/daycare.h index cc7f67a25..103f920f2 100644 --- a/include/constants/daycare.h +++ b/include/constants/daycare.h @@ -1,11 +1,6 @@ #ifndef GUARD_DAYCARE_CONSTANTS_H #define GUARD_DAYCARE_CONSTANTS_H -// Egg parents -#define EGG_MOTHER 0 -#define EGG_FATHER 1 -#define NEITHER_PARENT -1 - // Parent compatability scores #define PARENTS_INCOMPATIBLE 0 #define PARENTS_LOW_COMPATIBILITY 20 |