Skip to content

Commit

Permalink
lowtext
Browse files Browse the repository at this point in the history
  • Loading branch information
homexp13 committed Jul 9, 2024
1 parent 688f101 commit 0fcae9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion massmeta/code/__HELPERS/names.dm
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
. += generate_random_name()

if(2)
. += pick(GLOB.jobs)//Returns a job.
. += LOWER_TEXT(pick(GLOB.jobs))//Returns a job.
safety -= 1
if(2)
switch(rand(1,2))//Food, drinks, or places. Only selectable once.
Expand Down

0 comments on commit 0fcae9c

Please sign in to comment.