From 1a5575e612c4e62434f42cf0c734843b86c701d2 Mon Sep 17 00:00:00 2001 From: ntr Date: Mon, 20 May 2019 18:36:42 +1000 Subject: [PATCH] double click msg --- client/src/constants.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/constants.jsx b/client/src/constants.jsx index de9ea7f2..f6b5f8df 100644 --- a/client/src/constants.jsx +++ b/client/src/constants.jsx @@ -49,11 +49,11 @@ module.exports = { }, crypSkills: { item: 'SKILLS', - description: 'Skills are used by Cryps in-game.\nClick a SKILL above and select a CRYP to equip.', + description: 'Skills are used by Cryps in-game.\nClick a SKILL above and select a CRYP to equip.\nDouble-click to unequip.', }, crypSpecs: { item: 'SPECS', - description: 'SPECS increase the STATS of a CRYP.\nSPECS have increased effect once they reach a THRESHOLD across your whole team.\nClick a SPEC above and select a CRYP to equip.', + description: 'SPECS increase the STATS of a CRYP.\nSPECS have increased effect once they reach a THRESHOLD across your whole team.\nClick a SPEC above and select a CRYP to equip.\nDouble-click to unequip.', }, },