MCPcopy 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 */
448void Soldier::heal()
449{
450 _recovery--;
451}
452
453/**
454 * Returns the list of EquipmentLayoutItems of a soldier.

Callers 2

onHealClickMethod · 0.45
time1DayMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected