added returns
This commit is contained in:
parent
c15ccf1a18
commit
af02a5fc2a
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user