From 4264f665770cfe685b987557d3316a916c432f77 Mon Sep 17 00:00:00 2001 From: echicken <> Date: Fri, 20 Mar 2015 04:54:43 +0000 Subject: [PATCH] Define skill keys here to make them easier to change in the future. --- xtrn/lemons/defs.js | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/xtrn/lemons/defs.js b/xtrn/lemons/defs.js index ce423b4341..8d02df2e45 100644 --- a/xtrn/lemons/defs.js +++ b/xtrn/lemons/defs.js @@ -35,4 +35,11 @@ const COLOUR_LEMON = YELLOW, COLOUR_STATUSBAR_FG = WHITE; // The name of the JSON database. You probably don't need to change this. -const DBNAME = "LEMONS"; \ No newline at end of file +const DBNAME = "LEMONS"; + +const KEY_BASH = "A", + KEY_BLOCK = "S", + KEY_BOMB = "F", + KEY_BUILD = "V", + KEY_CLIMB = "C", + KEY_DIG = "D"; \ No newline at end of file -- GitLab