From 8b1070b553428c1b1c2eb1afe493b669f50f6e85 Mon Sep 17 00:00:00 2001 From: Myk Date: Thu, 19 May 2022 15:27:08 -0700 Subject: [PATCH] tombstone deteriorate*rb scripts (#2157) * tombstone deteriorate*rb scripts * update to scripts head so we can build docs * fix anchors --- docs/Removed.rst | 21 +++++++++++++++++++++ scripts | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/docs/Removed.rst b/docs/Removed.rst index 54e83a6fc..e94b04cf8 100644 --- a/docs/Removed.rst +++ b/docs/Removed.rst @@ -18,6 +18,27 @@ devel/unforbidall Replaced by the `unforbid` script. Run ``unforbid all --quiet`` to match the behavior of the original ``devel/unforbidall`` script. +.. _deteriorateclothes: + +deteriorateclothes +================== +Replaced by the new combined `deteriorate` script. Run +``deteriorate --types=clothes``. + +.. _deterioratecorpses: + +deterioratecorpses +================== +Replaced by the new combined `deteriorate` script. Run +``deteriorate --types=corpses``. + +.. _deterioratefood: + +deterioratefood +=============== +Replaced by the new combined `deteriorate` script. Run +``deteriorate --types=food``. + .. _digfort: digfort diff --git a/scripts b/scripts index e062237ee..99489eea1 160000 --- a/scripts +++ b/scripts @@ -1 +1 @@ -Subproject commit e062237ee03a22d0d8b88b725ba3712e649f1bf6 +Subproject commit 99489eea1eadbc175740043f7c0b988a26511d71