Make vines produce fruit more often or 100% of the time
Created by: Killette2
I have a complaint about botany where vines seem useless. You can make them glow in the dark and grow 20 different types of fruit, but unless luck is on your side the results will be nothing due to this one line of code at: https://github.com/d3athrow/vgstation13/blob/master/code/modules/hydroponics/vines.dm
overlays.Cut() if(age >= seed.maturation) if(prob(20) && seed.products && seed.products.len && !harvest && ((age-lastproduce) > seed.production)) harvest = 1 lastproduce = age
This means you only have a 20% chance of your vines growing fruit, otherwise they just spread and do nothing. This drastically drops the use of vines and I would like to see that change.