added a comma in shmup help text

This commit is contained in:
Zeno Rogue 2020-01-28 15:21:53 +01:00
parent 610ec5a51f
commit 109b57df14
1 changed files with 1 additions and 0 deletions

View File

@ -2838,6 +2838,7 @@ EX hookset<bool(shmup::monster*, string&)> *hooks_describe;
EX void addShmupHelp(string& out) {
if(shmup::mousetarget && sqdist(mouseh, tC0(shmup::mousetarget->pat)) < .1) {
if(callhandlers(false, hooks_describe, shmup::mousetarget, out)) return;
out += ", ";
out += XLAT1(minf[shmup::mousetarget->type].name);
help = generateHelpForMonster(shmup::mousetarget->type);
}