mirror of
https://github.com/brmlab/brmlife.git
synced 2025-08-03 02:13:35 +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),
|
snprintf(str_buf, sizeof(str_buf),
|
||||||
"%c%c",
|
"%c%c",
|
||||||
type_symbol(),
|
type_symbol(),
|
||||||
agent ? (!agent->dead ? 'A' : 'a') : '-');
|
agent ? (!agent->dead ? (herb_here() ? 'x' : 'A') : 'a') : '-');
|
||||||
return str_buf;
|
return str_buf;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue