summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/traps.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/traps.cc')
-rw-r--r--crawl-ref/source/traps.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/traps.cc b/crawl-ref/source/traps.cc
index 00d6b15356..f156d6e0d3 100644
--- a/crawl-ref/source/traps.cc
+++ b/crawl-ref/source/traps.cc
@@ -864,7 +864,7 @@ void remove_net_from(monsters *mon)
static int damage_or_escape_net(int hold)
{
// Spriggan: little (+2)
- // Halfling, Kobold, Gnome: small (+1)
+ // Halfling, Kobold: small (+1)
// Human, Elf, ...: medium (0)
// Ogre, Troll, Centaur, Naga: large (-1)
// transformations: spider, bat: tiny (+3); ice beast: large (-1)