From 4e98a0cc4b13b4b4f504025106c4c53e4ca0db2f Mon Sep 17 00:00:00 2001 From: GriffinR Date: Wed, 25 Sep 2019 18:05:12 -0400 Subject: Remove Egg parent constants --- include/constants/daycare.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'include') 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 -- cgit v1.2.3