make holgram actually disapear
This commit is contained in:
parent
13060571dc
commit
cdc5cb27fa
@ -161,7 +161,7 @@ func OracleLeaves(c *Card, g *Game) {
|
|||||||
|
|
||||||
func OracleEndstep(c *Card, g *Game) {
|
func OracleEndstep(c *Card, g *Game) {
|
||||||
switch c.Type {
|
switch c.Type {
|
||||||
case ShieldWall, Tree:
|
case ShieldWall, Tree, Hologram:
|
||||||
c.Counters = c.Counters + 1
|
c.Counters = c.Counters + 1
|
||||||
}
|
}
|
||||||
return
|
return
|
||||||
|
Loading…
Reference in New Issue
Block a user