OSDN Git Service

Reworded English description for the sniper's SP_DOUBLE ability.
[hengband/hengband.git] / src / mutation / mutation-investor-remover.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 bool gain_mutation(player_type *creature_ptr, MUTATION_IDX choose_mut);
6 bool lose_mutation(player_type *creature_ptr, MUTATION_IDX choose_mut);
7 void lose_all_mutations(player_type *creature_ptr);