feat: add is_carrying_minerals field for Unit class
1 unresolved thread
1 unresolved thread
Compare changes
+ 1
− 0
@@ -34,6 +34,7 @@ void define_unit(py::module & m)
Every unit has now a field is_carrying_minerals that will return True if the unit holds minerals, False otherwise.