mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-16 02:24:11 +01:00
Job refactor: strings to references and typepaths (#59841)
* Job refactor: strings to references and typepaths
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user