Merge pull request #13454 from Citadel-Station-13/silicons-patch-6

fixes botany harvest causing attack hand to runtime
This commit is contained in:
Putnam3145
2020-10-01 02:39:38 -07:00
committed by GitHub
+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