@@ -29,7 +29,7 @@ export default class Chest extends Interactable {
|
||||
|
||||
this.play('chest_open');
|
||||
|
||||
const options = [/*"slow", "speed", "storm", */"heal"];
|
||||
const options = [/*"storm", "slow", */"jump", "speed", "heal"];
|
||||
|
||||
let item = new Item(this.scene, {
|
||||
x: this.x,
|
||||
|
||||
Reference in New Issue
Block a user