OSDN Git Service

To be more idiomatic, drop "was" from English message for death of dragon centipedes.
[hengband/hengband.git] / src / monster-floor / quantum-effect.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 bool process_quantum_effect(player_type *target_ptr, MONSTER_IDX m_idx, bool see_m);