From fc279314909d67c6ae6693339b19e93a933ca6b4 Mon Sep 17 00:00:00 2001 From: Tom van Weersch Date: Mon, 21 Oct 2024 00:37:21 +0200 Subject: [PATCH] Quality of life changes, fixed some bugs --- heroes.json | 4 ++-- index.html | 10 +++++----- script.js | 9 ++++++--- 3 files changed, 13 insertions(+), 10 deletions(-) diff --git a/heroes.json b/heroes.json index 53a1075..001fd64 100644 --- a/heroes.json +++ b/heroes.json @@ -26,12 +26,12 @@ }, { "screenName": "Cassidy", - "acceptedNames": ["Cassidy", "Cass", "McCree", "Mc Cree"], + "acceptedNames": ["Cassidy", "Cass", "McCree", "Mc Cree", "Cas"], "image": "heroes-art/cassidy.png" }, { "screenName": "D.Va", - "acceptedNames": ["D.Va", "Mech", "D.Va's mech","dva"], + "acceptedNames": ["D.Va", "Mech", "DVa's mech","dva"], "image": "heroes-art/dva.png" }, { diff --git a/index.html b/index.html index f97f024..91b28c5 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@ - Character Guessing Game + Guess the Ow2 Hero