diff --git a/stand/lua/drawer.lua b/stand/lua/drawer.lua --- a/stand/lua/drawer.lua +++ b/stand/lua/drawer.lua @@ -332,6 +332,10 @@ local graphic = branddef.ascii.image + if graphic == none then + return + end + x = x + shift.x y = y + shift.y @@ -470,6 +474,7 @@ }, }, ["none"] = { + ascii = { image = none }, fb = { image = none }, }, }