From 0c3609933ab06d2c9a2ea8ae81182a703c2c5b75 Mon Sep 17 00:00:00 2001 From: hecht Date: Wed, 13 Aug 2014 20:55:29 +0000 Subject: [PATCH] =?UTF-8?q?Der=20Tsu=20hatte=20nur=2040=20HP,=20braucht=20?= =?UTF-8?q?aber=2050=20zum=20k=C3=A4mpfen=20...=20wurde=20angepasst.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ag/gm/include/rassen.inc.php | 6 +++--- ag/include/rassen.inc.php | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ag/gm/include/rassen.inc.php b/ag/gm/include/rassen.inc.php index 80ae56c..c0b7baa 100644 --- a/ag/gm/include/rassen.inc.php +++ b/ag/gm/include/rassen.inc.php @@ -107,8 +107,8 @@ function getDefaultData() { 'name' => 'Tsufurujin', 'type' => 2, 'id' => 13, - 'hp' => 40, - 'mp' => 125, + 'hp' => 50, + 'mp' => 120, 'str' => 0, 'def' => 0, 'spd' => 11, @@ -267,4 +267,4 @@ function displayRassen($request) { 'Tsufurujin', 'type' => 2, 'id' => 13, - 'hp' => 40, - 'mp' => 125, + 'hp' => 50, + 'mp' => 120, 'str' => 0, 'def' => 0, 'spd' => 11,