summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/potion.cc
Commit message (Expand)AuthorAgeFilesLines
* redraw hp bar when curing poison (8719)Jesse Luehrs2014-08-031-0/+4
* Remove stuffNicholas Feinberg2014-07-291-0/+1
* Rename player::[hm]p_max_{perm,temp} (reaverb)Neil Moore2014-07-261-1/+1
* Allow drinking !curing while in Death's Door (#8770)Neil Moore2014-07-261-14/+10
* Correct !curing no-device heal rot check.Neil Moore2014-07-261-1/+2
* Rename antimagic() -> debuff_player().Shmuale Mark2014-07-061-1/+1
* Replace potions of paralysis with potions of cancellation.Shmuale Mark2014-07-061-3/+3
* Remove potions of strong poison.Shmuale Mark2014-07-061-19/+8
* Let VS drink !curing to cure rotreaverb2014-06-191-1/+2
* Move go_berserk() out of misc.ccNicholas Feinberg2014-06-041-1/+1
* Correct some doxygen blocks.Neil Moore2014-05-291-1/+1
* A comment explaining why POT_SLOWING is still in potion_effect()reaverb2014-05-251-0/+2
* Remove some old inaccurate comments from potion.ccreaverb2014-05-251-2/+1
* De-float some code.Steve Melenchuk2014-05-231-3/+3
* Make no device heal a normal 3-level mutation.Shmuale Mark2014-05-231-3/+3
* Allow Vampires to mutate normally at all thirst levelsChris Campbell2014-05-211-3/+3
* Don't reduce potion effects for Vampires at low blood levelsChris Campbell2014-05-211-22/+14
* Make potions of blood cure rotting for ghoulsChris Campbell2014-05-091-0/+5
* Make MUT_NO_DEVICE_HEAL a normal bad mutation with 2 levelsreaverb2014-05-081-3/+9
* Auto-id jewellery on equip.Shmuale Mark2014-04-271-1/+0
* Fix some transformations aborting silently on failureChris Campbell2014-03-281-3/+0
* Potion of speed => Potion of hastereaver2014-03-101-1/+1
* Update a commentChris Campbell2014-03-101-2/+2
* Convert various other sources of player poison to the new systemDracoOmega2014-03-061-2/+2
* Make sparkling/blood fountains purely decorativeChris Campbell2014-02-261-11/+5
* Remove djinn.wheals2014-02-241-0/+2
* Revert "Potion of Restore Abilities cures Draining"elliptic2014-02-141-13/+0
* Change 'magic' to 'power' for non-spellcaster manadrain message.Sage2014-01-261-4/+2
* Vine stalkers added.Sage2014-01-261-1/+27
* Redraw AC/EV/SH when being drained or recovering from draining (#7957)Chris Campbell2014-01-051-0/+3
* Message for restore abil partially curing drainingPekka Lampila2014-01-021-0/+3
* Identify last unknown targetted scroll and healing potionImmotian2013-12-301-0/+1
* Brace removal.Adam Borowski2013-12-301-2/+0
* Tone down ReStabBrendan Hickey2013-12-281-2/+5
* Give everyone the same nutrition for drinking blood.Adam Borowski2013-12-281-2/+2
* Potion of Restore Abilities cures DrainingBrendan Hickey2013-12-261-0/+6
* Drop double newlines where they seem to serve no purpose.Adam Borowski2013-12-211-1/+0
* Fix reversed ternary statementChris Oelmueller2013-12-021-2/+2
* Restrict mpr() to literals only.Adam Borowski2013-11-291-1/+1
* Replace `mpr(s, ch)` with `mprf(ch, s)`Adam Borowski2013-11-291-5/+5
* Don't waste potions of speed, flight or invis.Adam Borowski2013-11-281-0/+16
* Don't allow wasting potions of curing/heal wounds while under DDoorChris Campbell2013-11-281-1/+11
* Don't give any nutrition for potions other than porridge.Adam Borowski2013-11-271-1/+1
* Abort drinking known potions of a few types when they'd have no effect.Adam Borowski2013-11-271-2/+33
* Simplify potion quaff-id.Adam Borowski2013-11-271-8/+14
* Fix quaffing potion of lignification not being chaoticChris Campbell2013-11-241-0/+3
* De-woodify the enum.Adam Borowski2013-11-201-1/+1
* Add 'potion of wood'.Adam Borowski2013-11-201-1/+7
* Fix jewelry resists not getting identified if you are vulnerable.Adam Borowski2013-11-171-1/+1
* Drop unnecessary parentheses from return statements.Adam Borowski2013-11-151-1/+1