mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 04:51:32 +01:00
Fixes TIC extended descriptions and makes them wallet-able (#18462)
* thisisprobablyshitcode * a quick consistency edit * aeo Co-authored-by: Wowzewow (Wezzy) <42310821+alsoandanswer@users.noreply.github.com> Signed-off-by: lavillastrangiato <63124803+lavillastrangiato@users.noreply.github.com> * Update code/game/objects/items/weapons/storage/wallets.dm john madden john madden Co-authored-by: Wowzewow (Wezzy) <42310821+alsoandanswer@users.noreply.github.com> Signed-off-by: lavillastrangiato <63124803+lavillastrangiato@users.noreply.github.com> --------- Signed-off-by: lavillastrangiato <63124803+lavillastrangiato@users.noreply.github.com> Co-authored-by: Wowzewow (Wezzy) <42310821+alsoandanswer@users.noreply.github.com>
This commit is contained in:
co-authored by
Wowzewow
parent
7ff35b40e4
commit
08b9bab07c
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
@@ -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."
|
||||
Reference in New Issue
Block a user