Changeset - b102dd472f2b
[Not reviewed]
default
0 2 0
Silverwing - 7 years ago 2017-09-17 10:41:30

Lamp fixed
2 files changed with 2 insertions and 1 deletions:
0 comments (0 inline, 0 general)
items.lua
Show inline comments
 
@@ -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
main.lua
Show inline comments
 
@@ -197,6 +197,7 @@ function init()
 
    pl.where = intro;
 
    ---debug
 
    pl.where = w32_backdoor;
 
    put(item_lamp, pl);
 
    --language_known = true;
 
    --pl.where = "leviathan_airlock";
 
    --move(submarine_leviathan, "iyh_rear_entrance_foot");
0 comments (0 inline, 0 general)