use cigs even when they have no effect
This commit is contained in:
parent
5e595711d4
commit
935fe8e2e4
@ -29,9 +29,9 @@ func (i Item) Apply(g *Game) bool {
|
|||||||
cur := g.CurrentPlayer()
|
cur := g.CurrentPlayer()
|
||||||
if cur.hp < g.hp {
|
if cur.hp < g.hp {
|
||||||
cur.hp++
|
cur.hp++
|
||||||
return true
|
// Cigs are always used, even if they have no effect.
|
||||||
}
|
}
|
||||||
return false
|
return true
|
||||||
case ItemBeer:
|
case ItemBeer:
|
||||||
g.PopShell()
|
g.PopShell()
|
||||||
if g.Empty() {
|
if g.Empty() {
|
||||||
|
Loading…
Reference in New Issue
Block a user