Don't charge an action point for debug drawing.
This commit is contained in:
parent
4a91230376
commit
deb3b1c5a1
@ -157,6 +157,10 @@ func installDebugActions(pa *[]card) {
|
|||||||
Output: cardsim.MsgStr("Drawn. Probably."),
|
Output: cardsim.MsgStr("Drawn. Probably."),
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
AfterOption: func(c card, p *player, option cardOption) error {
|
||||||
|
p.ActionsRemaining++
|
||||||
|
return nil
|
||||||
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user