@@ -315,12 +315,13 @@ item_lamp = obj {
dsc = "На столе стоит {керосиновая лампа}. ";
tak = "Вы забираете лампу с собой. ";
inv = function(s)
if (here().nolamp) then
return "Здесь не стоит зажигать лампу. ";
end;
stead.need_scene();
if (me().has_light) then
me().has_light = false;
return "Вы гасите свет. ";
else
me().has_light = true;
return "Вы зажигаете лампу. ";
Status change: