This commit is contained in:
p.kosyh 2010-01-26 07:38:37 +00:00
parent 135861aabd
commit 955e2f0b8f

View file

@ -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;