From 08c0c17c168b193b376df4fca0622026d2f1b5c6 Mon Sep 17 00:00:00 2001 From: dshaligram Date: Fri, 29 Jun 2007 13:52:58 +0000 Subject: Adjust dragon armour properties back towards 4.0 (they were using 4.1.2 props due to an accidental import circa 0.1). I've left hides closer to the 4.1.2 AC. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1689 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/clua.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/clua.cc') diff --git a/crawl-ref/source/clua.cc b/crawl-ref/source/clua.cc index 5448ca6d68..5e9d621109 100644 --- a/crawl-ref/source/clua.cc +++ b/crawl-ref/source/clua.cc @@ -719,7 +719,7 @@ LUARET1(you_transform, string, transform_name()) LUARET1(you_where, string, level_id::current().describe().c_str()) LUARET1(you_branch, string, level_id::current().describe(false, false).c_str()) LUARET1(you_subdepth, number, level_id::current().depth) -LUARET1(you_absdepth, number, you.your_level) +LUARET1(you_absdepth, number, you.your_level + 1) LUAWRAP(you_stop_activity, interrupt_activity(AI_FORCE_INTERRUPT)) void lua_push_floor_items(lua_State *ls); -- cgit v1.2.3-54-g00ecf