From a79c9c786a3d211ee5b9b7ea4e8ce1523f3dce10 Mon Sep 17 00:00:00 2001 From: Iamgoofball Date: Mon, 8 Mar 2021 23:48:58 -0800 Subject: [PATCH] Fuck Greytiders: Buffs the Chef's CQC (#57503) --- code/datums/martial/cqc.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/datums/martial/cqc.dm b/code/datums/martial/cqc.dm index f105ad430a8..043e11ed4c1 100644 --- a/code/datums/martial/cqc.dm +++ b/code/datums/martial/cqc.dm @@ -225,7 +225,7 @@ ///Subtype of CQC. Only used for the chef. /datum/martial_art/cqc/under_siege name = "Close Quarters Cooking" - var/list/valid_areas = list(/area/service/kitchen) + var/list/valid_areas = list(/area/service/kitchen, /area/service/cafeteria, /area/service/bar, /area/service/theater) ///Prevents use if the cook is not in the kitchen. /datum/martial_art/cqc/under_siege/can_use(mob/living/owner) //this is used to make chef CQC only work in kitchen