summaryrefslogtreecommitdiff
path: root/npc/quests/quests_moscovia.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/quests/quests_moscovia.txt')
-rw-r--r--npc/quests/quests_moscovia.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/quests/quests_moscovia.txt b/npc/quests/quests_moscovia.txt
index 596548252..80401a779 100644
--- a/npc/quests/quests_moscovia.txt
+++ b/npc/quests/quests_moscovia.txt
@@ -14642,7 +14642,7 @@ mosk_dun02,48,214,5 script Baba Yaga#rus32 970,{
next;
while(1) {
input .@input;
- if (.@input$ == 0) {
+ if (.@input == 0) {
mes "[Baba Yaga]";
mes "You don't want it?";
next;
@@ -14650,7 +14650,7 @@ mosk_dun02,48,214,5 script Baba Yaga#rus32 970,{
mes "I don't understand you. What do you want? Kehehehehe.";
close;
}
- else if (.@input$ > 100) {
+ else if (.@input > 100) {
mes "[Baba Yaga]";
mes "I said no more then 100 at a time. Kehehehehe.";
next;