diff options
Diffstat (limited to 'npc/027-1_Graveyard/_mobs.txt')
-rw-r--r-- | npc/027-1_Graveyard/_mobs.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/027-1_Graveyard/_mobs.txt b/npc/027-1_Graveyard/_mobs.txt index bae992d0..e3497f67 100644 --- a/npc/027-1_Graveyard/_mobs.txt +++ b/npc/027-1_Graveyard/_mobs.txt @@ -89,7 +89,7 @@ _MOBCOUNT_ZOMBIES: // TODO: set 1 to 10 if (@bracelet < 1) return; // if (rand(8) != 0) return; - message strcharinfo(0), "You found a strange bracelet hidden in the zombie's rotten rags. Maybe this is what the Crying child was looking for..."; + message strcharinfo(0), "You found a strange bracelet hidden in the zombie's rotten rags. Maybe this is what Aldred was looking for..."; set @state, 2; callsub S_Update_Mask; return; @@ -106,7 +106,7 @@ _MOBCOUNT_FALLENS: // TODO: set 1 to 10 if (@bracelet < 1) return; // if (rand(8) != 0) return; - message strcharinfo(0), "You found a strange bracelet inside the fallen's broken helmet. Maybe this is what the Crying child was looking for..."; + message strcharinfo(0), "You found a strange bracelet inside the fallen's broken helmet. Maybe this is what Aldred was looking for..."; set @state, 2; callsub S_Update_Mask; return; |