unusual shap -> unusual shape

This commit is contained in:
2025-05-26 11:09:17 -05:00
parent fded4895c9
commit f6410857c2

View File

@@ -623,7 +623,7 @@ std::string uAbility::to_string(eMonstAbil key) const {
case PAT_RAD3: sout << "big circle"; break;
case PAT_WALL: sout << "line"; break;
case PAT_PROT: sout << "protective circle"; break;
case PAT_CUSTOM: sout << "unusual shap"; break;
case PAT_CUSTOM: sout << "unusual shape"; break;
}
sout << ")";
} else if(key == eMonstAbil::KILL) {