diff options
Diffstat (limited to 'npc/003-2-1')
-rw-r--r-- | npc/003-2-1/demure.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/003-2-1/demure.txt b/npc/003-2-1/demure.txt index ea5752ffa..5508644f4 100644 --- a/npc/003-2-1/demure.txt +++ b/npc/003-2-1/demure.txt @@ -7,11 +7,12 @@ RegEasterEgg(EE_DEMURE, 5); - if (countitem(ComplaintForm) > 100) { + if (countitem(ComplaintForm) > 100 && !(FLAGS & FLAG_COMPLAINTFORM)) { delitem ComplaintForm, 100; Zeny+=100*getiteminfo(ComplaintForm, ITEMINFO_SELLPRICE); dispbottom l("Due to a bug, all your complaint forms became money!"); RegEasterEgg(EE_COMPLAINT, 15); + FLAGS = FLAGS | FLAG_COMPLAINTFORM; } // Let's try without freeloop |