X-Git-Url: https://plomlompom.com/repos/berlin_corona.txt?a=blobdiff_plain;f=rogue_chat.html;h=1847c0904ec9f7452efc718fa9265521e0bd7686;hb=3b86e8effe9aa77fa87f86a1057d12d4c8019324;hp=4e5da8b732f24bda544dec99d64f530d63f514e9;hpb=3ea5a9fb6797a438f6f9847c2c442613bc8b0d1c;p=plomrogue2 diff --git a/rogue_chat.html b/rogue_chat.html index 4e5da8b..1847c09 100644 --- a/rogue_chat.html +++ b/rogue_chat.html @@ -1540,6 +1540,13 @@ let explorer = { if (t.installed) { info += "/installed"; } + if (t.type_ == 'Bottle') { + if (t.thing_char == '_') { + info += '/empty'; + } else if (t.thing_char == '~') { + info += '/full'; + } + } if (detailed) { const protection = t.protection; if (protection != '.') {