diff --git a/code/datums/components/dullahan.dm b/code/datums/components/dullahan.dm index 6b18f7f6c1..973f06a61e 100644 --- a/code/datums/components/dullahan.dm +++ b/code/datums/components/dullahan.dm @@ -9,6 +9,8 @@ return . ADD_TRAIT(H, TRAIT_DULLAHAN, "dullahan_component") + ADD_TRAIT(H, TRAIT_NOHUNGER, "dullahan_component_no_hunger") + ADD_TRAIT(H, TRAIT_NOBREATH, "dullahan_component_no_breath") dullahan_head = new(get_turf(H))