diff --git a/code/modules/food_and_drinks/drinks/drinks.dm b/code/modules/food_and_drinks/drinks/drinks.dm index 395679318e4..085b24c2996 100644 --- a/code/modules/food_and_drinks/drinks/drinks.dm +++ b/code/modules/food_and_drinks/drinks/drinks.dm @@ -168,6 +168,7 @@ /obj/item/reagent_containers/food/drinks/trophy/bronze_cup/toolbox_win //2023 toolbox tournament 3rd place went to paradise station. name = "3rd place toolbox tournament 2567" desc = "Awarded to centcomms elite toolbox warriors raising money for the GBS research institute." + icon_state = "reward_cup" force = 10.3 throwforce = 10.3 diff --git a/icons/obj/drinks.dmi b/icons/obj/drinks.dmi index fd3ee8bc718..34b05367147 100644 Binary files a/icons/obj/drinks.dmi and b/icons/obj/drinks.dmi differ