summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/religion.cc
Commit message (Expand)AuthorAgeFilesLines
* Add TSO's blessings of extended stays for abjurable monsters, and dolorous2008-03-291-22/+74
* Clean up the blessing routine a bit more.dolorous2008-03-281-12/+24
* Add the beginnings of TSO follower blessings. Assume that followers are dolorous2008-03-281-0/+9
* For TSO, make the rarest blessing that of branding a monster's weapon dolorous2008-03-281-5/+42
* Let the weapon and armor enchantment blessings change the item's dolorous2008-03-281-8/+22
* Clean up blessings some more, properly indicating which blessings are dolorous2008-03-281-58/+58
* Increase the chance of the reinforcement blessing a bit more.dolorous2008-03-281-1/+1
* Clean up the blessing code a bit more, and fix the reinforcement dolorous2008-03-281-12/+30
* Add still more whitespace cleanups, and increase the chances of the dolorous2008-03-281-5/+1
* Add more whitespace fixes, and allow reinforcement to summon bands dolorous2008-03-281-1/+1
* Make all the blessing references mention "reinforcement" instead of dolorous2008-03-281-5/+5
* Fix the summoning used by the reinforcement blessing, so that collateral dolorous2008-03-281-1/+1
* Clean up some instances of friendly vs. hostile summoning.dolorous2008-03-281-3/+3
* For Beoghites, increase the odds of getting reinforcements to 10%.dolorous2008-03-271-1/+1
* Improve TSO's halo gain/loss messages.dolorous2008-03-271-2/+2
* Tweak the reinforcement blessing to give lower-level monsters, but in dolorous2008-03-261-2/+10
* Add a blessing that sends in a small number of reinforcements, and have dolorous2008-03-261-8/+38
* Apply Josh's fix for religion.cc's debugging diagnostics (with minor dolorous2008-03-241-1/+2
* Add priest promotion-re;ated fixes. Rename monsters::change_type() to dolorous2008-03-241-1/+1
* Since it's difficult to display TSO's halo-fading messages at the right dolorous2008-03-241-11/+2
* Make Zin take retribution on you if you switch to a chaotic god as well dolorous2008-03-241-2/+33
* Fix display of TSO's fading halo message when placed under penance.dolorous2008-03-241-3/+4
* Tone down the healing-and-vigor blessing: it now will give only one dolorous2008-03-241-5/+1
* In the blessing routine, go back to "a" follower instead of "the" dolorous2008-03-241-2/+2
* Fix comment.dolorous2008-03-231-1/+1
* Add a weapon enchantment blessing that will enchant a monster's weapon dolorous2008-03-231-19/+55
* Add more blessing adjustments.dolorous2008-03-231-10/+3
* For consistency (at least for now), go back to always mentioning "the" dolorous2008-03-231-2/+1
* Adjust the routine for blessings on level gain: display "the follower" dolorous2008-03-231-2/+3
* Expand bless_follower() to allow explicitly picking the follower as well dolorous2008-03-231-8/+21
* Add minor cosmetic fixes.dolorous2008-03-231-1/+2
* Elyvilon will now rarely (5% chance) protect allies from harm.j-p-e-g2008-03-231-2/+5
* For most blessings, randomly give either ailment removal or healing, but dolorous2008-03-221-1/+1
* Add a blessing to remove harmful ailments (poisoning, sickness, dolorous2008-03-221-1/+29
* Simplify random armor selection in blessing_ac().dolorous2008-03-221-5/+4
* Add Ely's pacifying monsters effect:j-p-e-g2008-03-221-1/+10
* Handle the priesthood blessing more generically.dolorous2008-03-221-4/+2
* Remove percentages from blessing comments, as they're not completely dolorous2008-03-221-5/+5
* Fix blessing percentage checks.dolorous2008-03-221-2/+4
* Move the healing blessing into its own function.dolorous2008-03-221-7/+11
* Add a blessing to improve AC by enchanting armor or shields by one or dolorous2008-03-221-8/+58
* Make Zin dislike when the player takes an action that makes an alreadyj-p-e-g2008-03-211-4/+20
* Revert the splitting out of monster_change_type() from dolorous2008-03-211-2/+4
* Remove Zin's Smiting, and move Revitalisation into its place.j-p-e-g2008-03-211-107/+120
* Check more efficiently for monsters eligible to be promoted to priests.dolorous2008-03-211-2/+5
* Simplify follower blessing code again.dolorous2008-03-211-39/+24
* Use alive() properly in another instance.dolorous2008-03-211-1/+1
* Preserve flags properly when changing one monster type into another dolorous2008-03-211-6/+1
* Remove duplicate code from the priest promotion function, consolidate dolorous2008-03-201-21/+2
* Expand follower blessing code to potentially allow for more than just dolorous2008-03-201-23/+90