Update code/modules/hydroponics/seeds.dm

Co-Authored-By: Ghom <42542238+Ghommie@users.noreply.github.com>
This commit is contained in:
Seris02
2019-12-31 09:34:15 +08:00
committed by GitHub
parent 5e403dd0a7
commit 2e8c671a2f
+1 -1
View File
@@ -98,7 +98,7 @@
return S
obj/item/seeds/proc/is_gene_forbidden(typepath)
return (locate(typepath) in forbiddengenes)
return (typepath in forbiddengenes)
/obj/item/seeds/proc/get_gene(typepath)