From 68b3339d16586ca2e0953a4eeb3a6f8423fdbd94 Mon Sep 17 00:00:00 2001 From: tgstation-server Date: Sat, 17 Mar 2018 23:48:53 -0700 Subject: [PATCH] Automatic changelog generation for PR #36344 [ci skip] --- html/changelogs/AutoChangeLog-pr-36344.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 html/changelogs/AutoChangeLog-pr-36344.yml diff --git a/html/changelogs/AutoChangeLog-pr-36344.yml b/html/changelogs/AutoChangeLog-pr-36344.yml new file mode 100644 index 00000000000..0f6809df156 --- /dev/null +++ b/html/changelogs/AutoChangeLog-pr-36344.yml @@ -0,0 +1,9 @@ +author: "Floyd / Qustinnus" +delete-after: True +changes: + - rscdel: "Removes short-term effects of mood +add; Adds long-term effects of mood by implementing sanity which goes up with good mood, down with bad mood, but takes time to change. Your sanity can be seen as your average mood in the recent past. All effects of moods are now covered by this system" + - rscadd: "Beauty component, currently only attached to cleanables, but you could attach it to any atom/movable and make them pretty/ugly, affecting mood of anyone in the room." + - refactor: "Removes the original way of adding mood events, uses signals properly instead." + - bugfix: "Cleanables \"giving\" area's free beauty during initialization" + - bugfix: "Fixes some events not clearing properly"