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) . = ..()