fortune13-ss13 / thewasteland

GNU Affero General Public License v3.0
9 stars 70 forks source link

Fixes Harvest Output in Plant Manipulator Circuit #685

Closed fludd12 closed 2 years ago

fludd12 commented 2 years ago

About The Pull Request

The Plant Manipulator Module's "Harvest Output" pin currently fails to populate with the results of a harvest due to the fact that it is using the (null) output of attack_hand on a tray. I've changed it so the circuit replicates what attack_hand does when harvesting a plant, which populates the output.

Why It's Good For The Game

Plant Manipulator Modules will now work as intended, allowing plant-related circuitry contraptions to manipulate the products of harvests without needing to work around broken code using advanced locators.

Pre-Merge Checklist

Changelog

:cl:Fel fix: Plant Manipulator Module circuit will now output a list of references to harvested plants as intended. /:cl: