From e9e1be789c12cdbaaaeb048251dae0dc22a320ba Mon Sep 17 00:00:00 2001 From: dshaligram Date: Sat, 11 Aug 2007 20:56:55 +0000 Subject: Give Lugonu Banishment and Corruption. I've left the old Bend Space in, because there needs to be an invocation that can train Invocations, and Banishment is too costly to use for everyday training. Corruption is still a first-cut, needs more work and playtesting: - Terrain modification is one-time only. Creeping modification requires too much savegame magic. - The monsters gated in during the corruption effect are occasionally hostile, but mostly neutral. Neutrals will attack hostile monsters and also pets, but will leave other neutrals and the player alone (in general). A neutral that wants to go somewhere, but finds the player in the way will still take a swing at the player. - Beams are still not fixed to handle neutrals correctly (so neutrals do not target and shoot right yet), will fix soon. Breaks save compatibility. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1990 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/monplace.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'crawl-ref/source/monplace.h') diff --git a/crawl-ref/source/monplace.h b/crawl-ref/source/monplace.h index 5a125c03e9..1de7d3ba80 100644 --- a/crawl-ref/source/monplace.h +++ b/crawl-ref/source/monplace.h @@ -52,6 +52,11 @@ int create_monster( int cls, int dur, beh_type beha, int cr_x, int cr_y, int hitting, int zsec, bool permit_bands = false, bool force_place = false, bool force_behaviour = false ); +class level_id; +monster_type pick_random_monster(const level_id &place, + int power, + int &lev_mons); + bool player_angers_monster(monsters *mon); // last updated 12may2000 {dlb} -- cgit v1.2.3-54-g00ecf