From f542396d110a96f989caf063f6d96f5a95e010f5 Mon Sep 17 00:00:00 2001 From: Michael C <16675024+AlAtEX@users.noreply.github.com> Date: Tue, 20 Nov 2018 21:05:41 -0500 Subject: [PATCH] Update drinks.dm --- code/modules/food_and_drinks/drinks/drinks.dm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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)