From 04ec62d03debb599cbc1b9b8d9fc3ce647ae30b6 Mon Sep 17 00:00:00 2001 From: Iamgoofball Date: Wed, 14 Feb 2018 21:05:52 -0800 Subject: [PATCH] Fixes the name on the cook's culinary school training (#35635) Totally forgot to do this --- 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 294714163f..db7c538c47 100644 --- a/code/datums/martial/cqc.dm +++ b/code/datums/martial/cqc.dm @@ -14,7 +14,7 @@ /area/crew_quarters/bar)) /datum/martial_art/cqc/under_siege - name = "Culinary School Training" + name = "Close Quarters Cooking" just_a_cook = TRUE /datum/martial_art/cqc/proc/drop_restraining()