Changeset - a175ffb884f2
[Not reviewed]
default
0 2 0
Silverwing - 6 years ago 2017-12-24 21:37:06

Some minimal fixes
2 files changed with 2 insertions and 1 deletions:
0 comments (0 inline, 0 general)
atlantis_dyp.lua
Show inline comments
 
@@ -77,6 +77,7 @@ dyp_guardian = npc {
 

	
 
dyp_guardian_dlg = dlg {
 
    nam = "dyp_guardian_dlg";
 
    disp = "Стражник";
 
    entered = function(s)
 
        if language_known then
 
            psub("speak");
atlantis_iraa.lua
Show inline comments
 
@@ -264,7 +264,7 @@ iraa_rytlarr = npc {
 
iraa_rytlarr_dlg = dlg {
 
    nam = "iraa_rytlarr_dlg";
 
    disp = [[Ритларр]];
 
    entered = function(s)
 
    enter = function(s)
 
        if dyp_quest_state == 3 then
 
            pon("star_map");
 
        end;
0 comments (0 inline, 0 general)