Home
last modified time | relevance | path

Searched refs:extrahp (Results 1 – 1 of 1) sorted by relevance

/dports/games/powder/powder118_src/
H A Daction.cpp6366 int extrahp, maxhp; in actionCast() local
6369 extrahp = target->getHP(); in actionCast()
6390 if (extrahp > maxhp) in actionCast()
6391 extrahp = maxhp; in actionCast()
6394 receiveHeal(extrahp, this, true); in actionCast()