From 2a3f44ee10586e3a7ac026c715f9f1720284fd56 Mon Sep 17 00:00:00 2001 From: angelolocritani <67960642+angelolocritani@users.noreply.github.com> Date: Sun, 14 Jan 2024 18:22:55 +0100 Subject: [PATCH] Added "Contents" tab to graves --- 1.4/Patches/CorpseInfo.xml | 16 ++++++++++++++++ About/About.xml | 2 +- README.md | 2 ++ 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 1.4/Patches/CorpseInfo.xml diff --git a/1.4/Patches/CorpseInfo.xml b/1.4/Patches/CorpseInfo.xml new file mode 100644 index 0000000..0776b77 --- /dev/null +++ b/1.4/Patches/CorpseInfo.xml @@ -0,0 +1,16 @@ + + + + + /Defs/ThingDef[defName="Grave"]/inspectorTabs/li[text()="ITab_ContentsCasket"] + + /Defs/ThingDef[defName="Grave"]/inspectorTabs + +
  • ITab_ContentsCasket
  • +
    +
    +
    +
    + + + \ No newline at end of file diff --git a/About/About.xml b/About/About.xml index 438cbab..03d43e1 100644 --- a/About/About.xml +++ b/About/About.xml @@ -7,7 +7,7 @@
  • 1.4
  • - Add a link to deceased pawn in order to access their info card even after death. + Add a link to deceased pawn in order to access their info card even after death. Also adds the "Contents" tab to grave.
  • brrainz.harmony diff --git a/README.md b/README.md index a60a3a3..928677b 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ A mod that adds a link to deceased pawn in order to access their info card even after death +Also add the "Contents" tab to graves, otherwise you cannot select the contained body. + Because it always annoyed me I cannot access the "Records" tab after pawns' death... ---