diff --git a/items.lua b/items.lua --- a/items.lua +++ b/items.lua @@ -318,6 +318,7 @@ item_lamp = obj { if (here().nolamp) then return "Здесь не стоит зажигать лампу. "; end; + stead.need_scene(); if (me().has_light) then me().has_light = false; return "Вы гасите свет. ";