diff options
| author | Florian Fischer <florian.fl.fischer@fau.de> | 2021-03-18 13:37:10 +0100 |
|---|---|---|
| committer | Florian Fischer <florian.fl.fischer@fau.de> | 2021-03-18 13:37:10 +0100 |
| commit | a9b696eff8a684bb9a8de00c1af5384e84405c28 (patch) | |
| tree | 3c57ef9d7719d91a42ed0504bb8b3c0857a2837c /data | |
| parent | dd7e3bf12814c613f76619b543693728f5175ae3 (diff) | |
| download | muhqs-game-a9b696eff8a684bb9a8de00c1af5384e84405c28.tar.gz muhqs-game-a9b696eff8a684bb9a8de00c1af5384e84405c28.zip | |
[kraken] improve Tentacle Slap if player have no cards in hand
Diffstat (limited to 'data')
| -rw-r--r-- | data/cards/kraken/tentacle_slap.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/cards/kraken/tentacle_slap.yml b/data/cards/kraken/tentacle_slap.yml index 2f534c21..73f78599 100644 --- a/data/cards/kraken/tentacle_slap.yml +++ b/data/cards/kraken/tentacle_slap.yml @@ -1,4 +1,4 @@ name: Tentacle Slap type: spell buy: 3 -effect: Each player discards their hand +effect: Each player discards their hand. Gain X. Where X is 5 minus the number of cards discarded that way. X can not be negative |
