This commit is contained in:
@@ -218,6 +218,7 @@ export default class LethalFantasyActor extends Actor {
|
||||
if (available.length > 1) {
|
||||
const buttons = available.map(([id]) => ({
|
||||
action: id,
|
||||
type: "button",
|
||||
label: id.charAt(0).toUpperCase() + id.slice(1),
|
||||
callback: () => id,
|
||||
}))
|
||||
|
||||
Reference in New Issue
Block a user