From 02ffa3e0d5af8ba63a6f5aff7911adea0d247e6f Mon Sep 17 00:00:00 2001
From: Cristiano Magro <cristiano.magro@vola.it>
Date: Fri, 27 Dec 2024 00:09:09 +0100
Subject: [PATCH] implement player health

---
 04 - monster slayer game/prj-monster-01-starting-setup/index.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/04 - monster slayer game/prj-monster-01-starting-setup/index.html b/04 - monster slayer game/prj-monster-01-starting-setup/index.html
index 4233b72..7fb2db8 100644
--- a/04 - monster slayer game/prj-monster-01-starting-setup/index.html
+++ b/04 - monster slayer game/prj-monster-01-starting-setup/index.html
@@ -34,7 +34,7 @@
         <button @click="specialAttackMonster" :disabled="mayUseSpecialAttack">
           SPECIAL ATTACK
         </button>
-        <button>HEAL</button>
+        <button @click="healPlayer">HEAL</button>
         <button>SURRENDER</button>
       </section>
       <section id="log" class="container">

--
Gitblit v1.8.0