From d35fec3a831ebdbb59dd599135b5ce942b84b1b2 Mon Sep 17 00:00:00 2001
From: Chris Kearney <chris@kearneymail.com>
Date: Sun, 14 May 2017 21:41:06 -0700
Subject: [PATCH] fixing names

---
 world/npcs/red-eyed_bear.json | 2 +-
 world/npcs/swamp_bear.json    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/world/npcs/red-eyed_bear.json b/world/npcs/red-eyed_bear.json
index 7056c161..84ac7027 100644
--- a/world/npcs/red-eyed_bear.json
+++ b/world/npcs/red-eyed_bear.json
@@ -71,7 +71,7 @@
     },
     {
       "type": "NORMAL",
-      "attackMessage": "The @npc-color-name@ swipes its paw toward @player-name@\u0027s head!"
+      "attackMessage": "The @npc-color-name@ swipes its paw toward @player-name@'s head!"
     },
     {
       "type": "NORMAL",
diff --git a/world/npcs/swamp_bear.json b/world/npcs/swamp_bear.json
index 0869b13b..d26bec54 100644
--- a/world/npcs/swamp_bear.json
+++ b/world/npcs/swamp_bear.json
@@ -70,7 +70,7 @@
     },
     {
       "type": "NORMAL",
-      "attackMessage": "The @npc-color-name@ swipes its paw toward @player-name@\u0027s head!"
+      "attackMessage": "The @npc-color-name@ swipes its paw toward @player-name@'s head!"
     },
     {
       "type": "NORMAL",
-- 
GitLab