Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenXcom/OpenXcom
/ heal
Method
heal
src/Savegame/Soldier.cpp:448–451 ·
view source on GitHub ↗
* Heals soldier wounds. */
Source
from the content-addressed store, hash-verified
446
* Heals soldier wounds.
447
*/
448
void Soldier::heal()
449
{
450
_recovery--;
451
}
452
453
/**
454
* Returns the list of EquipmentLayoutItems of a soldier.
Callers
2
onHealClick
Method · 0.45
time1Day
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected