From 16cf918d1305832962ad72eed1c78ac46017c335 Mon Sep 17 00:00:00 2001 From: Fife Date: Sat, 11 Jun 2016 15:57:41 +0100 Subject: [PATCH] =?UTF-8?q?On=20a=20enlev=C3=A9=20le=20script=20du=20nouve?= =?UTF-8?q?au=20monstre?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- GoldQuest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GoldQuest.cpp b/GoldQuest.cpp index fc22671..707ba3a 100644 --- a/GoldQuest.cpp +++ b/GoldQuest.cpp @@ -33,7 +33,7 @@ int Jeu() - MonsterPattern P_SacPV("SacPV",A_SacPV,3,10,10,0); + MonsterPattern P_SacPV("SacPV",A_SacPV,3,10,10,-1); MonsterPattern P_Tab1[]={P_SacPV}; Object * GenerateurSlime1 = new Object;