From 0510022aff86ed63f6f3c7c7909a629e4c9922c4 Mon Sep 17 00:00:00 2001 From: johnny shelley Date: Sun, 15 Nov 2009 11:45:34 +0000 Subject: Restore Warper class, Arcane Marksman tweaks. Adds warper back and moves arcane marksman close to hunter in selection screen. Changes spell level of exploding ammo to 5. Fixes abbreviation of Am. Removes scroll of blink from AM starting equipment. Signed-off-by: Jude Brown --- crawl-ref/source/enum.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'crawl-ref/source/enum.h') diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h index 0a9f8193aa..08a30334c6 100644 --- a/crawl-ref/source/enum.h +++ b/crawl-ref/source/enum.h @@ -1456,9 +1456,10 @@ enum job_type JOB_REAVER, JOB_STALKER, JOB_MONK, // 25 - JOB_ARCANE_MARKSMAN, + JOB_WARPER, JOB_WANDERER, // 27 JOB_ARTIFICER, // 28 -Greenberg/Bane + JOB_ARCANE_MARKSMAN, NUM_JOBS, // always after the last job JOB_UNKNOWN = 100 -- cgit v1.2.3-54-g00ecf