Fix runtime with plant harvester circuit

This commit is contained in:
Elizabeth Lavenza
2024-04-01 19:25:42 -04:00
parent 61b42df4df
commit 9befbb33b3
@@ -119,7 +119,7 @@
TR.harvest_dead()
return list()
else
return TR.myseed.harvest_userless()
return TR.myseed?.harvest_userless()
/obj/item/integrated_circuit/manipulation/seed_extractor
name = "seed extractor module"