From 40e6cec1c6f46027dc07110dde8b14248f728d05 Mon Sep 17 00:00:00 2001 From: dolorous Date: Sat, 18 Apr 2009 16:59:42 +0000 Subject: Deep dwarves get the same number of initial strength points as mountain dwarves, so give their ghosts the same strength bonus that mountain dwarves get. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9627 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/player.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/player.cc') diff --git a/crawl-ref/source/player.cc b/crawl-ref/source/player.cc index 3a04aaecda..d452d731e5 100644 --- a/crawl-ref/source/player.cc +++ b/crawl-ref/source/player.cc @@ -6875,7 +6875,7 @@ bool player::permanent_levitation() const bool player::permanent_flight() const { - return (airborne() && wearing_amulet( AMU_CONTROLLED_FLIGHT ) + return (airborne() && wearing_amulet(AMU_CONTROLLED_FLIGHT) && you.species == SP_KENKU && you.experience_level >= 15); } -- cgit v1.2.3-54-g00ecf