mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-29 10:24:52 +00:00
in YASC messages, 'on the Round Table' replaced by 'being polite'
This commit is contained in:
parent
87ac19febe
commit
43fc692b47
@ -351,6 +351,8 @@ EX void create_yasc_message() {
|
|||||||
if(in_ctx) {
|
if(in_ctx) {
|
||||||
if(c.where->wall == waNone && c.where->land == laBrownian)
|
if(c.where->wall == waNone && c.where->land == laBrownian)
|
||||||
context.push_back("on level 3");
|
context.push_back("on level 3");
|
||||||
|
else if(c.where->wall == waRoundTable)
|
||||||
|
context.push_back("being polite");
|
||||||
else
|
else
|
||||||
context.push_back(winf[c.where->wall].flags & WF_ON ? XLAT("on %the1", c.where->wall) : XLAT("in %the1", c.where->wall));
|
context.push_back(winf[c.where->wall].flags & WF_ON ? XLAT("on %the1", c.where->wall) : XLAT("in %the1", c.where->wall));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user