diff options
-rw-r--r-- | world/map/npc/018-2/caul.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/npc/018-2/caul.txt b/world/map/npc/018-2/caul.txt index ddbe6a3c..51196583 100644 --- a/world/map/npc/018-2/caul.txt +++ b/world/map/npc/018-2/caul.txt @@ -811,7 +811,7 @@ L_noheart: set @choice$[@choices_nr], "Add a bone"; set @choices_nr, @choices_nr + 1; L_nobone: - if (countitem("DiseasedHeart") == 0) goto L_noskull; + if (countitem("Skull") == 0) goto L_noskull; set @choice_idx[@choices_nr], @C_skull; set @choice$[@choices_nr], "Add a skull"; set @choices_nr, @choices_nr + 1; |