mirror of
https://github.com/Xevion/RimWorld-Hydroponics-Expanded.git
synced 2025-12-10 18:08:26 -06:00
Fix larger basins not exposing more than 5 plants at a time
Kinda stupid issue
This commit is contained in:
@@ -141,7 +141,7 @@ namespace HydroponicsExpanded {
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (occupiedCells >= 4)
|
if (occupiedCells >= this.OccupiedRect().Area)
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user