diff --git a/stead/stead.lua b/stead/stead.lua index d152e89..f923272 100644 --- a/stead/stead.lua +++ b/stead/stead.lua @@ -1645,6 +1645,10 @@ iface = { if v ~= false and game.showlast then return r; end + elseif cmd == 'nop' then + v = true; + r = nil; + st = true; else r,v = me():action(cmd, unpack(a)); st = true;