summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player-reacts.h
blob: def989ca6088fe28de1e19f43bc49db38990ad45 (plain) (blame)
1
2
3
4
5
6
7
8
9
#ifndef PLAYER_REACTS_H
#define PLAYER_REACTS_H
// Used only in world_reacts()
void player_reacts();
void player_reacts_to_monsters();

// Only function other than decrement_duratons() which uses decrement_a_duration()
void extract_manticore_spikes(const char* endmsg);
#endif