From 654c8aa72af47d0f3509f7a6f2be535945317d42 Mon Sep 17 00:00:00 2001 From: Kelly Kinkade Date: Fri, 17 May 2024 22:15:28 -0500 Subject: [PATCH 1/2] correct slab_engraving_type the last two items were out of order also added bay12 canonicalization comments h/t @quietust for the heads up --- df.items.xml | 54 ++++++++++++++++++++++++++-------------------------- 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/df.items.xml b/df.items.xml index 55157d23b..17bd842d8 100644 --- a/df.items.xml +++ b/df.items.xml @@ -106,35 +106,35 @@ - + bay12: EngravingIntent/EngravingIntentType - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + From afcb1ab39c83ce6298455d2199de052a71d0cb76 Mon Sep 17 00:00:00 2001 From: Kelly Kinkade Date: Fri, 17 May 2024 22:17:24 -0500 Subject: [PATCH 2/2] add changelog --- changelog.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog.txt b/changelog.txt index dcfd9162e..45bcab513 100644 --- a/changelog.txt +++ b/changelog.txt @@ -21,6 +21,7 @@ Template for new versions: ## Structures - ``plant_flags``: rename ``is_burning``, ``is_drowning``, ``is_dead`` to Bay12 names ``unused_01``, ``season_dead``, ``dead`` - ``job.item_category`` is now ``job.specflag``, contains a union of flag fields, and depends on the job type +- ``slab_engraving_type``: correct order of items (last two were swapped) # 50.13-r2