mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-12 08:36:00 +01:00
fixes bluespace crystal related bug
This commit is contained in:
@@ -71,7 +71,7 @@
|
||||
if(locate(/obj/item/weapon/ore) in T)
|
||||
for (i = 0; i < ore_pickup_rate; i++)
|
||||
var/obj/item/weapon/ore/O = locate() in T
|
||||
if(O)
|
||||
if(O && O.refined_type)
|
||||
process_sheet(O)
|
||||
else
|
||||
break
|
||||
|
||||
Reference in New Issue
Block a user