summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tags.cc
diff options
context:
space:
mode:
authorShmuale Mark <shm.mark@gmail.com>2014-07-04 09:52:03 -0400
committerShmuale Mark <shm.mark@gmail.com>2014-07-04 12:30:02 -0400
commit0556778dcb5a45df7acc9d40ade0de40919873b9 (patch)
treed7c066ea435719b334c393c019a811efa90a156b /crawl-ref/source/tags.cc
parent4a4df5a50d7148d5e1bf36c8bcc49227142ff9cb (diff)
downloadcrawl-ref-0556778dcb5a45df7acc9d40ade0de40919873b9.tar.gz
crawl-ref-0556778dcb5a45df7acc9d40ade0de40919873b9.zip
Symbolise.
Diffstat (limited to 'crawl-ref/source/tags.cc')
-rw-r--r--crawl-ref/source/tags.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/tags.cc b/crawl-ref/source/tags.cc
index dc903ababe..fbc75a69b9 100644
--- a/crawl-ref/source/tags.cc
+++ b/crawl-ref/source/tags.cc
@@ -3030,8 +3030,8 @@ static void tag_read_you(reader &th)
if (you.props.exists("napalm_aux"))
you.props["sticky_flame_aux"] = you.props["napalm_aux"];
}
- if (you.duration[DUR_WEAPON_BRAND] && !you.props.exists("orig brand"))
- you.props["orig brand"] = SPWPN_NORMAL;
+ if (you.duration[DUR_WEAPON_BRAND] && !you.props.exists(ORIGINAL_BRAND_KEY))
+ you.props[ORIGINAL_BRAND_KEY] = SPWPN_NORMAL;
#endif
}