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