1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-30 05:23:00 +00:00
This commit is contained in:
Zeno Rogue
2017-07-24 02:02:32 +02:00
parent 5f8c59546a
commit fdc1ac1e6e
6 changed files with 53 additions and 23 deletions

View File

@@ -124,6 +124,7 @@ void basicrep(string& x) {
rep(x, "%łeś0", choose3(playergender(), "łeś", "łaś", "łoś"));
rep(x, "%ąłeś0", choose3(playergender(), "ąłeś", "ęłaś", "ęłoś"));
rep(x, "%ógł0", choose3(playergender(), "ógł", "ogła", "ogło"));
rep(x, "%ł0", choose3(playergender(), "ł", "ła", "ło"));
}
if(l == 3) {