mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 11:43:31 +00:00
Change - Robotray only picks up food/drinks/condiments
This commit is contained in:
@@ -15,7 +15,9 @@
|
|||||||
|
|
||||||
var addedSomething = 0
|
var addedSomething = 0
|
||||||
|
|
||||||
for(var/obj/item/I in pickup)
|
for(var/obj/item/weapon/reagent_containers/food/I in pickup)
|
||||||
|
|
||||||
|
|
||||||
if( I != src && !I.anchored && !istype(I, /obj/item/clothing/under) && !istype(I, /obj/item/clothing/suit) && !istype(I, /obj/item/projectile) )
|
if( I != src && !I.anchored && !istype(I, /obj/item/clothing/under) && !istype(I, /obj/item/clothing/suit) && !istype(I, /obj/item/projectile) )
|
||||||
var/add = 0
|
var/add = 0
|
||||||
if(I.w_class == 1.0)
|
if(I.w_class == 1.0)
|
||||||
|
|||||||
Reference in New Issue
Block a user