Skip to content

Commit

Permalink
Do full checkup on craft manufacture
Browse files Browse the repository at this point in the history
  • Loading branch information
MeridianOXC committed Dec 2, 2023
1 parent d5cdc60 commit c557bf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Savegame/Production.cpp
Expand Up @@ -148,7 +148,7 @@ productionProgress_e Production::step(Base * b, SavedGame * g, const Mod *m, Lan
{
Craft *craft = new Craft(ruleCraft, b, g->getId(ruleCraft->getType()));
craft->initFixedWeapons(m);
craft->setStatus("STR_REFUELLING");
craft->checkup();
b->getCrafts()->push_back(craft);
}
else
Expand Down

0 comments on commit c557bf0

Please sign in to comment.