OSDN Git Service

Reword English message for giant eagle teleport self effect: original had subject...
[hengband/hengband.git] / src / pet / pet-fall-off.h
1 #pragma once
2
3 #include "system/angband.h"
4 #include "monster-attack/monster-attack-util.h"
5
6 void check_fall_off_horse(player_type *creature_ptr, monap_type *monap_ptr);
7 bool process_fall_off_horse(player_type *creature_ptr, HIT_POINT dam, bool force);