mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-09 16:07:40 +00:00
fixes compilation errors
kpcode_race_getlist() pointed at the user's ckey
This commit is contained in:
@@ -963,7 +963,7 @@ var/list/preferences_datums = list()
|
||||
eye_color = sanitize_hexcolor(new_eyes)
|
||||
|
||||
if("species")
|
||||
var/result = input(user, "Select a species", "Species Selection") as null|anything in kpcode_race_getlist(ckey)
|
||||
var/result = input(user, "Select a species", "Species Selection") as null|anything in kpcode_race_getlist(user.ckey)
|
||||
if(result)
|
||||
var/newtype = species_list[result]
|
||||
pref_species = new newtype()
|
||||
|
||||
Reference in New Issue
Block a user