diff --git a/items.lua b/items.lua --- a/items.lua +++ b/items.lua @@ -253,7 +253,7 @@ item_lamp = obj { dsc = "На столе стоит {керосиновая лампа}. "; tak = "Вы забираете лампу с собой. "; inv = function(s) - if (pl.where.nolamp) then + if (here().nolamp) then return "Здесь не стоит зажигать лампу. "; end; if (pl.has_light) then