From 92333ea57caf08294a9d0049976c42fe07e4acbe Mon Sep 17 00:00:00 2001 From: Cow Date: Fri, 14 Oct 2022 14:52:12 +0200 Subject: Removed outdated time penalty from dungeons overlay Time score is no longer reduced after 20 minutes, instead there are now floor-based time limits --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 7391669..1612212 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,8 +29,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Updated quick lookup for item prices and wiki: (`/moo config item`) - wiki: also added official wiki (use SHIFT to switch between Fandom and official wiki; default wiki key: I = info) - item prices: replaced stonks.gg with sky.coflnet.com (default key: P = price) -- (technical change: no longer fire `ClientChatReceivedEvent` when sending a mod-internal chat message, as too many other mods have had problems with it) - Party Finder Rules Editor: increased character limit per rule from 32 to 255 +- Dungeons overlay: removed outdated time penalty from overlay due to floor-based scoring +- (technical change: no longer fire `ClientChatReceivedEvent` when sending a mod-internal chat message, as too many other mods have had problems with it) ### Fixed -- cgit