mirror of
https://github.com/brmlab/brmlife.git
synced 2025-08-02 18:03:37 +02:00
tile::str(): Report herb
This commit is contained in:
parent
529c401457
commit
be64c92077
1 changed files with 1 additions and 1 deletions
2
map.cc
2
map.cc
|
@ -72,7 +72,7 @@ tile::str(void)
|
|||
snprintf(str_buf, sizeof(str_buf),
|
||||
"%c%c",
|
||||
type_symbol(),
|
||||
agent ? (!agent->dead ? 'A' : 'a') : '-');
|
||||
agent ? (!agent->dead ? (herb_here() ? 'x' : 'A') : 'a') : '-');
|
||||
return str_buf;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue