Companions can't be put into CombatState anymore. Companions now have a Action Roll button

This commit is contained in:
WBHarry 2025-08-22 19:11:17 +02:00
parent ee786544c7
commit 9b3d1cddc4
4 changed files with 66 additions and 0 deletions

View file

@ -77,4 +77,17 @@
}
}
}
.action-section {
display: flex;
padding: 0 10px;
margin-top: 20px;
width: 100%;
button {
height: 40px;
width: 100%;
font-weight: 600;
}
}
}