예제 #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)