Skip to content

Commit

Permalink
No more age for anonymous huggers.
Browse files Browse the repository at this point in the history
  • Loading branch information
Venuska1117 committed Apr 18, 2024
1 parent 6f7776a commit 9286dff
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -187,9 +187,11 @@

// For people who wish to remain anonymous
if(!client.prefs.playtime_perks)
age = XENO_NORMAL
age = XENO_NO_AGE

switch(age)
if(XENO_NO_AGE)
age_prefix = ""
if(XENO_NORMAL)
age_prefix = "Young "
if(XENO_MATURE)
Expand Down

0 comments on commit 9286dff

Please sign in to comment.