Skarmory / yun

A WIP roguelike written in C
MIT License
2 stars 0 forks source link

Consolidate similar messages #13

Open Skarmory opened 4 years ago

Skarmory commented 4 years ago

Right now, the message log will output every message, even if they're exactly the same, leading to a lot of unnecessary verbosity.

Consolidate the messages down and add a number to indicate how many occurred. e.g. rather than "The ghoul slashes you. The ghoul slashes you. The ghoul slashes you", make it say "The ghoul slashes you (x3)"