Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crawl/crawl
/ reset_damage_counters
Function
reset_damage_counters
crawl-ref/source/ouch.cc:1157–1162 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1155
}
1156
1157
void reset_damage_counters()
1158
{
1159
you.turn_damage = 0;
1160
you.damage_source = NON_MONSTER;
1161
you.source_damage = 0;
1162
}
1163
1164
#if TAG_MAJOR_VERSION == 34
1165
bool can_shave_damage()
Callers
1
_input
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected