Skip to content

Commit

Permalink
fix color output
Browse files Browse the repository at this point in the history
  • Loading branch information
ACCBDD committed Aug 22, 2024
1 parent 598ee70 commit 58229be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions beeJson.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ function generateJson() {
default_chromosome: {
}
}
object.color = object.color.slice(1)
object.nest_color = object.nest_color.slice(1)
object.default_chromosome['complicated_bees:lifespan'] = {
data: form['lifespan'].value,
dominant: form['life_dom'].checked
Expand Down

0 comments on commit 58229be

Please sign in to comment.