From 120ec82d096e33574a4e72082683c5ec7200fe67 Mon Sep 17 00:00:00 2001 From: Yohann D'ANELLO Date: Fri, 8 Jan 2021 12:07:13 +0100 Subject: [PATCH] Helmet needs only one character in squirrel mode, add a trailing space --- squirrelbattle/display/texturepack.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/squirrelbattle/display/texturepack.py b/squirrelbattle/display/texturepack.py index 81302b3..1fa0584 100644 --- a/squirrelbattle/display/texturepack.py +++ b/squirrelbattle/display/texturepack.py @@ -118,7 +118,7 @@ TexturePack.SQUIRREL_PACK = TexturePack( HAZELNUT='🌰', HEART='💜', HEDGEHOG='🦔', - HELMET='⛑️', + HELMET='⛑️ ', PLAYER='🐿️ ️', MERCHANT='🦜', RABBIT='🐇',