Job refactor: strings to references and typepaths (#59841)

* Job refactor: strings to references and typepaths
This commit is contained in:
Rohesie
2021-07-18 15:48:47 -03:00
committed by GitHub
parent 21f0c13869
commit 4c21166e4f
214 changed files with 1801 additions and 1287 deletions
@@ -63,10 +63,6 @@ PROCESSING_SUBSYSTEM_DEF(quirks)
if(badquirk)
cli.prefs.save_character()
if(ishuman(user))
var/mob/living/carbon/human/human = user
human.hardcore_survival_score = cli.prefs.hardcore_survival_score //Only do this if we actually asign quirks, to prevent sillicons etc from getting the points.
// Assign wayfinding pinpointer granting quirk if they're new
if(cli.get_exp_living(TRUE) < EXP_ASSIGN_WAYFINDER && !user.has_quirk(/datum/quirk/item_quirk/needswayfinder))
user.add_quirk(/datum/quirk/item_quirk/needswayfinder)