summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-tornado.cc
diff options
context:
space:
mode:
authorelliptic <hyperelliptical@gmail.com>2012-11-09 20:01:14 -0500
committerelliptic <hyperelliptical@gmail.com>2012-11-09 20:02:26 -0500
commit01ddba3dbfab75ac96137af1bdfc5a407920f34a (patch)
tree499134b11f4ab829a180b4fff9a54eb11ae1d3f1 /crawl-ref/source/spl-tornado.cc
parentffeb8684415d1badd14139905f6e90a56e633af2 (diff)
downloadcrawl-ref-01ddba3dbfab75ac96137af1bdfc5a407920f34a.tar.gz
crawl-ref-01ddba3dbfab75ac96137af1bdfc5a407920f34a.zip
Remove unnecessary calls to burden_change().
Since flying no longer increases carrying capacity, these didn't do anything.
Diffstat (limited to 'crawl-ref/source/spl-tornado.cc')
-rw-r--r--crawl-ref/source/spl-tornado.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/spl-tornado.cc b/crawl-ref/source/spl-tornado.cc
index b5628549b5..a48c130824 100644
--- a/crawl-ref/source/spl-tornado.cc
+++ b/crawl-ref/source/spl-tornado.cc
@@ -138,7 +138,6 @@ spret_type cast_tornado(int powc, bool fail)
you.props["tornado_since"].get_int() = you.elapsed_time;
_set_tornado_durations(powc);
- burden_change();
return SPRET_SUCCESS;
}
@@ -444,7 +443,6 @@ void cancel_tornado(bool tloc)
{
you.duration[DUR_FLIGHT] = 0;
you.attribute[ATTR_FLIGHT_UNCANCELLABLE] = 0;
- burden_change();
// NO checking for water, since this is called only during level
// change, and being, say, banished from above water shouldn't
// kill you.