fix: use the forever destroy mode on boxes

Fixes #82
This commit is contained in:
Kazhnuz 2021-04-03 19:25:34 +02:00
parent d64868d54c
commit 02dc4e0d2e
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ local overrides = {
["charset"] = "item1",
["charId"] = 1,
["charDir"] = "right",
["destroy"] = "temp",
["destroy"] = "forever",
["needButton"] = true,
}

View file

@ -7,7 +7,7 @@ local overrides = {
["charset"] = "item1",
["charId"] = 1,
["charDir"] = "down",
["destroy"] = "temp",
["destroy"] = "forever",
["needButton"] = true,
}