Merge pull request #28411 from optimumtact/aiscanmove

ore coin crossed runtime fix
This commit is contained in:
Joan Lung
2017-06-13 22:01:48 -04:00
committed by GitHub
+1 -1
View File
@@ -36,7 +36,7 @@
if(istype(thing, /obj/item/weapon/storage/bag/ore))
OB = thing
break
else if(issilicon(AM))
else if(iscyborg(AM))
var/mob/living/silicon/robot/R = AM
for(var/thing in R.module_active)
if(istype(thing, /obj/item/weapon/storage/bag/ore))