MCPcopy Create free account
hub / github.com/OpenApoc/OpenApoc / getPickupCost

Method getPickupCost

game/state/battle/battleunit.cpp:1331–1331  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1329}
1330
1331int BattleUnit::getPickupCost() const { return initialTU * 10 / 100; }
1332
1333int BattleUnit::getThrowCost() const { return initialTU * 18 / 100; }
1334

Callers 3

handleItemPlacementMethod · 0.80
tryPlaceItemMethod · 0.80
orderDropMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected