This commit is contained in:
dscarpac 2024-07-03 03:40:09 -05:00
parent af02a5fc2a
commit dbaa4048cf
2 changed files with 2 additions and 1 deletions

View File

@ -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"

View File

@ -260,6 +260,7 @@ function onPlayerAction(player, action, targets)
end
return true
end
---------------------------------------------------------
-- chaos token drawing
---------------------------------------------------------