diff --git a/code/game/objects/items/robot/robot_items.dm b/code/game/objects/items/robot/robot_items.dm index 598a45817a9..3c56b745fe1 100644 --- a/code/game/objects/items/robot/robot_items.dm +++ b/code/game/objects/items/robot/robot_items.dm @@ -391,7 +391,7 @@ var/obj/item/food_item switch(mode) if(DISPENSE_LOLLIPOP_MODE) - food_item = new /obj/item/food/lollipop(T) + food_item = new /obj/item/food/lollipop/cyborg(T) if(DISPENSE_ICECREAM_MODE) food_item = new /obj/item/food/icecream(T, list(ICE_CREAM_VANILLA)) food_item.desc = "Eat the ice cream."