From 3e1b58b03046e8dcb7d366809500e970acc9c428 Mon Sep 17 00:00:00 2001 From: RinPin <89030906+RinPin@users.noreply.github.com> Date: Sat, 1 Jul 2023 17:28:27 -0300 Subject: [PATCH] Fixes cats being rats a mispelling in the code made everyone with the TRAIT_CAT in neutral quirks be actually TRAIT_RAT, this fixes this horrible crime. --- code/datums/traits/neutral.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/datums/traits/neutral.dm b/code/datums/traits/neutral.dm index 105b59064dd..93a59de7468 100644 --- a/code/datums/traits/neutral.dm +++ b/code/datums/traits/neutral.dm @@ -377,7 +377,7 @@ name = "A cat!" desc = "You identify as a cat! (Mostly to help identify your species mechanically)" value = 0 - mob_trait = TRAIT_RAT + mob_trait = TRAIT_CAT /datum/quirk/rat name = "A rat!" desc = "You identify as a rat! (Mostly to help identify your species mechanically)"