示例#1
0
文件: rooms.py 项目: marado/tzmud
    def __str__(self):
        'Return the colorized name of this exit.'

        name = TZObj.__str__(self)
        return yellow(name)
示例#2
0
文件: items.py 项目: cryptixman/tzmud
    def __str__(self):
        'Returns the colorized name of this item.'

        name = TZObj.__str__(self)
        return green(name)