Browse Source

fixes #291

tags/v0.6^2
Shaun 4 years ago
parent
commit
5521440d4c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/client/js/components/chest.js

+ 1
- 1
src/client/js/components/chest.js View File

@@ -38,7 +38,7 @@ define([
return; return;
} }


let index = indices[this.obj.cell];
let index = indices[this.obj.cell] || 0;


this.obj.addComponent('particles', { this.obj.addComponent('particles', {
chance: chances[index], chance: chances[index],


Loading…
Cancel
Save