Changeset - 3508620d53af
[Not reviewed]
default
0 1 0
Silverwing - 5 years ago 2019-06-12 19:12:50

Minor text change
1 file changed with 4 insertions and 1 deletions:
0 comments (0 inline, 0 general)
wright.lua
Show inline comments
 
@@ -7,8 +7,11 @@ door_wright = obj {
 
	act = function(s)
 
		if (s.locked) then
 
			walkin "wright_entry_dlg";
 
			return true;
 
		else
 
			return "Вы можете войти.";
 
		end;
 
		return true;
 
 
	end;
 
	dsc = function(s)
 
		if (s.locked) then
0 comments (0 inline, 0 general)