reverting falsely committed file
This commit is contained in:
parent
b829edd340
commit
552b9699d4
@ -5,8 +5,8 @@
|
||||
-- - puts everything on playmats and hands into respective trashcans
|
||||
-- - use the IGNORE_TAG to exclude objects from tidying (default: "CleanUpHelper_Ignore")
|
||||
information = {
|
||||
version = "2.5",
|
||||
last_updated = "30.11.2022"
|
||||
version = "2.4",
|
||||
last_updated = "24.11.2022"
|
||||
}
|
||||
|
||||
-- enable this for debugging
|
||||
@ -179,13 +179,8 @@ function cleanUp()
|
||||
|
||||
getTrauma()
|
||||
resetCounters()
|
||||
|
||||
-- bless / curse manager prints removed amounts
|
||||
removeBlessCurse()
|
||||
|
||||
printToAll("Removing vector lines...", "White")
|
||||
removeLines()
|
||||
|
||||
printToAll("Discarding player hands...", "White")
|
||||
discardHands()
|
||||
|
||||
@ -271,11 +266,6 @@ function removeBlessCurse()
|
||||
end
|
||||
end
|
||||
|
||||
-- remove drawn lines
|
||||
function removeLines()
|
||||
Global.setVectorLines({})
|
||||
end
|
||||
|
||||
-- discard all hand objects
|
||||
function discardHands()
|
||||
for i = 1, 4 do
|
||||
|
Loading…
Reference in New Issue
Block a user