Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crawl/crawl
/ helpless
Method
helpless
crawl-ref/source/player.cc:6039–6042 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6037
}
6038
6039
bool player::helpless() const
6040
{
6041
return asleep() || paralysed() || petrified();
6042
}
6043
6044
bool player::confused() const
6045
{
Callers
8
is_slouchable
Function · 0.45
player_uses_monster_tile
Function · 0.45
player_speed
Function · 0.45
_player_evasion
Function · 0.45
made_nervous_by
Method · 0.45
get_monster_tension
Function · 0.45
ouch
Function · 0.45
tileidx_player_mons
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected