mirror of
https://github.com/Xevion/RimWorld-Hydroponics-Expanded.git
synced 2025-12-09 10:08:29 -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;
|
||||
}
|
||||
|
||||
if (occupiedCells >= 4)
|
||||
if (occupiedCells >= this.OccupiedRect().Area)
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user