Update hydroponics.dm

This commit is contained in:
silicons
2020-09-27 13:57:57 -07:00
committed by GitHub
parent 1e8b8df596
commit 532381c280
+2 -1
View File
@@ -893,7 +893,8 @@
if(issilicon(user)) //How does AI know what plant is?
return
if(harvest)
return myseed.harvest(user)
myseed.harvest(user)
return
else if(dead)
dead = 0