add commander horn image field

This commit is contained in:
exane 2015-07-04 18:43:26 +02:00
parent 4ed01e1035
commit b72d2ad715
3 changed files with 7 additions and 0 deletions

View File

@ -32,6 +32,8 @@ module.exports = {
this.send("played:medic", {
cards: JSON.stringify(discard)
}, true);
this.sendNotificationTo(this.foe, this.getName() + " chooses a card from discard pile.")
}
},
"morale_boost": {

BIN
assets/hunting-horn.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

@ -122,6 +122,11 @@ $game-height: 800px;
/*clear: both;*/
margin: 0px;
padding: 0px;
background: url("../../assets/hunting-horn.png") no-repeat;
height: 100px;
//width: 64px;
background-position: 7px 20px;
opacity: 0.8;
}