summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monplace.h
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-10-16 08:18:17 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-10-16 08:18:17 +0000
commit0cdf5a3356cf5b257d83b058195ced250e91f384 (patch)
tree533633e1d7bf6fc063fedf7c01416a1742634083 /crawl-ref/source/monplace.h
parent92f0c3b1aac5a65fcc8ca15d8cb521eb0e111b08 (diff)
downloadcrawl-ref-0cdf5a3356cf5b257d83b058195ced250e91f384.tar.gz
crawl-ref-0cdf5a3356cf5b257d83b058195ced250e91f384.zip
Summoned monsters now have the (increasingly misnamed) CREATED_FRIENDLY
flag, so they don't give XP, even if initially hostile, to prevent scumming. [1784802] git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2483 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/monplace.h')
-rw-r--r--crawl-ref/source/monplace.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/monplace.h b/crawl-ref/source/monplace.h
index a7170e05e0..7cfb7fe015 100644
--- a/crawl-ref/source/monplace.h
+++ b/crawl-ref/source/monplace.h
@@ -123,7 +123,8 @@ int mons_place( int mon_type, beh_type behaviour, int target, bool summoned,
* *********************************************************************** */
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 );
+ bool force_place = false, bool force_behaviour = false,
+ bool player_made = false );
class level_id;
monster_type pick_random_monster(const level_id &place,