Skip to content

Commit

Permalink
lints fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCastmer committed Feb 22, 2024
1 parent f63efab commit 89aa659
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
4 changes: 0 additions & 4 deletions code/__DEFINES/traits.dm
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,6 @@
#define TRAIT_BLIND "blind"
#define TRAIT_NEARSIGHT "nearsighted"

#define HYPNOCHAIR_TRAIT "hypnochair" //dripstation edit

#define TRAIT_MONKEYLIKE "monkeylike" //sets IsAdvancedToolUser to FALSE

#define TRAIT_REDUCED_DAMAGE_SLOWDOWN "reduced_damage_slowdown"
Expand Down Expand Up @@ -161,7 +159,6 @@
#define TRAIT_ALWAYS_CLEAN "always-clean"

#define TRAIT_QUICKEST_CARRY "quickest-carry"
#define TRAIT_QUICK_BUILD "quick-build" //dripstation edit
#define TRAIT_STRONG_GRIP "strong-grip"

#define TRAIT_SHELTERED "sheltered"
Expand Down Expand Up @@ -218,7 +215,6 @@

#define TRAIT_SEE_REAGENTS "see_reagents"
#define TRAIT_STARGAZED "stargazed"
#define TRAIT_TRANSFORM_ACTIVE "active_transform" //dripstation edit

/// The item is magically cursed
#define CURSED_ITEM_TRAIT(item_type) "cursed_item_[item_type]"
Expand Down
3 changes: 1 addition & 2 deletions code/__DEFINES/{dripstation_defines}/traits.dm
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
#define TRAIT_PSYCHOPATHIC "psychopathic"
#define TRAIT_APATHETIC "apathetic"
#define TRAIT_BADTOUCH "bad_touch"
#define TRAIT_APATHETIC "apathetic"

0 comments on commit 89aa659

Please sign in to comment.