summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-miscast.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove stuffNicholas Feinberg2014-07-291-1/+1
* Separate 'permanent' and 'temporary' monster hit diceNicholas Feinberg2014-07-131-4/+4
* Reduce the startup time of Malign GatewayChris Campbell2014-07-081-1/+1
* Replace potions of paralysis with potions of cancellation.Shmuale Mark2014-07-061-3/+0
* The great mon-stuff migration.Shmuale Mark2014-06-221-1/+0
* Destroy item destructiongammafunk2014-05-281-1/+1
* Melt away lava orcs.Steve Melenchuk2014-05-141-1/+5
* Improved messages when Sif or Kiku prevents miscasts. Also improved descripti...drachereborn2014-04-291-1/+2
* Fix Zot traps sometimes applying a player-only effect to monsters (Nivim)Chris Campbell2014-04-211-1/+1
* Move mon death stuff from mon-stuff.cc to mon-death.cc.Shmuale Mark2014-04-121-0/+1
* Convert various other sources of player poison to the new systemDracoOmega2014-03-061-3/+3
* Reroll hell effect paralysis instead of doing nothingChris Campbell2014-03-061-15/+22
* Remove paralyse from hell effects.Sage2014-03-061-1/+12
* Remove poison from Zot trap effects.Sage2014-03-061-14/+8
* Fix up some TAG_MAJOR_VERSION > 34 issues.Steve Melenchuk2014-03-051-2/+2
* Remove djinn.wheals2014-02-241-2/+10
* Make Zot trap malign gateways generate near the triggerer, not the playerChris Campbell2014-02-171-1/+1
* Accept MHITYOU as a miscast source.Steve Melenchuk2014-02-101-1/+1
* Replace it with something.Adam Borowski2014-01-101-5/+1
* Avoid a long message loop with curse card and holy brand weaponsPekka Lampila2013-12-181-3/+2
* Indentation fixes.Adam Borowski2013-12-041-6/+6
* Replace `mpr(s, ch)` with `mprf(ch, s)`Adam Borowski2013-11-291-8/+8
* Simplify potion quaff-id.Adam Borowski2013-11-271-1/+1
* More formatting fixes for return (...);Neil Moore2013-11-151-9/+9
* Stop a poison miscast when in a wall.Adam Borowski2013-10-241-0/+2
* Fix malign gateway not registering its terrain change.Adam Borowski2013-10-211-0/+1
* Kiku miscast protection: Reduce chanceChris Oelmueller2013-09-201-1/+1
* Reduce the number of monsters a Zot trap can recall.Steve Melenchuk2013-09-181-1/+1
* Zot trap effect: Word of Recall.Steve Melenchuk2013-09-161-1/+6
* Use a finer scale for magic contamination.Raphael Langella2013-08-161-5/+5
* Replace 'you.penance' checks with function callsBrendan Hickey2013-07-281-3/+3
* Refactor 'you.religion' checks.Brendan Hickey2013-07-281-2/+2
* Remove some plain damage Zot trap effects, add drainingChris Campbell2013-07-171-22/+15
* Revert djinn not having hair.Adam Borowski2013-07-161-2/+1
* Add wand charge draining as a Zot trap effectChris Campbell2013-07-161-0/+26
* Djinni, gargoyles, lava orcs (???) don't have hairChris Campbell2013-07-161-1/+3
* Revamp player xp drainingDracoOmega2013-07-061-15/+7
* ASSERT_RANGEs other than >= <.Adam Borowski2013-06-081-4/+2
* Turn pairs of assertions with x > min, x <= max into ASSERT_RANGE.Adam Borowski2013-06-081-2/+1
* Merge branch 'lava_djinn' into masterNeil Moore2013-05-291-9/+9
|\
| * Merge branch 'lava_orcs' into lava_djinnAdam Borowski2013-05-291-5/+3
| |\
| * \ Merge branch 'master' into djinnAdam Borowski2013-05-291-15/+257
| |\ \
| * | | Rename actor::mutate() to actor::malmutate().Adam Borowski2013-05-181-1/+1
| * | | s/give_bad_mutation(/mutate(RANDOM_BAD_MUTATION, /Adam Borowski2013-05-181-2/+2
| * | | Djinn: stealing their magic makes them true monsters.Adam Borowski2013-04-281-4/+4
* | | | Put a Xom message in the proper channel.David Lawrence Ramsey2013-05-281-1/+2
| |_|/ |/| |
* | | Don't let Xom kill the player with an Earth 3 miscasts if he doesn't want to.Adam Borowski2013-05-291-5/+3
| |/ |/|
* | Reduce the number of shadows summoned by necro miscasts from 1-3 to 1-2DracoOmega2013-05-271-1/+1
* | Have a necromancy miscast source of rotting use ::rot().Steve Melenchuk2013-05-221-5/+1
* | Hand-pick Zot trap effects.elliptic2013-05-071-1/+242