Merge pull request #1590 from Citadel-Station-13/upstream-merge-28411

[MIRROR] ore coin crossed runtime fix
This commit is contained in:
LetterJay
2017-06-14 05:05:37 -05:00
committed by GitHub
+1 -1
View File
@@ -31,7 +31,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))