Skip to content

Commit

Permalink
patch
Browse files Browse the repository at this point in the history
  • Loading branch information
silicons committed Oct 9, 2023
1 parent e79e888 commit 7aa4ed1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions code/__DEFINES/inventory/carry_weight.dm
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
#define CARRY_STRENGTH_ADD_UNATHI 5
#define CARRY_STRENGTH_ADD_PROTEAN 5
#define CARRY_STRENGTH_ADD_MOTH_LIGHT 2.5
#define CARRY_STRENGTH_ADD_MOTH_DARK -5
#define CARRY_STRENGTH_ADD_TAJARAN -2.5
#define CARRY_STRENGTH_ADD_TESHARI -5
#define CARRY_STRENGTH_ADD_XENOCHIMERA 5
#define CARRY_STRENGTH_ADD_XENOHYBRID 5
#define CARRY_STRENGTH_ADD_MOTH_DARK 0
#define CARRY_STRENGTH_ADD_TAJARAN 0
#define CARRY_STRENGTH_ADD_TESHARI 0
#define CARRY_STRENGTH_ADD_XENOCHIMERA 2.5
#define CARRY_STRENGTH_ADD_XENOHYBRID 2.5

//? Carry factor - multiplier for penalizing over-limit weight; higher is worse.

Expand Down

0 comments on commit 7aa4ed1

Please sign in to comment.