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

Method forceComplete

game/state/city/research.cpp:26–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26void ResearchTopic::forceComplete()
27{
28 man_hours_progress = man_hours;
29 started = true;
30}
31
32bool ResearchDependency::satisfied() const
33{

Callers 4

setCurrentCityMethod · 0.80
exitBattleMethod · 0.80
eventOccurredMethod · 0.80
handleGameStateEventMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected