Remove Egg parent constants

This commit is contained in:
GriffinR
2019-09-25 18:05:12 -04:00
committed by huderlem
parent 801ca37f04
commit 4e98a0cc4b
3 changed files with 53 additions and 58 deletions

View File

@@ -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