diff --git a/oracle.go b/oracle.go index 7f4ca09..226bf0a 100644 --- a/oracle.go +++ b/oracle.go @@ -161,7 +161,7 @@ func OracleLeaves(c *Card, g *Game) { func OracleEndstep(c *Card, g *Game) { switch c.Type { - case ShieldWall, Tree: + case ShieldWall, Tree, Hologram: c.Counters = c.Counters + 1 } return