Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/FortuneMaker.activity
diff options
context:
space:
mode:
authorJustin Lewis <jtl1728@rit.edu>2010-02-03 22:41:40 (GMT)
committer Justin Lewis <jtl1728@rit.edu>2010-02-03 22:41:40 (GMT)
commite6194803bcd1e7592c7636a4213a674c524e37b9 (patch)
treeff444298e9d3586521447940b33d46073c3eec54 /FortuneMaker.activity
parent21b9b6b5f63b67f7be0a459cf3f66314fe3631fc (diff)
Fixed bug in constants file
Diffstat (limited to 'FortuneMaker.activity')
-rw-r--r--FortuneMaker.activity/constants.py32
1 files changed, 16 insertions, 16 deletions
diff --git a/FortuneMaker.activity/constants.py b/FortuneMaker.activity/constants.py
index 19e416c..44b2a08 100644
--- a/FortuneMaker.activity/constants.py
+++ b/FortuneMaker.activity/constants.py
@@ -59,22 +59,22 @@ ITEM_INDEX = {
'7':_("Earth Vest"),
'8':_("Wind Breaker"),
'9':_("Flame Leggings"),
- '8':_("Dark Cowl"),
- '9':_("Celestial Armor"),
- 'a':_("Jewel Shard"),
- 'b':_("Broken Hourglass"),
- 'c':_("Radiant Vial"),
- 'd':_("Honor Tome"),
- 'e':_("Valor Tome"),
- 'f':_("Ruby"),
- 'g':_("Sapphire"),
- 'h':_("Emerald"),
- 'i':_("Diamond"),
- 'j':_("Remedy"),
- 'k':_("Elixir"),
- 'l':_("Panacea"),
- 'm':_("High Elixir"),
- 'n':_("Nostrum")
+ 'a':_("Dark Cowl"),
+ 'b':_("Celestial Armor"),
+ 'c':_("Jewel Shard"),
+ 'd':_("Broken Hourglass"),
+ 'e':_("Radiant Vial"),
+ 'f':_("Honor Tome"),
+ 'g':_("Valor Tome"),
+ 'h':_("Ruby"),
+ 'i':_("Sapphire"),
+ 'j':_("Emerald"),
+ 'k':_("Diamond"),
+ 'l':_("Remedy"),
+ 'm':_("Elixir"),
+ 'n':_("Panacea"),
+ 'o':_("High Elixir"),
+ 'p':_("Nostrum")
}
ITEM_FLAGS = {