ore coin crossed runtime fix

This commit is contained in:
CitadelStationBot
2017-06-13 21:02:34 -05:00
parent 97005222ff
commit e04f0310af
+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))