From 4bc7053b732928fb1de551acda0bae98038f7101 Mon Sep 17 00:00:00 2001 From: LudwigVonChesterfield Date: Fri, 10 Jan 2020 00:32:04 +0200 Subject: [PATCH] A small typo in tactical.dm allowed for a funny. --- code/datums/components/tactical.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/datums/components/tactical.dm b/code/datums/components/tactical.dm index 7c742a769b4..4cea1484a52 100644 --- a/code/datums/components/tactical.dm +++ b/code/datums/components/tactical.dm @@ -15,7 +15,7 @@ UnregisterSignal(parent, list(COMSIG_ITEM_EQUIPPED, COMSIG_ITEM_DROPPED)) unmodify() -/datum/component/fantasy/Destroy() +/datum/component/tactical/Destroy() unmodify() return ..() @@ -37,5 +37,5 @@ if(!ismob(master.loc)) return user = master.loc - + user.remove_alt_appearance("sneaking_mission")