diff --git a/code/modules/hydroponics/trays/tray_process.dm b/code/modules/hydroponics/trays/tray_process.dm index bc5c00ecb6b..45155ceb600 100644 --- a/code/modules/hydroponics/trays/tray_process.dm +++ b/code/modules/hydroponics/trays/tray_process.dm @@ -104,7 +104,7 @@ // Handle light requirements for upcoming logic. var/light_supplied if(!closed_system) - light_supplied = T.get_lumcount(0, 3) * 10 + light_supplied = T.get_lumcount(0, 3) * 5 else light_supplied = tray_light diff --git a/html/changelogs/ReopenTheGarden.yml b/html/changelogs/ReopenTheGarden.yml new file mode 100644 index 00000000000..945a3ec848f --- /dev/null +++ b/html/changelogs/ReopenTheGarden.yml @@ -0,0 +1,6 @@ +author: TheGreyWolf + +delete-after: True + +changes: + - bugfix: "Fixes the gardening plots and open hydroponics trays being unable to grow plants."