From e4909e4c5c3c39395757d258603075d4e1f6b3a4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 19:27:48 +0000 Subject: [PATCH] Automatic changelog for PR #3660 [ci skip] --- html/changelogs/AutoChangeLog-pr-3660.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 html/changelogs/AutoChangeLog-pr-3660.yml diff --git a/html/changelogs/AutoChangeLog-pr-3660.yml b/html/changelogs/AutoChangeLog-pr-3660.yml new file mode 100644 index 000000000000..9a3721872e8f --- /dev/null +++ b/html/changelogs/AutoChangeLog-pr-3660.yml @@ -0,0 +1,8 @@ +author: "ven1883" +delete-after: True +changes: + - bugfix: "character and inherent armor have been fixed. unknown how many things this will affect, but includes nanite armor" + - code_imp: "modified carbon/human/proc/check_armor() to check src.armor during calculations" + - code_imp: "you can now use \"set_armor\" on human subtypes" + - refactor: "for people using debuggers, you can watch \"inherent_armor_rating\" to see the inherent armor stats of a character being damaged." + - refactor: "uses / 100 instead of * 0.01. No change in function as far as I know" \ No newline at end of file