Changeset - 5ed7fdf96c32
[Not reviewed]
default
0 1 0
Silverwing - 5 years ago 2019-06-29 17:02:28

Scene text will be automatically reshown on switching lamp state
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
items.lua
Show inline comments
 
@@ -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 "Вы зажигаете лампу. ";
0 comments (0 inline, 0 general)