Changeset - 5eb6c0e0c534
[Not reviewed]
default
0 1 0
silverwing - 5 years ago 2019-10-08 18:59:57

[upd] Alternate warehouse32 doors to be more consistent to game's flow
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
warehouse32.lua
Show inline comments
 
@@ -149,6 +149,7 @@ w32_backdoor = room {
 
		warehouse_32.pos = "01";
 
	end;
 
	way = {
 
		kh_vroom("Через забор", "warehouse_32_behind_night");
 
		kh_vroom("Внутрь", function(s)
 
			if (me().has_light) then
 
				pr("Стоит погасить лампу, прежде чем заходить внутрь. ");
 
@@ -159,7 +160,6 @@ w32_backdoor = room {
 
				return "warehouse_32";
 
			end;
 
		end);
 
		kh_vroom("Через забор", "warehouse_32_behind_night");
 
	};
 
    obj = {
 
        "w32_tablet_obj";
0 comments (0 inline, 0 general)