added returns

This commit is contained in:
dscarpac 2024-07-03 03:17:33 -05:00
parent c15ccf1a18
commit af02a5fc2a

View File

@ -256,7 +256,9 @@ function onPlayerAction(player, action, targets)
local trash = guidReferenceApi.getObjectByOwnerAndType(matColor, "Trash") local trash = guidReferenceApi.getObjectByOwnerAndType(matColor, "Trash")
trash.putObject(target) trash.putObject(target)
end end
return false
end end
return true
end end
--------------------------------------------------------- ---------------------------------------------------------
-- chaos token drawing -- chaos token drawing