X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=rogue_chat.html;h=1847c0904ec9f7452efc718fa9265521e0bd7686;hb=af6c471be94c1a15cdd0df1d4add917b7a686eaa;hp=4e5da8b732f24bda544dec99d64f530d63f514e9;hpb=79c5610b42cd800dfff77d8d4e6b6e0da993b54a;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 != '.') {