mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-30 05:23:00 +00:00
10.0d
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user