mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-20 11:54:48 +00:00
added a comma in shmup help text
This commit is contained in:
parent
610ec5a51f
commit
109b57df14
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user