summaryrefslogtreecommitdiff
path: root/src/entities/wordLava.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/entities/wordLava.js')
-rw-r--r--src/entities/wordLava.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/entities/wordLava.js b/src/entities/wordLava.js
index bb7a005..cf31286 100644
--- a/src/entities/wordLava.js
+++ b/src/entities/wordLava.js
@@ -6,5 +6,6 @@ game.createWordLava = () => {
wordLava.addComponent(game.components.Alive());
wordLava.addComponent(game.components.Sprite({spriteName: "wordLava"}))
+ wordLava.addComponent(game.components.Noun({select: "lava"}));
return wordLava;
}