summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.h
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2007-08-22 11:02:10 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2007-08-22 11:02:10 +0000
commit6346b53cc0d9fbcb5484e41967e5ae7ffb16cc71 (patch)
treef687f065fb344fd1610f4ec9db47b48a7006d414 /crawl-ref/source/enum.h
parentae558c387a4ede86cffe8e4654ea6e544863abc1 (diff)
downloadcrawl-ref-6346b53cc0d9fbcb5484e41967e5ae7ffb16cc71.tar.gz
crawl-ref-6346b53cc0d9fbcb5484e41967e5ae7ffb16cc71.zip
s/CAUGHT/HELD/
Gladiators now start with 4 nets. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2026 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/enum.h')
-rw-r--r--crawl-ref/source/enum.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index cfffdf0567..d93fe664f2 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -253,7 +253,7 @@ enum attribute_type
ATTR_WAS_SILENCED, //jmf: added for silenced messages
ATTR_GOD_GIFT_COUNT, //jmf: added to help manage god gift giving
ATTR_DELAYED_FIREBALL, // bwr: reserve fireballs
- ATTR_CAUGHT, // caught in a net
+ ATTR_HELD, // caught in a net
NUM_ATTRIBUTES
};
@@ -1289,7 +1289,7 @@ enum enchant_type
ENCH_SICK,
ENCH_SLEEPY, // Monster can't wake until this wears off.
ENCH_FATIGUE, // Post-berserk fatigue.
- ENCH_CAUGHT, // caught in a net
+ ENCH_HELD, // caught in a net
NUM_ENCHANTMENTS
};