Skip to content

Commit

Permalink
Update code/modules/hydroponics/plant_genes.dm
Browse files Browse the repository at this point in the history
Co-authored-by: ancient-engineer <[email protected]>
  • Loading branch information
RafRoq and ancient-engineer authored Jul 2, 2024
1 parent 5238df0 commit c1c2136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/hydroponics/plant_genes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@

var/obj/item/food/grown/grown_plant = our_plant
if(istype(grown_plant, /obj/item/food/grown))
grown_plant.volume_rate = rate
grown_plant.volume_rate = rate //Monkestation Edit
else
//Grown inedibles however just use a reagents holder, so.
our_plant.reagents?.maximum_volume *= rate
Expand Down

0 comments on commit c1c2136

Please sign in to comment.