Skip to content

Commit

Permalink
Update code/modules/gear_presets/uscm_medical.dm
Browse files Browse the repository at this point in the history
Co-authored-by: Vero <[email protected]>
  • Loading branch information
ColdIronWarrior and vero5123 authored Jun 1, 2024
1 parent a73b30b commit 69d6d96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/gear_presets/uscm_medical.dm
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@

/datum/equipment_preset/uscm_ship/uscm_medical/doctor/surgeon/load_gear(mob/living/carbon/human/new_human)
var/back_item = /obj/item/storage/backpack/marine/satchel
if (new_human.client && new_human.client.prefs && (new_human.client.prefs.backbag == 1))
if (new_human.client?.prefs && new_human.client.prefs.backbag == 1)
back_item = /obj/item/storage/backpack/marine

new_human.equip_to_slot_or_del(new back_item(new_human), WEAR_BACK)
Expand Down

0 comments on commit 69d6d96

Please sign in to comment.