summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/enum.h')
-rw-r--r--crawl-ref/source/enum.h30
1 files changed, 15 insertions, 15 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index e54cbbb2ca..483673a0f9 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -2138,22 +2138,22 @@ enum object_class_type // (unsigned char) mitm[].base_type
enum operation_types
{
- OPER_WIELD = 'w',
- OPER_QUAFF = 'q',
- OPER_DROP = 'd',
- OPER_EAT = 'e',
- OPER_TAKEOFF = 'T',
- OPER_WEAR = 'W',
- OPER_PUTON = 'P',
- OPER_REMOVE = 'R',
- OPER_READ = 'r',
+ OPER_WIELD = 'w',
+ OPER_QUAFF = 'q',
+ OPER_DROP = 'd',
+ OPER_EAT = 'e',
+ OPER_TAKEOFF = 'T',
+ OPER_WEAR = 'W',
+ OPER_PUTON = 'P',
+ OPER_REMOVE = 'R',
+ OPER_READ = 'r',
OPER_MEMORISE = 'M',
- OPER_ZAP = 'z',
- OPER_EXAMINE = 'v',
- OPER_FIRE = 'f',
- OPER_PRAY = 'p',
- OPER_EVOKE = 'E',
- OPER_ANY = 0
+ OPER_ZAP = 'Z',
+ OPER_EXAMINE = 'v',
+ OPER_FIRE = 'f',
+ OPER_PRAY = 'p',
+ OPER_EVOKE = 'E',
+ OPER_ANY = 0
};
enum orb_type