From 2d08ce5210c8c5345b0bbc645faf01854e03a661 Mon Sep 17 00:00:00 2001 From: ss13-beebot <56381746+ss13-beebot@users.noreply.github.com> Date: Thu, 28 Mar 2024 05:14:52 -0500 Subject: [PATCH] Automatic changelog generation for PR #10130 [ci skip] --- html/changelogs/AutoChangeLog-pr-10130.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 html/changelogs/AutoChangeLog-pr-10130.yml diff --git a/html/changelogs/AutoChangeLog-pr-10130.yml b/html/changelogs/AutoChangeLog-pr-10130.yml new file mode 100644 index 0000000000000..fd04a325f0685 --- /dev/null +++ b/html/changelogs/AutoChangeLog-pr-10130.yml @@ -0,0 +1,15 @@ +author: rkz, timothymtorres, Ghommie, MrMelbert, prodirus +delete-after: true +changes: + - tweak: Cooking Oil damaging mobs now respects that mobs reagent permeability (i.e. + clothing BIO damage resistance) + - tweak: upped the damage output by Cooking Oil a tiny bit to account for average + crewmembers jumpsuit. + - refactor: Turned deepfriedholder into an element. Deepfrying stuff is no longer + ancient code, and is much cleaner. + - bugfix: Deepfrying respects indestructibility, always. + - bugfix: Adding reagents to the Deepfryer will no longer display an attack animation + - bugfix: Adds a check that prevents normally deepfryable/edible items that also + can store items inside them from being fried. Should stop weird edge-cases where + consuming said item would qdel indestructible items inside. + - code_imp: our file with defined colors looks less terrible