summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/duration-data.h
diff options
context:
space:
mode:
authorNeil Moore <neil@s-z.org>2014-07-26 23:14:01 -0400
committerNeil Moore <neil@s-z.org>2014-07-26 23:18:03 -0400
commit456eec362be76bada65f826b9fd9560da57723f1 (patch)
tree2679dfa0c9b4112b084d574e6b3f96aeb32cb20c /crawl-ref/source/duration-data.h
parent421ad785ff4df1a8811fd9fd3ef56f1ab6d429e9 (diff)
downloadcrawl-ref-456eec362be76bada65f826b9fd9560da57723f1.tar.gz
crawl-ref-456eec362be76bada65f826b9fd9560da57723f1.zip
Show divine/cond. shield in % and @ (Kramin, PleasingFungus)
This also changes the wizmode name from "condensation shield" to "icy shield".
Diffstat (limited to 'crawl-ref/source/duration-data.h')
-rw-r--r--crawl-ref/source/duration-data.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/crawl-ref/source/duration-data.h b/crawl-ref/source/duration-data.h
index 122981fa36..a7d4f52292 100644
--- a/crawl-ref/source/duration-data.h
+++ b/crawl-ref/source/duration-data.h
@@ -325,6 +325,14 @@ static const duration_def duration_data[] =
false, LIGHTBLUE, "Fort",
"immense fortitude", "",
"You have immense fortitude and shrug off injury." },
+ { DUR_CONDENSATION_SHIELD,
+ false, 0, "",
+ "icy shield", "",
+ "You are shielded by a disc of ice." },
+ { DUR_DIVINE_SHIELD,
+ false, 0, "",
+ "divine shield", "",
+ "You are shielded by the power of the Shining One." },
// The following are visible in wizmode only, or are handled
// specially in the status lights and/or the % or @ screens.
@@ -338,13 +346,11 @@ static const duration_def duration_data[] =
{ DUR_POISONING, false, 0, "", "", "poisoning", "" },
{ DUR_SURE_BLADE, false, 0, "", "", "sure blade", "" },
{ DUR_PIETY_POOL, false, 0, "", "", "piety pool", "" },
- { DUR_DIVINE_SHIELD, false, 0, "", "", "divine shield", "" },
{ DUR_REGENERATION, false, 0, "", "", "regeneration", "" },
{ DUR_TRANSFORMATION, false, 0, "", "", "transformation", "" },
{ DUR_WEAPON_BRAND, false, 0, "", "", "weapon brand", "" },
{ DUR_DEMONIC_GUARDIAN, false, 0, "", "", "demonic guardian", "" },
{ DUR_POWERED_BY_DEATH, false, 0, "", "", "pbd", "" },
- { DUR_CONDENSATION_SHIELD, false, 0, "", "", "condensation shield", "" },
{ DUR_GOURMAND, false, 0, "", "", "gourmand", "" },
{ DUR_REPEL_STAIRS_MOVE, false, 0, "", "", "repel stairs move", "" },
{ DUR_REPEL_STAIRS_CLIMB, false, 0, "", "", "repel stairs climb", "" },