Skip to content

Commit

Permalink
Update specialist.dm
Browse files Browse the repository at this point in the history
Co-authored-by: kiVts <[email protected]>
  • Loading branch information
Zonespace27 and kiVts committed Aug 15, 2024
1 parent 6501245 commit b2b5884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/cm_marines/specialist.dm
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
GLOB.specialist_set_datums[path].available_vendor_num--
ADD_TRAIT(redeemer, TRAIT_SPEC_VENDOR, TRAIT_SOURCE_INHERENT)
ADD_TRAIT(redeemer, TRAIT_SPEC(trait_to_give), TRAIT_SOURCE_INHERENT)
var/obj/item/card/id/idcard = redeemer.wear_id
var/obj/item/card/id/idcard = redeemer.get_idcard()
if(idcard)
idcard.set_assignment((redeemer.assigned_squad ? (redeemer.assigned_squad.name + " ") : "") + JOB_SQUAD_SPECIALIST + " ([role_name])")
GLOB.data_core.manifest_modify(redeemer.real_name, WEAKREF(redeemer), idcard.assignment)
Expand Down

0 comments on commit b2b5884

Please sign in to comment.