summaryrefslogtreecommitdiffstats
path: root/crawl-ref
Commit message (Collapse)AuthorAgeFilesLines
* Give orc sorcerers back their original fire resistance, as it's probably dolorous2008-04-231-1/+1
| | | | | | | | related to their demon summoning, given that orc high priests have hellfire resistance. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4557 c06c8d41-db1a-0410-9941-cceddc491573
* Fix indentation.dolorous2008-04-231-66/+66
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4556 c06c8d41-db1a-0410-9941-cceddc491573
* Zin's Recite can no longer turn demons and undead permanently neutral; dolorous2008-04-231-9/+16
| | | | | | | they turn temporarily neutral instead. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4555 c06c8d41-db1a-0410-9941-cceddc491573
* Comment fix.dolorous2008-04-231-1/+1
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4554 c06c8d41-db1a-0410-9941-cceddc491573
* Since the M_THICK_SKIN flag has no effect, replace it with the dolorous2008-04-232-14/+15
| | | | | | | M_STATIONARY flag, and mark stationary monsters with it. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4553 c06c8d41-db1a-0410-9941-cceddc491573
* Add still more minor cosmetic fixes.dolorous2008-04-232-22/+15
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4552 c06c8d41-db1a-0410-9941-cceddc491573
* Add more minor cosmetic fixes.dolorous2008-04-231-65/+115
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4551 c06c8d41-db1a-0410-9941-cceddc491573
* Moved travel_stop_message options into a separate file (which isdploog2008-04-232-2/+30
| | | | | | | | | docs/travel_stoppers.txt for now). Files supposed to be included in the init.txt need their own folder at some stage. Adding to the list of travel_stoppers is welcome. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4550 c06c8d41-db1a-0410-9941-cceddc491573
* Add more minor cosmetic fixes.dolorous2008-04-237-22/+24
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4549 c06c8d41-db1a-0410-9941-cceddc491573
* In the "%" screen, display the proper regeneration status for starving dolorous2008-04-231-2/+3
| | | | | | | vampires in bat form. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4548 c06c8d41-db1a-0410-9941-cceddc491573
* Since liches are US_UNDEAD, they can't eat, so remove references to dolorous2008-04-231-50/+27
| | | | | | | their doing so. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4547 c06c8d41-db1a-0410-9941-cceddc491573
* Update tiles help -- no formatting worth speaking of, but at least the j-p-e-g2008-04-234-307/+386
| | | | | | | | | information should be correct. Remove (hopefully) unnecessary ASSERT that was causing problems with Tiles. Clean up makeitem.cc. (Spacing changes, and renaming static methods.) git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4546 c06c8d41-db1a-0410-9941-cceddc491573
* Remove redundancy: liches are poison resistant.dolorous2008-04-231-4/+1
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4545 c06c8d41-db1a-0410-9941-cceddc491573
* Add minor cosmetic fixes.dolorous2008-04-233-7/+1
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4544 c06c8d41-db1a-0410-9941-cceddc491573
* Set hard lower limit on attack cost of 2 (dis/jarpiain/dpeg).dshaligram2008-04-232-7/+4
| | | | | | | Remove caps on monster shock and poison resistance - these resists are intended to be multi-level for monsters. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4543 c06c8d41-db1a-0410-9941-cceddc491573
* Still more comment fixes.dolorous2008-04-231-13/+13
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4542 c06c8d41-db1a-0410-9941-cceddc491573
* Remove the check for lich-form in can_safely_mutate(), as the former dolorous2008-04-231-1/+0
| | | | | | | sets you.is_undead. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4541 c06c8d41-db1a-0410-9941-cceddc491573
* Another comment fix.dolorous2008-04-231-2/+1
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4540 c06c8d41-db1a-0410-9941-cceddc491573
* Fix logic again.dolorous2008-04-231-4/+4
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4539 c06c8d41-db1a-0410-9941-cceddc491573
* Comment fixes.dolorous2008-04-231-17/+15
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4538 c06c8d41-db1a-0410-9941-cceddc491573
* Fix inverted logic.dolorous2008-04-231-1/+1
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4537 c06c8d41-db1a-0410-9941-cceddc491573
* Make can_safely_mutate() take lich-form into account.dolorous2008-04-231-0/+1
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4536 c06c8d41-db1a-0410-9941-cceddc491573
* Remove unused ravenous hunger state, and clean up food state checks a dolorous2008-04-239-13/+12
| | | | | | | bit more. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4535 c06c8d41-db1a-0410-9941-cceddc491573
* Remove unneeded blank lines.dolorous2008-04-231-3/+0
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4534 c06c8d41-db1a-0410-9941-cceddc491573
* Properly limit some monster resistance levels.dolorous2008-04-231-0/+19
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4533 c06c8d41-db1a-0410-9941-cceddc491573
* Fix halo tile appearing for non-haloed characters.j-p-e-g2008-04-232-123/+130
| | | | | | | | Mention possility to pick items from tile menu by clicking on them in tutorial. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4532 c06c8d41-db1a-0410-9941-cceddc491573
* Fix Xom's demon detection.dolorous2008-04-231-2/+2
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4531 c06c8d41-db1a-0410-9941-cceddc491573
* Add spacing fix.dolorous2008-04-231-1/+1
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4530 c06c8d41-db1a-0410-9941-cceddc491573
* Replace cloak of Starlight tile with Eino's improved version.j-p-e-g2008-04-238-19/+37
| | | | | | | | | | Add background tiles for TSO halo. I've tried around with several versions, and this is the best of those I came up with. It might still be annoying, or distracting, or whatever. Also, the player doll's shadow hides part of the halo which is weird. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4529 c06c8d41-db1a-0410-9941-cceddc491573
* [1940326] Fixing bug where the mouse couldn't be used to select items on the ↵ennewalker2008-04-232-2/+12
| | | | | | inventory/menu/drop screen. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4528 c06c8d41-db1a-0410-9941-cceddc491573
* Replace the dire lajatang with the cloak of Starlight (rElec, rC+, EV+4,j-p-e-g2008-04-2311-24/+26
| | | | | | | | | Stlth-). I already added a new tile, which looks rather atrocious, I think. The dire lajatang tile is now used for any branded lajatang. Also renamed a few tile files. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4527 c06c8d41-db1a-0410-9941-cceddc491573
* Take monster shields into account when calculating resistances.dolorous2008-04-231-0/+45
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4526 c06c8d41-db1a-0410-9941-cceddc491573
* Add one more comment fix.dolorous2008-04-231-1/+2
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4525 c06c8d41-db1a-0410-9941-cceddc491573
* Properly choose between either TSO's weapon blessing or his armor dolorous2008-04-231-12/+17
| | | | | | | blessing. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4524 c06c8d41-db1a-0410-9941-cceddc491573
* After more thought, remove Beogh's electric weapon branding, as it dolorous2008-04-231-35/+0
| | | | | | | doesn't really fit, and it's harder to balance. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4523 c06c8d41-db1a-0410-9941-cceddc491573
* Still another comment fix.dolorous2008-04-231-1/+2
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4522 c06c8d41-db1a-0410-9941-cceddc491573
* And increase the rarity again.dolorous2008-04-231-1/+1
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4521 c06c8d41-db1a-0410-9941-cceddc491573
* Yet another comment fix.dolorous2008-04-231-1/+1
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4520 c06c8d41-db1a-0410-9941-cceddc491573
* Increase the electric brand's rarity again.dolorous2008-04-231-1/+1
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4519 c06c8d41-db1a-0410-9941-cceddc491573
* Another comment fix.dolorous2008-04-231-2/+2
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4518 c06c8d41-db1a-0410-9941-cceddc491573
* Make Beogh's electrocution branding rarer, since insulation is rarer.dolorous2008-04-231-1/+1
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4517 c06c8d41-db1a-0410-9941-cceddc491573
* More comment fixes.dolorous2008-04-231-3/+3
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4516 c06c8d41-db1a-0410-9941-cceddc491573
* Don't allow the branding blessings to override existing brands, unless dolorous2008-04-231-3/+20
| | | | | | | they're brands the blessing god doesn't like. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4515 c06c8d41-db1a-0410-9941-cceddc491573
* More comment fixes.dolorous2008-04-231-2/+2
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4514 c06c8d41-db1a-0410-9941-cceddc491573
* Reorder TSO blessings a bit.dolorous2008-04-231-32/+32
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4513 c06c8d41-db1a-0410-9941-cceddc491573
* Comment fix.dolorous2008-04-231-1/+1
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4512 c06c8d41-db1a-0410-9941-cceddc491573
* Change the colors of items branded by the new blessings.dolorous2008-04-231-2/+2
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4511 c06c8d41-db1a-0410-9941-cceddc491573
* Update comment to account for TSO's halo.dolorous2008-04-231-1/+1
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4510 c06c8d41-db1a-0410-9941-cceddc491573
* Comment fixes.dolorous2008-04-231-6/+8
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4509 c06c8d41-db1a-0410-9941-cceddc491573
* Revert erroneous change to the "%" screen, as tou still get TSO's life dolorous2008-04-231-4/+1
| | | | | | | protection when under penance. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4508 c06c8d41-db1a-0410-9941-cceddc491573