Skip to content

Commit

Permalink
Merge pull request #47 from DopplerShift13/ageism-fixed
Browse files Browse the repository at this point in the history
[not the least bit modular] changes minimum and maximum ages, adds age requirements to certain jobs, touches the config file with my dirty little hands
  • Loading branch information
Ephemeralis authored Sep 12, 2024
2 parents 45355fa + 44336e1 commit c6049b8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions code/__DEFINES/mobs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -441,9 +441,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 250 //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
18 changes: 9 additions & 9 deletions config/jobconfig.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
[BARTENDER]
"# Playtime Requirements" = 0
"# Required Account Age" = 0
"# Required Character Age" = 0
"# Required Character Age" = 21
"# Spawn Positions" = 1
"# Total Positions" = 1

Expand All @@ -63,7 +63,7 @@
[CAPTAIN]
"# Playtime Requirements" = 180
"# Required Account Age" = 14
"# Required Character Age" = 0
"# Required Character Age" = 30
"# Spawn Positions" = 1
"# Total Positions" = 1

Expand Down Expand Up @@ -91,14 +91,14 @@
[CHIEF_ENGINEER]
"# Playtime Requirements" = 180
"# Required Account Age" = 7
"# Required Character Age" = 0
"# Required Character Age" = 25
"# Spawn Positions" = 1
"# Total Positions" = 1

[CHIEF_MEDICAL_OFFICER]
"# Playtime Requirements" = 180
"# Required Account Age" = 7
"# Required Character Age" = 0
"# Required Character Age" = 30
"# Spawn Positions" = 1
"# Total Positions" = 1

Expand Down Expand Up @@ -154,14 +154,14 @@
[HEAD_OF_PERSONNEL]
"# Playtime Requirements" = 180
"# Required Account Age" = 10
"# Required Character Age" = 0
"# Required Character Age" = 25
"# Spawn Positions" = 1
"# Total Positions" = 1

[HEAD_OF_SECURITY]
"# Playtime Requirements" = 300
"# Required Account Age" = 14
"# Required Character Age" = 0
"# Required Character Age" = 25
"# Spawn Positions" = 1
"# Total Positions" = 1

Expand Down Expand Up @@ -217,14 +217,14 @@
[QUARTERMASTER]
"# Playtime Requirements" = 0
"# Required Account Age" = 7
"# Required Character Age" = 0
"# Required Character Age" = 21
"# Spawn Positions" = 1
"# Total Positions" = 1

[RESEARCH_DIRECTOR]
"# Playtime Requirements" = 180
"# Required Account Age" = 7
"# Required Character Age" = 0
"# Required Character Age" = 25
"# Spawn Positions" = 1
"# Total Positions" = 1

Expand Down Expand Up @@ -266,7 +266,7 @@
[VETERAN_ADVISOR]
"# Playtime Requirements" = 6000
"# Required Account Age" = 7
"# Required Character Age" = 0
"# Required Character Age" = 45
"# Spawn Positions" = 0
"# Total Positions" = 0

Expand Down

0 comments on commit c6049b8

Please sign in to comment.