Manage wounds in fight
This commit is contained in:
@ -266,7 +266,7 @@ export class SoSCardDeck {
|
||||
SoSUtility.applyDamage( flipData );
|
||||
} else {
|
||||
game.socket.emit("system.foundryvtt-shadows-over-sol", {
|
||||
msg: "msg_defense", data: flipData } );
|
||||
msg: "msg_request_defense", data: flipData } );
|
||||
}
|
||||
} else {
|
||||
let html = await renderTemplate('systems/foundryvtt-shadows-over-sol/templates/chat-damage-only.html', flipData );
|
||||
|
Reference in New Issue
Block a user