From 24d60d8f32bc312f549e0bd200e6443e7968c030 Mon Sep 17 00:00:00 2001 From: 81Denton <32391752+81Denton@users.noreply.github.com> Date: Thu, 8 Feb 2018 15:32:27 +0100 Subject: [PATCH] corrects aluminium --- code/modules/food_and_drinks/drinks/drinks.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/food_and_drinks/drinks/drinks.dm b/code/modules/food_and_drinks/drinks/drinks.dm index b6dc08c5c6e..05239616034 100644 --- a/code/modules/food_and_drinks/drinks/drinks.dm +++ b/code/modules/food_and_drinks/drinks/drinks.dm @@ -394,7 +394,7 @@ container_type = NONE spillable = FALSE isGlass = FALSE - grind_results = list("aluminum" = 10) + grind_results = list("aluminium" = 10) /obj/item/reagent_containers/food/drinks/soda_cans/suicide_act(mob/living/carbon/user) user.visible_message("[user] is trying to eat \the [src]! It looks like [user.p_theyre()] trying to commit suicide!")