This commit is contained in:
nicfreeman1209 2021-05-08 17:45:44 +01:00
parent 09283e87b9
commit 5d9aeab89d
2 changed files with 3 additions and 2 deletions

View file

@ -1,6 +1,6 @@
# Release Notes # Release Notes
- add ST reveal grimoire1 - add ST reveal grimoire
### Version 2.12.0 ### Version 2.12.0
- tweak reference sheet to better fit screen in single column layout - tweak reference sheet to better fit screen in single column layout

View file

@ -390,7 +390,8 @@ class LiveSession {
bluffs.forEach((bluff, i) => { bluffs.forEach((bluff, i) => {
const role = const role =
this._store.state.roles.get(bluff.roleId) || this._store.state.roles.get(bluff.roleId) ||
this._store.getters.rolesJSONbyId.get(bluff.roleId) || {}; this._store.getters.rolesJSONbyId.get(bluff.roleId) ||
{};
this._store.commit("players/setBluff", { this._store.commit("players/setBluff", {
index: i, index: i,
role role