mirror of
https://github.com/evennia/evennia.git
synced 2026-04-02 14:07:16 +02:00
gametime script now allows for modification of interval via settings file
This commit is contained in:
parent
932f215adf
commit
0a5597bb0b
2 changed files with 11 additions and 5 deletions
|
|
@ -307,7 +307,8 @@ TIME_HOUR_PER_DAY = 24
|
|||
TIME_DAY_PER_WEEK = 7
|
||||
TIME_WEEK_PER_MONTH = 4
|
||||
TIME_MONTH_PER_YEAR = 12
|
||||
|
||||
# How often the game time is updated
|
||||
TIME_UPDATE_INTERVAL = 60
|
||||
|
||||
######################################################################
|
||||
# Default Player setup and access
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue