powder that makes you say yes

This commit is contained in:
Nadyr
2022-07-19 19:47:54 -04:00
committed by GitHub
parent 0a68fbc80c
commit 3e5cc6e738
-7
View File
@@ -33,7 +33,6 @@ var/list/preferences_datums = list()
var/tgui_swapped_buttons = FALSE
//character preferences
var/num_languages = 0 //CHOMPEdit
var/real_name //our character's name
var/be_random_name = 0 //whether we are a random name every round
var/nickname //our character's nickname
@@ -164,12 +163,6 @@ var/list/preferences_datums = list()
///If they are currently in the process of swapping slots, don't let them open 999 windows for it and get confused
var/selecting_slots = FALSE
//CHOMPEdit Begin
/datum/preferences/proc/numlanguage()
var/datum/species/S = GLOB.all_species[species]
var/num = max(num_languages, S.num_alternate_languages)
return (num == 0) ? 3 : num //Don't return 0
//CHOMPEdit End
/datum/preferences/New(client/C)
player_setup = new(src)