Skip to content

Commit

Permalink
Removes a duplicate trait from the mob traits_by_type list (tgstation…
Browse files Browse the repository at this point in the history
…#80872)

## About The Pull Request

Tin. We probably don't need two of these in there.

## Changelog

:cl:
code: removed a dupe trait entry in the traits_by_type list
/:cl:
  • Loading branch information
vinylspiders authored Jan 11, 2024
1 parent 741181e commit 1c026f4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion code/_globalvars/traits/_traits.dm
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,6 @@ GLOBAL_LIST_INIT(traits_by_type, list(
"TRAIT_NOBLOOD" = TRAIT_NOBLOOD,
"TRAIT_NOBREATH" = TRAIT_NOBREATH,
"TRAIT_NOCRITDAMAGE" = TRAIT_NOCRITDAMAGE,
"TRAIT_NOCRITDAMAGE" = TRAIT_NOCRITDAMAGE,
"TRAIT_NOCRITOVERLAY" = TRAIT_NOCRITOVERLAY,
"TRAIT_NODEATH" = TRAIT_NODEATH,
"TRAIT_NODISMEMBER" = TRAIT_NODISMEMBER,
Expand Down

0 comments on commit 1c026f4

Please sign in to comment.