diff --git a/code/datums/components/tactical.dm b/code/datums/components/tactical.dm index ba028e2fd5..b73c58604a 100644 --- a/code/datums/components/tactical.dm +++ b/code/datums/components/tactical.dm @@ -18,7 +18,7 @@ UnregisterSignal(parent, list(COMSIG_ITEM_EQUIPPED, COMSIG_ITEM_DROPPED)) unmodify() -/datum/component/fantasy/Destroy() +/datum/component/tactical/Destroy() unmodify() return ..()