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 7aa4ed1 commit b9362b3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions code/__DEFINES/inventory/carry_weight.dm
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@

#define CARRY_STRENGTH_BASELINE 20

#define CARRY_STRENGTH_ADD_HUMAN 2.5
#define CARRY_STRENGTH_ADD_UNATHI 5
#define CARRY_STRENGTH_ADD_PROTEAN 5
#define CARRY_STRENGTH_ADD_MOTH_LIGHT 2.5
#define CARRY_STRENGTH_ADD_HUMAN 1.25
#define CARRY_STRENGTH_ADD_UNATHI 2.5
#define CARRY_STRENGTH_ADD_PROTEAN 2.5
#define CARRY_STRENGTH_ADD_MOTH_LIGHT 1.25
#define CARRY_STRENGTH_ADD_MOTH_DARK 0
#define CARRY_STRENGTH_ADD_TAJARAN 0
#define CARRY_STRENGTH_ADD_TESHARI 0
Expand Down

0 comments on commit b9362b3

Please sign in to comment.