mirror of
https://github.com/evennia/evennia.git
synced 2026-04-03 14:37:17 +02:00
commit
0a76834b00
1 changed files with 1 additions and 1 deletions
|
|
@ -428,7 +428,7 @@ class CmdExtendedDesc(default_cmds.CmdDesc):
|
|||
if self.switches and self.switches[0] in ("spring", "summer", "autumn", "winter"):
|
||||
# a seasonal switch was given
|
||||
if self.rhs:
|
||||
caller.msg("Seasonal descs only works with rooms, not objects.")
|
||||
caller.msg("Seasonal descs only work with rooms, not objects.")
|
||||
return
|
||||
switch = self.switches[0]
|
||||
if not location:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue