mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-17 19:14:15 +01:00
60adef665e
* Changes the default role preference (#64610) Co-authored-by: Mothblocks <35135081+Mothblocks@ users.noreply.github.com> * Changes the default role preference Co-authored-by: Jeremiah <42397676+jlsnow301@users.noreply.github.com> Co-authored-by: Mothblocks <35135081+Mothblocks@ users.noreply.github.com>
13 lines
447 B
Plaintext
13 lines
447 B
Plaintext
/datum/preference/choiced/jobless_role
|
|
savefile_key = "joblessrole"
|
|
savefile_identifier = PREFERENCE_PLAYER
|
|
|
|
/datum/preference/choiced/jobless_role/create_default_value()
|
|
return BEOVERFLOW
|
|
|
|
/datum/preference/choiced/jobless_role/init_possible_values()
|
|
return list(BEOVERFLOW, BERANDOMJOB, RETURNTOLOBBY)
|
|
|
|
/datum/preference/choiced/jobless_role/should_show_on_page(preference_tab)
|
|
return preference_tab == PREFERENCE_TAB_CHARACTER_PREFERENCES
|