summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tiledoll.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2011-12-27 14:52:37 +0100
committerAdam Borowski <kilobyte@angband.pl>2011-12-27 14:54:42 +0100
commitfc68c24150e65cf2dcbafd8b0fd62ce2a3979873 (patch)
treee5b9ac367ba7be0aa53518fc0da35a79f889476d /crawl-ref/source/tiledoll.cc
parentefef7423681c1b8b530ad9b23942141f9381c0cd (diff)
downloadcrawl-ref-fc68c24150e65cf2dcbafd8b0fd62ce2a3979873.tar.gz
crawl-ref-fc68c24150e65cf2dcbafd8b0fd62ce2a3979873.zip
Drop the display of nets on player dolls.
It was strange that this short-lived effect was singled out while nothing else is.
Diffstat (limited to 'crawl-ref/source/tiledoll.cc')
-rw-r--r--crawl-ref/source/tiledoll.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/crawl-ref/source/tiledoll.cc b/crawl-ref/source/tiledoll.cc
index 885e28640d..f6f630bbdf 100644
--- a/crawl-ref/source/tiledoll.cc
+++ b/crawl-ref/source/tiledoll.cc
@@ -434,9 +434,6 @@ void save_doll_file(writer &dollf)
char fbuf[80];
tilep_print_parts(fbuf, result);
dollf.write(fbuf, strlen(fbuf));
-
- if (you.attribute[ATTR_HELD] > 0)
- dollf.write("net\n", 4);
}
#ifdef USE_TILE_LOCAL