MCPcopy Create free account
hub / github.com/OpenXcom/OpenXcom / addPsiExp

Method addPsiExp

src/Savegame/BattleUnit.cpp:1877–1880  ·  view source on GitHub ↗

* Adds one to the firing exp counter. */

Source from the content-addressed store, hash-verified

1875 * Adds one to the firing exp counter.
1876 */
1877void BattleUnit::addPsiExp()
1878{
1879 _expPsiSkill++;
1880}
1881
1882/**
1883 * Adds one to the firing exp counter.

Callers 1

psiAttackMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected