Added result messages to the Death Move chat output and removed debug statements

This commit is contained in:
Chris Ryan 2026-01-13 23:13:12 +10:00
parent 4214e5133d
commit a554ec0e4d
4 changed files with 43 additions and 26 deletions

View file

@ -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 {