diff options
Diffstat (limited to 'npc/quests/quests_moscovia.txt')
-rw-r--r-- | npc/quests/quests_moscovia.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/quests/quests_moscovia.txt b/npc/quests/quests_moscovia.txt index fea58a842..7661f3d60 100644 --- a/npc/quests/quests_moscovia.txt +++ b/npc/quests/quests_moscovia.txt @@ -6325,7 +6325,7 @@ mosk_dun03,153,90,3 script Bubbling Swamp#mos1 844,{ next; mes "- Gas bubbles are rising. The atomosphere here is pretty scary -"; next; - mes "["+PcName+"]"; + mes "["+strcharinfo(0)+"]"; mes "I don't see any traces of Mikhail. I think I should go back and check his house one more time."; set mos_swan,11; close; @@ -6352,6 +6352,7 @@ mosk_dun03,153,90,3 script Bubbling Swamp#mos1 844,{ close; }else{ getitem 7763,1; + set mos_swan,mos_swan+1; close; } }else{ |