From 7ca7a827cf980759a2a5acb6b109ba32f2f94acd Mon Sep 17 00:00:00 2001 From: Skies-Of-Blue <86762641+Skies-Of-Blue@users.noreply.github.com> Date: Fri, 31 May 2024 04:14:56 -0700 Subject: [PATCH] Kills The British Empire (#3051) ## About The Pull Request Replaces the british mug in the loadout with a generic mug. ## Why It's Good For The Game The British aren't real. They can't hurt you. Not after a certain Solarian captain shattered a priceless artifact, at least. ## Changelog :cl: tweak: mugs referencing an ancient terran empire have been confiscated by the confederation. Please enjoy your complementary, generic mug in compensation /:cl: --- code/modules/client/loadout/loadout_general.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/client/loadout/loadout_general.dm b/code/modules/client/loadout/loadout_general.dm index d9e6d8f13020..265a7728d2ab 100644 --- a/code/modules/client/loadout/loadout_general.dm +++ b/code/modules/client/loadout/loadout_general.dm @@ -36,7 +36,7 @@ /datum/gear/mug display_name = "coffee mug" - path = /obj/item/reagent_containers/food/drinks/britcup + path = /obj/item/reagent_containers/food/drinks/mug /datum/gear/rilena_mug display_name = "coffee mug, rilena"