summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/decks.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/decks.cc')
-rw-r--r--crawl-ref/source/decks.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/decks.cc b/crawl-ref/source/decks.cc
index 048c2b3d56..76dec12063 100644
--- a/crawl-ref/source/decks.cc
+++ b/crawl-ref/source/decks.cc
@@ -1685,9 +1685,9 @@ static void _stairs_card(int power, deck_rarity_type rarity)
you.duration[DUR_REPEL_STAIRS_CLIMB] = 0;
if (grid_stair_direction(grd(you.pos())) == CMD_NO_CMD)
- you.duration[DUR_REPEL_STAIRS_MOVE] = 1000;
+ you.duration[DUR_REPEL_STAIRS_MOVE] = 1000;
else
- you.duration[DUR_REPEL_STAIRS_CLIMB] = 1000;
+ you.duration[DUR_REPEL_STAIRS_CLIMB] = 500; // more annoying
std::vector<coord_def> stairs_avail;