summaryrefslogtreecommitdiffstats
path: root/crawl-ref
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-23 06:07:41 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-23 06:07:41 +0000
commitfa5c82ee4d2bf67e5f33ce20f0ae0cee429e27c1 (patch)
tree181d51eaeb4599c5aa3f83c318add98cded69e16 /crawl-ref
parent66608712b3d4a1efcd10947d2fbaec182c41ec9e (diff)
downloadcrawl-ref-fa5c82ee4d2bf67e5f33ce20f0ae0cee429e27c1.tar.gz
crawl-ref-fa5c82ee4d2bf67e5f33ce20f0ae0cee429e27c1.zip
Another comment fix.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4518 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref')
-rw-r--r--crawl-ref/source/religion.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/religion.cc b/crawl-ref/source/religion.cc
index 56d8be9f8b..5161a3e585 100644
--- a/crawl-ref/source/religion.cc
+++ b/crawl-ref/source/religion.cc
@@ -3247,8 +3247,8 @@ static bool _beogh_retribution()
continue;
item_def& item = mitm[slot];
- // Need a species check in case this retribution is a result of
- // drawing the Wrath card.
+ // Need a species check, in case this retribution is a
+ // result of drawing the Wrath card.
if (you.species == SP_HILL_ORC)
set_item_ego_type( item, OBJ_WEAPONS, SPWPN_ORC_SLAYING );
else