From ef9da25bc7db81c0f8cb46ea5bf5685ae29c1c86 Mon Sep 17 00:00:00 2001 From: "John R. Dennison" Date: Thu, 15 Apr 2021 06:00:06 +0000 Subject: [PATCH] Minor grammar fixes. --- bot.v3.1.2.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bot.v3.1.2.pl b/bot.v3.1.2.pl index 81f6a1a..e47b5e8 100644 --- a/bot.v3.1.2.pl +++ b/bot.v3.1.2.pl @@ -1371,7 +1371,7 @@ sub find_item { # find item for argument player if ($ulevel >= $level && $ulevel > int($rps{$u}{item}{ring})) { notice("The light of the gods shines down upon you! You have ". "found the level $ulevel Juliet's Glorious Ring of ". - "Sparkliness! You enemies are blinded by both its glory ". + "Sparkliness! Your enemies are blinded by both its glory ". "and their greed as you bring desolation upon them.", $rps{$u}{nick}); $rps{$u}{item}{ring} = $ulevel."h"; @@ -1395,7 +1395,7 @@ sub find_item { # find item for argument player notice("The light of the gods shines down upon you! You have ". "found the level $ulevel Dwyn's Storm Magic Amulet! Your ". "enemies are swept away by an elemental fury before the ". - "war has even begun",$rps{$u}{nick}); + "war has even begun.",$rps{$u}{nick}); $rps{$u}{item}{amulet} = $ulevel."c"; return; }