delete ',' after false

This commit is contained in:
Wirus 2020-04-06 00:07:13 +02:00
parent e8e9cca0bb
commit b2b7c7810d

View File

@ -13,6 +13,7 @@
"hunger" : 20
}
},
{
"name" : "cranberry",
"position" : {
@ -49,7 +50,7 @@
"x": 15,
"y": 9
},
"isPickupable" : false,
"isPickupable" : false
},
{
"name" : "rock",
@ -57,12 +58,6 @@
"x": 13,
"y": 1
},
"isPickupable" : false,
"effect" : {
"hp" : 0,
"stamina" : 0,
"thirst" : 0,
"hunger" : 0
}
"isPickupable" : false
}
]