summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monplace.h
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-10 18:37:10 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-10 18:37:10 +0000
commit32e1a1a551a66a0e2e9eedd59eb0ba8f0241c6d5 (patch)
treed20baab55b8a808a10b2f9910ec97516ced5a3b8 /crawl-ref/source/monplace.h
parentbe4a87c9f0e42c026b4bd11cb9a6730b3f574c45 (diff)
downloadcrawl-ref-32e1a1a551a66a0e2e9eedd59eb0ba8f0241c6d5.tar.gz
crawl-ref-32e1a1a551a66a0e2e9eedd59eb0ba8f0241c6d5.zip
Make Sticks to Snakes stronger.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4992 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/monplace.h')
-rw-r--r--crawl-ref/source/monplace.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/crawl-ref/source/monplace.h b/crawl-ref/source/monplace.h
index 058adce4d3..ece5c1ce89 100644
--- a/crawl-ref/source/monplace.h
+++ b/crawl-ref/source/monplace.h
@@ -236,12 +236,6 @@ struct mgen_data
int mons_place( mgen_data mg );
-/* int mons_place( int mon_type, beh_type behaviour, int target, bool summoned, */
-/* int px, int py, int level_type = LEVEL_DUNGEON, */
-/* proximity_type proximity = PROX_ANYWHERE, */
-/* int extra = MONS_PROGRAM_BUG, */
-/* int dur = 0, bool permit_bands = false ); */
-
int create_monster( mgen_data mg );
// last updated 12may2000 {dlb}
@@ -250,10 +244,6 @@ int create_monster( mgen_data mg );
* items - monstuff - mstuff2 - religion - spell - spells -
* spells2 - spells3 - spells4
* *********************************************************************** */
-/* 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 player_made = false ); */
class level_id;
monster_type pick_random_monster(const level_id &place,
@@ -289,12 +279,6 @@ monster_type summon_any_demon( demon_class_type demon_class );
* *********************************************************************** */
int place_monster( mgen_data mg );
- // int &id, int mon_type, int power, beh_type behaviour,
- // int target, bool summoned, int px, int py, bool allow_bands,
- // proximity_type proximity = PROX_ANYWHERE,
- // int extra = MONS_PROGRAM_BUG, int dur = 0,
- // unsigned mmask = 0 );
-
monster_type rand_dragon( dragon_class_type type );
bool drac_colour_incompatible(int drac, int colour);