Hide Large Monster Dynamic UI when in stealth

This commit is contained in:
GreenComfyTea
2022-11-23 12:06:00 +02:00
parent ed6f59655c
commit 2dde202501
2 changed files with 34 additions and 1 deletions

View File

@@ -143,7 +143,7 @@ function large_monster_UI.draw_dynamic(displayed_monsters, highlighted_monster,
break
end
if monster.id == 549 or monster.id == 25 or monster.id == 2073 then
if monster.is_stealth then
goto continue
end