diff --git a/code/modules/food_and_drinks/drinks/drinks.dm b/code/modules/food_and_drinks/drinks/drinks.dm index c481df1ca42..b72ddea8be1 100644 --- a/code/modules/food_and_drinks/drinks/drinks.dm +++ b/code/modules/food_and_drinks/drinks/drinks.dm @@ -392,4 +392,7 @@ desc = "Contains oil intended for use on cyborgs, robots, and other synthetics." icon = 'icons/goonstation/objects/oil.dmi' icon_state = "oilcan" - volume = 100 \ No newline at end of file + volume = 100 + +/obj/item/reagent_containers/food/drinks/oilcan/full + list_reagents = list("oil" = 100)