mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-10 01:49:19 +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)
|
eye_color = sanitize_hexcolor(new_eyes)
|
||||||
|
|
||||||
if("species")
|
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)
|
if(result)
|
||||||
var/newtype = species_list[result]
|
var/newtype = species_list[result]
|
||||||
pref_species = new newtype()
|
pref_species = new newtype()
|
||||||
|
|||||||
Reference in New Issue
Block a user