From 314715b195bede183b63be5a0b1970ed10d9406a Mon Sep 17 00:00:00 2001 From: Martinpachu <86135885+Martinpachu@users.noreply.github.com> Date: Mon, 26 Feb 2024 07:38:57 -0300 Subject: [PATCH] Removes clowns from the butcher's cleaver description. (#2768) ## About The Pull Request As the name says. ## Why It's Good For The Game comedy is illegal in shiptest ## Changelog :cl: fix: Removed mention of clowns in the butcher cleaver's description. /:cl: --- code/game/objects/items/kitchen.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/items/kitchen.dm b/code/game/objects/items/kitchen.dm index 71799b83004e..2732e0d37719 100644 --- a/code/game/objects/items/kitchen.dm +++ b/code/game/objects/items/kitchen.dm @@ -157,7 +157,7 @@ name = "butcher's cleaver" icon_state = "butch" item_state = "butch" - desc = "A huge thing used for chopping and chopping up meat. This includes clowns and clown by-products." + desc = "A huge thing used for chopping and chopping up meat." flags_1 = CONDUCT_1 force = 15 throwforce = 10