From a397402a2e6b8de9466c7f1c3e0913d24b91895a Mon Sep 17 00:00:00 2001 From: Timothy Teakettle <59849408+timothyteakettle@users.noreply.github.com> Date: Fri, 5 Aug 2022 18:19:43 +0100 Subject: [PATCH] local man can't spell --- code/datums/components/dullahan.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/datums/components/dullahan.dm b/code/datums/components/dullahan.dm index b39726082a..2c34c3d1d1 100644 --- a/code/datums/components/dullahan.dm +++ b/code/datums/components/dullahan.dm @@ -177,9 +177,9 @@ old_brain.Remove(TRUE,TRUE) QDEL_NULL(old_brain) - new_brain.Insert(C, TRUE, TRUE) + new_brain.Insert(H, TRUE, TRUE) old_eyes.Remove(TRUE,TRUE) QDEL_NULL(old_eyes) - new_eyes.Insert(C, TRUE, TRUE) + new_eyes.Insert(H, TRUE, TRUE) . = ..()