OSDN Git Service

[Refactor] #37353 ソースファイル改名。
[hengband/hengband.git] / src / spells3.c
index 9c7ffe3..586a853 100644 (file)
@@ -16,9 +16,6 @@
 /*! テレポート先探索の試行数 / Maximum number of tries for teleporting */
 #define MAX_TRIES 100
 
-/*! 能力値現象の基本確率(1 / HURT_CHANCE) / 1/x chance of reducing stats (for elemental attacks) */
-#define HURT_CHANCE 16
-
 /*!
  * @brief 指定されたマスがモンスターのテレポート可能先かどうかを判定する。
  * @param m_idx モンスターID
@@ -318,9 +315,6 @@ bool cave_player_teleportable_bold(int y, int x, BIT_FLAGS mode)
 }
 
 
-/*! テレポート最大距離 */
-#define MAX_TELEPORT_DISTANCE 200
-
 /*!
  * @brief プレイヤーのテレポート先選定と移動処理 /
  * Teleport the player to a location up to "dis" grids away.