From 52c0d83a2c251595dc3653df0e409bc1e92a7fe5 Mon Sep 17 00:00:00 2001 From: Hubblenaut Date: Sun, 20 Jul 2014 18:42:04 +0200 Subject: [PATCH] Cans now actually make use of the new 4x4 grid --- code/modules/reagents/reagent_containers/food/cans.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/reagents/reagent_containers/food/cans.dm b/code/modules/reagents/reagent_containers/food/cans.dm index 118b8cf6a26..ecb7864c9a8 100644 --- a/code/modules/reagents/reagent_containers/food/cans.dm +++ b/code/modules/reagents/reagent_containers/food/cans.dm @@ -123,7 +123,7 @@ reagents.add_reagent(refill, trans) user << "Cyborg [src] refilled." - return + return ..() /* examine() set src in view()