updates
This commit is contained in:
parent
af02a5fc2a
commit
dbaa4048cf
@ -141,7 +141,7 @@ function discardObject(playerColor, hoveredObject)
|
||||
|
||||
-- These should probably not be discarded normally. Ask player for confirmation.
|
||||
local tokenData = mythosAreaApi.returnTokenData()
|
||||
scenarioName = tokenData.currentScenario
|
||||
local scenarioName = tokenData.currentScenario
|
||||
if scenarioName ~= "Lost in Time and Space" and scenarioName ~= "The Secret Name" then
|
||||
if hoveredObject.type == "Deck" or hoveredObject.hasTag("Location") then
|
||||
local suspect = (hoveredObject.type == "Deck") and "Deck" or "Location"
|
||||
|
@ -260,6 +260,7 @@ function onPlayerAction(player, action, targets)
|
||||
end
|
||||
return true
|
||||
end
|
||||
|
||||
---------------------------------------------------------
|
||||
-- chaos token drawing
|
||||
---------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user