make holgram actually disapear

This commit is contained in:
stryan 2021-11-14 15:01:33 -05:00
parent 13060571dc
commit cdc5cb27fa
1 changed files with 1 additions and 1 deletions

View File

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