MCPcopy Create free account
hub / github.com/crawl/crawl / temp_sh_mod

Method temp_sh_mod

crawl-ref/source/player.cc:2363–2366  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2361}
2362
2363int player::temp_sh_mod() const
2364{
2365 return player_shield_class(1, false, false) - player_shield_class(1, false, true);
2366}
2367
2368void forget_map(bool rot)
2369{

Callers 3

_print_stats_acFunction · 0.80
_get_overview_statsFunction · 0.80
_send_playerMethod · 0.80

Calls 1

player_shield_classFunction · 0.85

Tested by

no test coverage detected