summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ghost.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-11-13 15:40:54 +0100
committerAdam Borowski <kilobyte@angband.pl>2012-11-13 15:40:54 +0100
commit1183a5be2602e8790fd9f8fe1f0720c5319f3b57 (patch)
treed48de3a0f230cab988adb68def435f29839be8cf /crawl-ref/source/ghost.h
parent367bed59b4022cfcdee925550d97a4738ade4dd5 (diff)
downloadcrawl-ref-1183a5be2602e8790fd9f8fe1f0720c5319f3b57.tar.gz
crawl-ref-1183a5be2602e8790fd9f8fe1f0720c5319f3b57.zip
Revert most of the lev->flight patch (by code size, not functionality).
This stops wands of paralysis, the Petrify spell, and nets from auto-killing anything that can fly (ie, a good part of later threats). Also, this fixes unwinged humanoids from getting wings in tiles and for other shape considerations. Unrelated fixes: message when flying up stairs, monsters picking items from deep water.
Diffstat (limited to 'crawl-ref/source/ghost.h')
-rw-r--r--crawl-ref/source/ghost.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/ghost.h b/crawl-ref/source/ghost.h
index fb63b1ad0a..06e581d076 100644
--- a/crawl-ref/source/ghost.h
+++ b/crawl-ref/source/ghost.h
@@ -37,7 +37,7 @@ public:
bool spellcaster, cycle_colours;
colour_t colour;
- bool flies;
+ flight_type fly;
monster_spells spells;