deleted invalid field in STRUCT_MINE_ATTRIBUTE_TYPES from project constants

This commit is contained in:
JakubR 2021-04-03 23:10:13 +02:00
parent b08ecef061
commit 0af9fa4b30

View File

@ -73,7 +73,7 @@ STRUCT_MINE_ATTRIBUTES = {
# (int, int) - index "row,column" where row=int and column=int (used exclusively for chained mine) # (int, int) - index "row,column" where row=int and column=int (used exclusively for chained mine)
STRUCT_MINE_ATTRIBUTE_TYPES = { STRUCT_MINE_ATTRIBUTE_TYPES = {
"standard": [], "standard": [],
"chained": [(int, int)], "chained": [],
"time": [int] "time": [int]
} }