From b965c81db2aee80da9c0ee1eedd3ad904ef84ebe Mon Sep 17 00:00:00 2001 From: "p.kosyh" Date: Thu, 24 Jun 2010 09:58:06 +0000 Subject: [PATCH] fix of last ci --- stead/stead.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/stead/stead.lua b/stead/stead.lua index 228e317..722e3d8 100644 --- a/stead/stead.lua +++ b/stead/stead.lua @@ -1724,6 +1724,7 @@ iface = { local oldloc = here(); if cmd == 'look' then + stead.state = true r,v = me():look(); elseif cmd == 'obj' then r,v = me():objs();