Add graveyard

This commit is contained in:
stryan 2021-10-07 13:59:47 -04:00
parent d4b3016518
commit 739f10c51e
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ func OracleUpkeep(c *Card, g *Game) {
c.Sick = true
if c.Counters >= 3 {
g.GameBoard.Remove(c)
g.Bury(c)
}
default:
c.Sick = false