Ugh ... getting sloppy

This commit is contained in:
Howard Abrams 2025-05-27 18:39:22 -07:00
parent e7cd87c0c9
commit 9c607157cb

View file

@ -256,7 +256,11 @@ class CmdGMTrigger(Command):
if event.startswith("@"):
self.caller.execute_cmd(event[1:])
else:
if target:
msg = target.gendered_text(routput(event, name))
else:
msg = routput(event)
delay(time_delay * idx,
self.caller.location.msg_contents,
"\n" + msg)