From 8347352e1df610cdced4ec81e2cefd4954035b09 Mon Sep 17 00:00:00 2001 From: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com> Date: Sun, 3 Nov 2024 08:16:38 -0500 Subject: [PATCH] Adds trait flying to the trait list (#27253) --- code/_globalvars/traits.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/_globalvars/traits.dm b/code/_globalvars/traits.dm index 21ecb3caf4f..15b11466300 100644 --- a/code/_globalvars/traits.dm +++ b/code/_globalvars/traits.dm @@ -102,7 +102,8 @@ GLOBAL_LIST_INIT(traits_by_type, list( "TRAIT_ABSTRACT_HANDS" = TRAIT_ABSTRACT_HANDS, "TRAIT_LANGUAGE_LOCKED" = TRAIT_LANGUAGE_LOCKED, "TRAIT_NON_INFECTIOUS_ZOMBIE" = TRAIT_NON_INFECTIOUS_ZOMBIE, - "TRAIT_CANNOT_PULL" = TRAIT_CANNOT_PULL + "TRAIT_CANNOT_PULL" = TRAIT_CANNOT_PULL, + "TRAIT_FLYING" = TRAIT_FLYING ), /datum/mind = list(