From 2f334c7a7e50e81b70ea6fafdc42d00693e304c6 Mon Sep 17 00:00:00 2001 From: Charlie <69320440+hal9000PR@users.noreply.github.com> Date: Tue, 10 Jan 2023 20:24:46 +0000 Subject: [PATCH] 3rd place toolbox win (#20124) --- _maps/map_files/generic/centcomm.dmm | 7 ++++++- code/modules/food_and_drinks/drinks/drinks.dm | 5 +++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/_maps/map_files/generic/centcomm.dmm b/_maps/map_files/generic/centcomm.dmm index f6b1574f0eb..ce1293894ee 100644 --- a/_maps/map_files/generic/centcomm.dmm +++ b/_maps/map_files/generic/centcomm.dmm @@ -3732,6 +3732,11 @@ }, /turf/simulated/floor/plasteel, /area/admin) +"mV" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/trophy/bronze_cup/toolbox_win, +/turf/simulated/floor/plasteel/dark, +/area/tdome/tdomeobserve) "mW" = ( /obj/machinery/abductor/pad{ team = 1 @@ -39008,7 +39013,7 @@ aN aN ZT gb -om +mV WO ZT If diff --git a/code/modules/food_and_drinks/drinks/drinks.dm b/code/modules/food_and_drinks/drinks/drinks.dm index ab66a92d9b4..395679318e4 100644 --- a/code/modules/food_and_drinks/drinks/drinks.dm +++ b/code/modules/food_and_drinks/drinks/drinks.dm @@ -165,6 +165,11 @@ materials = list(MAT_METAL=400) volume = 25 +/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." + force = 10.3 + throwforce = 10.3 ///////////////////////////////////////////////Drinks //Notes by Darem: Drinks are simply containers that start preloaded. Unlike condiments, the contents can be ingested directly