TL Get Info

This commit is contained in:
dazedanon 2025-06-07 11:44:05 -05:00
parent 51179ba4a2
commit 88a1c4ec3b

View file

@ -593,7 +593,7 @@ if (!Imported.CommonPopupCore) {
text1 = value === 1 ? getInfoSkillText : lostInfoSkillText;
break;
default :
text1 = value;
text1 = value.replace(/_/g, " ");
}
if (text1 === '') { return }
var descs = object.description ? object.description.split(/\n/) : [];