Fix that caused whisper to never allow overriding text

This commit is contained in:
Griatch 2019-08-26 20:03:38 +02:00
parent db25c88e37
commit 01a24b8343

View file

@ -1846,7 +1846,6 @@ class DefaultObject(with_metaclass(TypeclassBase, ObjectDB)):
# whisper mode
msg_type = 'whisper'
msg_self = '{self} whisper to {all_receivers}, "{speech}"' if msg_self is True else msg_self
msg_receivers = '{object} whispers: "{speech}"'
msg_receivers = msg_receivers or '{object} whispers: "{speech}"'
msg_location = None
else: