diff options
Diffstat (limited to 'npc/027-2_Caretakers_House/lover.txt')
-rw-r--r-- | npc/027-2_Caretakers_House/lover.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/027-2_Caretakers_House/lover.txt b/npc/027-2_Caretakers_House/lover.txt index e194dce5..7233cb57 100644 --- a/npc/027-2_Caretakers_House/lover.txt +++ b/npc/027-2_Caretakers_House/lover.txt @@ -71,7 +71,7 @@ L_Crystals: if (countitem("DarkCrystal") < @CRYSTAL_AMOUNT) goto L_Not_Enough_Crystals; - delitem "DarkCrystal", countitem("DarkCrystal"); + delitem "DarkCrystal", @CRYSTAL_AMOUNT; getexp @CRYSTAL_EXP, 0; next; mes "\"Oh, I can feel them! Please lay them down on the floor.\""; |