Change custom_gametime contrib to start days/weeks/months from 1 instead of from 0. Resolve #1753

This commit is contained in:
Griatch 2021-11-04 00:15:27 +01:00
parent 58f86fd3d7
commit 2df0b9c943
4 changed files with 34 additions and 8 deletions

View file

@ -116,6 +116,8 @@ Up requirements to Django 3.2+, Twisted 21+
with other handlers.
- Make `DefaultScript.delete`, `DefaultChannel.delete` and `DefaultAccount.delete` return
bool True/False if deletion was successful (like `DefaultObject.delete` before them)
- `contrib.custom_gametime` days/weeks/months now always starts from 1 (to match
the standard calendar form ... there is no month 0 every year after all).
### Evennia 0.9.5 (2019-2020)