From 01c045bd410c5e35f1fb70ccfb0ec400b560c38d Mon Sep 17 00:00:00 2001 From: Griatch Date: Thu, 27 Jun 2024 14:35:13 +0200 Subject: [PATCH] Fix unescaped color codes in ExtendedRoom desc command. Resolve #3565 --- .../contrib/grid/extended_room/extended_room.py | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/evennia/contrib/grid/extended_room/extended_room.py b/evennia/contrib/grid/extended_room/extended_room.py index 1cb2661d83..b91c3c1f30 100644 --- a/evennia/contrib/grid/extended_room/extended_room.py +++ b/evennia/contrib/grid/extended_room/extended_room.py @@ -47,17 +47,8 @@ from collections import deque from django.conf import settings from django.db.models import Q - -from evennia import ( - CmdSet, - DefaultRoom, - EvEditor, - FuncParser, - InterruptCommand, - default_cmds, - gametime, - utils, -) +from evennia import (CmdSet, DefaultRoom, EvEditor, FuncParser, + InterruptCommand, default_cmds, gametime, utils) from evennia.typeclasses.attributes import AttributeProperty from evennia.utils.utils import list_to_string, repeat @@ -677,7 +668,7 @@ class CmdExtendedRoomDesc(default_cmds.CmdDesc): edit - Open up a line editor for more advanced editing. del - Delete the description of an object. If another state is given, its description will be deleted. - spring|summer|autumn|winter - room description to use in respective in-game season + spring||summer||autumn||winter - room description to use in respective in-game season - room description to use with an arbitrary room state. Sets the description an object. If an object is not given,