# HG changeset patch # User Silverwing # Date 2019-06-29 17:02:28 # Node ID 5ed7fdf96c32ac4ea827431c59b87b449e6891c4 # Parent 5c9c0df45dda0cdec2618b63830e11ba8748e7b3 Scene text will be automatically reshown on switching lamp state 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 "Вы гасите свет. ";