summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/command.cc
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-15 12:42:37 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-15 12:42:37 +0000
commit94ecb28d87ead9a3d77f2bbecc59eb8cc978d95c (patch)
tree772de64bfd8b558a1ee04307191c5fa8a9177001 /crawl-ref/source/command.cc
parent78db5db504f491e368f4fdef6dff4976cb003951 (diff)
downloadcrawl-ref-94ecb28d87ead9a3d77f2bbecc59eb8cc978d95c.tar.gz
crawl-ref-94ecb28d87ead9a3d77f2bbecc59eb8cc978d95c.zip
Fix tutorial message about gaining a skill being shown outside tutorial.
Move damage reduction for petrified monsters out of the stab check and into the general damage calculation. Still 1/3. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5846 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/command.cc')
-rw-r--r--crawl-ref/source/command.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/command.cc b/crawl-ref/source/command.cc
index 34df390d2b..dfb78e084a 100644
--- a/crawl-ref/source/command.cc
+++ b/crawl-ref/source/command.cc
@@ -229,7 +229,7 @@ static void _print_version(void)
cmd_version.add_text(_get_version_features());
cmd_version.add_text(_get_version_changes());
- // Read in information about changed in comparison to the latest version.
+ // Read in information about changes in comparison to the latest version.
FILE* fp = fopen(datafile_path("034_changes.txt", true).c_str(), "r");
if (fp)
{