Skip to content

Commit

Permalink
changes some age defines
Browse files Browse the repository at this point in the history
  • Loading branch information
kittysmooch authored and Ephemeralis committed Aug 29, 2024
1 parent 94e0459 commit 9fd6607
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions code/__DEFINES/mobs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -429,9 +429,9 @@
#define OFFSET_HELD "held"

//MINOR TWEAKS/MISC
#define AGE_MIN 17 //youngest a character can be
#define AGE_MAX 85 //oldest a character can be
#define AGE_MINOR 20 //legal age of space drinking and smoking
#define AGE_MIN 18 //youngest a character can be //DOPPLER EDIT was 17
#define AGE_MAX 999 //oldest a character can be //DOPPLER EDIT was 85
#define AGE_MINOR 21 //legal age of space drinking and smoking //DOPPLER EDIT was 20
#define WIZARD_AGE_MIN 30 //youngest a wizard can be
#define APPRENTICE_AGE_MIN 29 //youngest an apprentice can be
#define SHOES_SLOWDOWN 0 //How much shoes slow you down by default. Negative values speed you up
Expand Down

0 comments on commit 9fd6607

Please sign in to comment.