Skip to content

Commit

Permalink
Limit body size range
Browse files Browse the repository at this point in the history
  • Loading branch information
Morb0 authored and Dimach committed Aug 5, 2024
1 parent 43b3682 commit aa3aa48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/__DEFINES/~nova_defines/DNA.dm
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@
#define MAXIMUM_MARKINGS_PER_LIMB 3

#define BODY_SIZE_NORMAL 1.00
#define BODY_SIZE_MAX 1.5
#define BODY_SIZE_MIN 0.8
#define BODY_SIZE_MAX 1.1 //SS220 EDIT CHANGE
#define BODY_SIZE_MIN 0.9 //SS220 EDIT CHANGE

//In inches
#define PENIS_MIN_GIRTH PENIS_MIN_LENGTH
Expand Down

0 comments on commit aa3aa48

Please sign in to comment.