Skip to content

Commit

Permalink
[MIRROR] Dog tags use custom loadout descriptions.
Browse files Browse the repository at this point in the history
  • Loading branch information
stellarzenith authored and LordNest committed Jan 6, 2025
1 parent e46354b commit 4207cad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maps/torch/items/clothing/solgov-accessory.dm
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ badges
owner_branch = H.char_branch && H.char_branch.name
var/singleton/cultural_info/culture = H.get_cultural_value(TAG_RELIGION)
var/religion = culture ? culture.name : "Unset"
desc = "[initial(desc)]\nName: [H.real_name] ([H.get_species()])[H.char_branch ? "\nBranch: [H.char_branch.name]" : ""]\nReligion: [religion]\nBlood type: [H.b_type]"
desc = "[desc]\nName: [H.real_name] ([H.get_species()])[H.char_branch ? "\nBranch: [H.char_branch.name]" : ""]\nReligion: [religion]\nBlood type: [H.b_type]"

/obj/item/clothing/accessory/badge/solgov/representative
name = "representative's badge"
Expand Down

0 comments on commit 4207cad

Please sign in to comment.