Skip to content

Commit

Permalink
Fixes cats being rats
Browse files Browse the repository at this point in the history
a mispelling in the code made everyone with the TRAIT_CAT in neutral quirks be actually TRAIT_RAT, this fixes this horrible crime.
  • Loading branch information
RinPin committed Jul 1, 2023
1 parent 0e9be4f commit 3e1b58b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/datums/traits/neutral.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down

0 comments on commit 3e1b58b

Please sign in to comment.