« get me outta code hell

csb-game - Pixelly spin-off of the Command Synergy Battle system used in Final Fantasy XIII
summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--index.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/index.js b/index.js
index 955fcb7..5e52dc4 100644
--- a/index.js
+++ b/index.js
@@ -9,7 +9,8 @@ const randomIndex = arr => Math.floor(Math.random() * arr.length)
 const chainDatabase = {
   fire: ['fire', 'fira', 'firaga'],
   cure: ['cure'],
-  blizz: ['blizz', 'blizzara', 'blizzaga']
+  blizz: ['blizz', 'blizzara', 'blizzaga'],
+  aqua: ['aqua', 'aquara', 'aquaga']
 }
 
 const actionDatabase = {