Fix action token search location in playermat scripts
All checks were successful
continuous-integration/drone/tag Build is passing
All checks were successful
continuous-integration/drone/tag Build is passing
This commit is contained in:
parent
273e9185cc
commit
6f779b00b8
@ -624,7 +624,7 @@ function maybeUpdateActiveInvestigator(card)
|
|||||||
STAT_TRACKER.call("updateStats", {notes.willpowerIcons, notes.intellectIcons, notes.combatIcons, notes.agilityIcons})
|
STAT_TRACKER.call("updateStats", {notes.willpowerIcons, notes.intellectIcons, notes.combatIcons, notes.agilityIcons})
|
||||||
|
|
||||||
-- change state of action tokens
|
-- change state of action tokens
|
||||||
local search = searchArea(self.positionToWorld({-1.1, 0.05, -0.27}), {4, 1, 1})
|
local search = searchArea(self.positionToWorld({-1.25, 0.05, -1.11}), {4, 1, 1})
|
||||||
local small_token = nil
|
local small_token = nil
|
||||||
local state_table = {
|
local state_table = {
|
||||||
["Guardian"] = 1,
|
["Guardian"] = 1,
|
||||||
|
@ -624,7 +624,7 @@ function maybeUpdateActiveInvestigator(card)
|
|||||||
STAT_TRACKER.call("updateStats", {notes.willpowerIcons, notes.intellectIcons, notes.combatIcons, notes.agilityIcons})
|
STAT_TRACKER.call("updateStats", {notes.willpowerIcons, notes.intellectIcons, notes.combatIcons, notes.agilityIcons})
|
||||||
|
|
||||||
-- change state of action tokens
|
-- change state of action tokens
|
||||||
local search = searchArea(self.positionToWorld({-1.1, 0.05, -0.27}), {4, 1, 1})
|
local search = searchArea(self.positionToWorld({-1.25, 0.05, -1.11}), {4, 1, 1})
|
||||||
local small_token = nil
|
local small_token = nil
|
||||||
local state_table = {
|
local state_table = {
|
||||||
["Guardian"] = 1,
|
["Guardian"] = 1,
|
||||||
|
@ -624,7 +624,7 @@ function maybeUpdateActiveInvestigator(card)
|
|||||||
STAT_TRACKER.call("updateStats", {notes.willpowerIcons, notes.intellectIcons, notes.combatIcons, notes.agilityIcons})
|
STAT_TRACKER.call("updateStats", {notes.willpowerIcons, notes.intellectIcons, notes.combatIcons, notes.agilityIcons})
|
||||||
|
|
||||||
-- change state of action tokens
|
-- change state of action tokens
|
||||||
local search = searchArea(self.positionToWorld({-1.1, 0.05, -0.27}), {4, 1, 1})
|
local search = searchArea(self.positionToWorld({-1.25, 0.05, -1.11}), {4, 1, 1})
|
||||||
local small_token = nil
|
local small_token = nil
|
||||||
local state_table = {
|
local state_table = {
|
||||||
["Guardian"] = 1,
|
["Guardian"] = 1,
|
||||||
|
@ -624,7 +624,7 @@ function maybeUpdateActiveInvestigator(card)
|
|||||||
STAT_TRACKER.call("updateStats", {notes.willpowerIcons, notes.intellectIcons, notes.combatIcons, notes.agilityIcons})
|
STAT_TRACKER.call("updateStats", {notes.willpowerIcons, notes.intellectIcons, notes.combatIcons, notes.agilityIcons})
|
||||||
|
|
||||||
-- change state of action tokens
|
-- change state of action tokens
|
||||||
local search = searchArea(self.positionToWorld({-1.1, 0.05, -0.27}), {4, 1, 1})
|
local search = searchArea(self.positionToWorld({-1.25, 0.05, -1.11}), {4, 1, 1})
|
||||||
local small_token = nil
|
local small_token = nil
|
||||||
local state_table = {
|
local state_table = {
|
||||||
["Guardian"] = 1,
|
["Guardian"] = 1,
|
||||||
|
Loading…
Reference in New Issue
Block a user