From 4747bc7dec18acb6ffeed31727d6f0e3711afe74 Mon Sep 17 00:00:00 2001 From: ntr Date: Wed, 10 Apr 2019 11:21:46 +1000 Subject: [PATCH] constants fix --- client/src/components/constants.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/constants.jsx b/client/src/components/constants.jsx index 6549b313..1d5efddd 100644 --- a/client/src/components/constants.jsx +++ b/client/src/components/constants.jsx @@ -224,7 +224,7 @@ module.exports = { thresholds: [2, 5, 10], }, - GreenLife: { + Life: { description: 'Increases life', upgrades: 'combine with 2 red / blue / green', },