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

Method getZombieUnit

src/Ruleset/RuleItem.cpp:816–819  ·  view source on GitHub ↗

* Gets the unit that the victim is morphed into when attacked. * @return The weapon's zombie unit. */

Source from the content-addressed store, hash-verified

814 * @return The weapon's zombie unit.
815 */
816std::string RuleItem::getZombieUnit() const
817{
818 return _zombieUnit;
819}
820
821/**
822 * Is strength applied to the damage of this weapon?

Callers 1

explodeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected