mirror of
https://github.com/exane/not-gwent-online
synced 2024-11-20 11:26:54 +00:00
add commander horn image field
This commit is contained in:
parent
4ed01e1035
commit
b72d2ad715
@ -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
BIN
assets/hunting-horn.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.6 KiB |
@ -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;
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user