From 4426bd4edd5eff0e825089f3cff6ddc3e3a3048f Mon Sep 17 00:00:00 2001 From: deskull Date: Thu, 23 May 2019 23:54:42 +0900 Subject: [PATCH] =?utf8?q?[Refactor]=20#37353=20PY=5FREGEN=5F*=20=E3=81=AE?= =?utf8?q?=E9=87=8D=E8=A4=87=E5=AE=9A=E7=BE=A9=E3=82=92=E5=89=8A=E9=99=A4?= =?utf8?q?=EF=BC=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/defines.h | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/defines.h b/src/defines.h index 3652f8d03..87d6ec406 100644 --- a/src/defines.h +++ b/src/defines.h @@ -331,15 +331,6 @@ #define PY_MAX_LEVEL 50 /*!< プレイヤーレベルの最大値 / Maximum level */ /* - * Player regeneration constants - */ -#define PY_REGEN_NORMAL 197 /* Regen factor*2^16 when full */ -#define PY_REGEN_WEAK 98 /* Regen factor*2^16 when weak */ -#define PY_REGEN_FAINT 33 /* Regen factor*2^16 when fainting */ -#define PY_REGEN_HPBASE 1442 /* Min amount hp regen*2^16 */ -#define PY_REGEN_MNBASE 524 /* Min amount mana regen*2^16 */ - -/* * 職業ごとの選択可能な魔法領域現在の所 bitrh.cとtables.cでのみ使用。 * Possible realms that can be chosen currently used only by birth.c and tables.c */ -- 2.11.0