diff --git a/code/game/objects/items/weapons/storage/wallets.dm b/code/game/objects/items/weapons/storage/wallets.dm index 364c4ce8d9f..80244475256 100644 --- a/code/game/objects/items/weapons/storage/wallets.dm +++ b/code/game/objects/items/weapons/storage/wallets.dm @@ -38,7 +38,9 @@ /obj/item/storage/business_card_holder, /obj/item/sample, /obj/item/key, - /obj/item/sign/painting_frame + /obj/item/sign/painting_frame, + /obj/item/clothing/accessory/dominia/tic/retired, + /obj/item/clothing/accessory/dominia/tic/retired/caladius ) slot_flags = SLOT_ID build_from_parts = TRUE diff --git a/code/modules/clothing/factions/dominia.dm b/code/modules/clothing/factions/dominia.dm index 70752785a27..6a2f80181bf 100644 --- a/code/modules/clothing/factions/dominia.dm +++ b/code/modules/clothing/factions/dominia.dm @@ -684,6 +684,9 @@ name = "retired tribunal investigator card" desc = "A silver-gilded card given to those who have since retired from the Tribunal Investigations Constabulary, otherwise known as TIC. \ This card holds a sleek grey coloration strip, denoting the owner as having been a standard investigator." + desc_extended = "The day-to-day work of investigating religious crimes and violations falls upon the shoulders of the people who fill the \ + ranks of the Tribunal Investigation Constabulary. These investigators often collaborate with and work alongside the nominally secular \ + His Imperial Majesty's Constable Service (HIMCS), the Empire's main policing agency." icon_state = "tic_card_ret" item_state = "tic_card_ret" @@ -691,6 +694,9 @@ name = "retired tribunal investigator card" desc = "A silver-gilded card given to those who have since retired from the Tribunal Investigations Constabulary, otherwise known as TIC. \ This card holds a color strip of House Caladius, denoting the owner as a priest of the Tribunal." + desc_extended = "The day-to-day work of investigating religious crimes and violations falls upon the shoulders of the people who fill the \ + ranks of the Tribunal Investigation Constabulary. These investigators often collaborate with and work alongside the nominally secular \ + His Imperial Majesty's Constable Service (HIMCS), the Empire's main policing agency." icon_state = "tic_card_ret_alt" item_state = "tic_card_ret_alt" diff --git a/html/changelogs/Lavillastrangiato - cardfix.yml b/html/changelogs/Lavillastrangiato - cardfix.yml new file mode 100644 index 00000000000..5e75e5a725a --- /dev/null +++ b/html/changelogs/Lavillastrangiato - cardfix.yml @@ -0,0 +1,41 @@ +################################ +# Example Changelog File +# +# Note: This file, and files beginning with ".", and files that don't end in ".yml" will not be read. If you change this file, you will look really dumb. +# +# Your changelog will be merged with a master changelog. (New stuff added only, and only on the date entry for the day it was merged.) +# When it is, any changes listed below will disappear. +# +# Valid Prefixes: +# bugfix +# wip (For works in progress) +# tweak +# soundadd +# sounddel +# rscadd (general adding of nice things) +# rscdel (general deleting of nice things) +# imageadd +# imagedel +# maptweak +# spellcheck (typo fixes) +# experiment +# balance +# admin +# backend +# security +# refactor +################################# + +# Your name. +author: Lavillastrangiato + +# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again. +delete-after: True + +# Any changes you've made. See valid prefix list above. +# INDENT WITH TWO SPACES. NOT TABS. SPACES. +# SCREW THIS UP AND IT WON'T WORK. +# Also, all entries are changed into a single [] after a master changelog generation. Just remove the brackets when you add new entries. +# Please surround your changes in double quotes ("), as certain characters otherwise screws up compiling. The quotes will not show up in the changelog. +changes: + - bugfix: "Gives the TIC cards an extended description from the wiki. Makes them able to be placed in wallets."