From 94cc70f7b9139bbd3ad3fb8891e4d205e69e815c Mon Sep 17 00:00:00 2001 From: silicons <2003111+silicons@users.noreply.github.com> Date: Wed, 24 Feb 2021 01:21:00 -0700 Subject: [PATCH] Update traits.dm --- code/_globalvars/traits.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/_globalvars/traits.dm b/code/_globalvars/traits.dm index f376ba50d7..965513d98c 100644 --- a/code/_globalvars/traits.dm +++ b/code/_globalvars/traits.dm @@ -15,6 +15,7 @@ GLOBAL_LIST_INIT(traits_by_type, list( "TRAIT_HUSK" = TRAIT_HUSK, "TRAIT_SACRIFICED" = TRAIT_SACRIFICED, "TRAIT_NOCLONE" = TRAIT_NOCLONE, + "TRAIT_CLOWN_MENTALITY" = TRAIT_CLOWN_MENTALITY, "TRAIT_CLUMSY" = TRAIT_CLUMSY, "TRAIT_CHUNKYFINGERS" = TRAIT_CHUNKYFINGERS, "TRAIT_DUMB" = TRAIT_DUMB,