Skip to content

Commit

Permalink
Don't assign trucks from factories to commanders
Browse files Browse the repository at this point in the history
  • Loading branch information
DARwins1 authored and pull[bot] committed Dec 14, 2023
1 parent 384a292 commit 1114554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/structure.cpp
Expand Up @@ -2441,7 +2441,7 @@ static bool structPlaceDroid(STRUCTURE *psStructure, DROID_TEMPLATE *psTempl, DR
orderDroidObj(psNewDroid, DORDER_FIRESUPPORT, psFact->psCommander, ModeQueue);
//moveToRearm(psNewDroid);
}
else
else if (!isConstructionDroid(psNewDroid))
{
orderDroidObj(psNewDroid, DORDER_COMMANDERSUPPORT, psFact->psCommander, ModeQueue);
}
Expand Down

0 comments on commit 1114554

Please sign in to comment.