summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ability.cc
diff options
context:
space:
mode:
authorShmuale Mark <shm.mark@gmail.com>2014-03-08 19:50:33 -0500
committerShmuale Mark <shm.mark@gmail.com>2014-03-08 20:42:05 -0500
commit15be66f726488cb2783819566f7efceab7069a2e (patch)
tree190b9ea8e40b5905c5aa54e7b9194b6cda6176c3 /crawl-ref/source/ability.cc
parent428849b03052c4253dbc0b0a2ced2c1bbc12745d (diff)
downloadcrawl-ref-15be66f726488cb2783819566f7efceab7069a2e.tar.gz
crawl-ref-15be66f726488cb2783819566f7efceab7069a2e.zip
Make all abyss teleports shift the Abyss (minmay).
Partly this is to (somewhat) make the Abyss a little easier. Teleports still take longer than orbrun teleports to kick in on average, and in general letting the player know what an action will do is a good thing. But the main reason is that, due to maprot, same-area abyss teleports are a pretty awful interface screw. You are prevented from remembering what monsters were around (this was quite annoying when being marked was more common in the abyss), and though you can see for one second what direction you came from, immediately after the screen refreshes and you can't anymore. Possibly this could lead to improving/removing altogether maprot.
Diffstat (limited to 'crawl-ref/source/ability.cc')
-rw-r--r--crawl-ref/source/ability.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/ability.cc b/crawl-ref/source/ability.cc
index 558ca77cd8..2e151801f0 100644
--- a/crawl-ref/source/ability.cc
+++ b/crawl-ref/source/ability.cc
@@ -1888,7 +1888,7 @@ static bool _do_ability(const ability_def& abil)
// End ZotDef Allies
case ABIL_MAKE_TELEPORT:
- you_teleport_now(true, true);
+ you_teleport_now(true);
break;
// ZotDef traps