From b7673e234fc001ee47f8e35c267ab6ae12c879a8 Mon Sep 17 00:00:00 2001 From: Timothy Teakettle <59849408+timothyteakettle@users.noreply.github.com> Date: Fri, 9 Dec 2022 13:30:10 +0000 Subject: [PATCH] add no hunger no breath --- code/datums/components/dullahan.dm | 2 ++ 1 file changed, 2 insertions(+) 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))