borisblizzard / arcreator

Advanced RPG Creator is an engine and an editor that allows you to create old-school 2D RPG video games.
7 stars 1 forks source link

Remove unnecessary str.format uses #36

Open Ryex opened 9 years ago

Ryex commented 9 years ago

str.format is a very verbose and powerful way to invoke the string format operator % most of its current uses are unnecessary and hard to read these should be searched out and their necessity evaluated. they should be removed and replaces with the % operator is they can