From 34bfd891e7d2f412bfd47d5f227e0acf3d66860c Mon Sep 17 00:00:00 2001
From: trololiver112 <59520813+trololiver112@users.noreply.github.com>
Date: Mon, 8 Jun 2020 22:03:15 +0200
Subject: [PATCH] Removes CCQC.remove
---
code/modules/martial_arts/martial.dm | 2 --
1 file changed, 2 deletions(-)
diff --git a/code/modules/martial_arts/martial.dm b/code/modules/martial_arts/martial.dm
index 3bdc63a670f..924cc7b7d69 100644
--- a/code/modules/martial_arts/martial.dm
+++ b/code/modules/martial_arts/martial.dm
@@ -204,8 +204,6 @@
to_chat(user, "You remember the basics of CQC.")
var/datum/martial_art/cqc/CQC = new(null)
- var/datum/martial_art/cqc/under_siege/CCQC = new(null)
- CCQC.remove(user)
CQC.teach(user)
user.drop_item()
visible_message("[src] beeps ominously, and a moment later it bursts up in flames.")