QBFreak / SolarWinds-Evennia

A fresh attempt at my SolarWinds MUD concept, this time with the Evennia engine
Other
1 stars 0 forks source link

`return_appearance()` color formatting bleeds into commas between multiple objects #6

Closed QBFreak closed 6 years ago

QBFreak commented 6 years ago

When typeclasses.objects.Object.return_appearance() is called (look), any color formatting of multiple objects in a list (including lists of exits) bleeds into the comma following each colored object. A |n should be inserted prior to each comma to prevent this from happening.