summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-11-08 21:47:00 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-11-08 21:47:00 +0000
commitecca9ffb97c83374d58941a08976bfd28ed985eb (patch)
tree1cc98fdcaccba678f6516c7b5d33272789b31557 /crawl-ref/source
parent396fd7c01372c45a35bee8a6315c0eecd7ca7d38 (diff)
downloadcrawl-ref-ecca9ffb97c83374d58941a08976bfd28ed985eb.tar.gz
crawl-ref-ecca9ffb97c83374d58941a08976bfd28ed985eb.zip
Add another minor cosmetic fix.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7425 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source')
-rw-r--r--crawl-ref/source/newgame.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/newgame.cc b/crawl-ref/source/newgame.cc
index d9cabd8233..04aeff97f7 100644
--- a/crawl-ref/source/newgame.cc
+++ b/crawl-ref/source/newgame.cc
@@ -2841,8 +2841,8 @@ static void _give_basic_knowledge(job_type which_job)
set_ident_type( OBJ_POTIONS, POT_HEAL_WOUNDS, ID_KNOWN_TYPE );
break;
- case JOB_ASSASSIN:
case JOB_STALKER:
+ case JOB_ASSASSIN:
case JOB_VENOM_MAGE:
set_ident_type( OBJ_POTIONS, POT_POISON, ID_KNOWN_TYPE );
break;