stop this nonsense
This commit is contained in:
@@ -1578,7 +1578,7 @@ GLOBAL_LIST_EMPTY(preferences_datums)
|
||||
SetJobPreferenceLevel(job, jpval)
|
||||
SetChoices(user)
|
||||
|
||||
return 1
|
||||
return TRUE
|
||||
|
||||
|
||||
/datum/preferences/proc/ResetJobs()
|
||||
@@ -1724,7 +1724,7 @@ GLOBAL_LIST_EMPTY(preferences_datums)
|
||||
UpdateJobPreference(user, href_list["text"], text2num(href_list["level"]))
|
||||
else
|
||||
SetChoices(user)
|
||||
return 1
|
||||
return TRUE
|
||||
|
||||
else if(href_list["preference"] == "trait")
|
||||
switch(href_list["task"])
|
||||
@@ -3333,7 +3333,7 @@ GLOBAL_LIST_EMPTY(preferences_datums)
|
||||
user_gear[LOADOUT_CUSTOM_DESCRIPTION] = new_description
|
||||
|
||||
ShowChoices(user)
|
||||
return 1
|
||||
return TRUE
|
||||
|
||||
/datum/preferences/proc/copy_to(mob/living/carbon/human/character, icon_updates = 1, roundstart_checks = TRUE, initial_spawn = FALSE)
|
||||
if(be_random_name)
|
||||
|
||||
Reference in New Issue
Block a user