mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-14 04:31:07 +01:00
Added result messages to the Death Move chat output and removed debug statements
This commit is contained in:
parent
4214e5133d
commit
a554ec0e4d
4 changed files with 43 additions and 26 deletions
|
|
@ -28,11 +28,15 @@
|
|||
.description {
|
||||
color: @dark;
|
||||
}
|
||||
|
||||
.result {
|
||||
color: @dark;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.daggerheart.chat {
|
||||
&.death {
|
||||
&.deathmoves {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
|
|
@ -97,6 +101,10 @@
|
|||
.description {
|
||||
padding: 8px;
|
||||
}
|
||||
|
||||
.result {
|
||||
padding: 8px;
|
||||
}
|
||||
}
|
||||
|
||||
.action-use-button-parent {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue