Dungeon Crawl Stone Soup Tracker - DCSS
Viewing Issue Advanced Details
7051 Bug Report minor always 2013-05-15 18:49 2013-05-20 18:52
CommanderC Both  
Kate All  
normal Both  
resolved 0.13 ancient branch  
done  
none    
none 0.13 ancient branch  
0007051: Vampiric drain can't heal your last hit point.
In spl-damage.cc:vampiric_drain hp_gain is divided by two without taking into account the remainder. The patch below replaces that division with div_rand_round.
? file icon 0001-Let-vampiric-drain-heal-your-last-hit-point.patch [^] (787 bytes) 2013-05-15 18:49 [Show Content]
Issue History
2013-05-15 18:49 CommanderC New Issue
2013-05-15 18:49 CommanderC File Added: 0001-Let-vampiric-drain-heal-your-last-hit-point.patch
2013-05-20 18:52 Kate Note Added: 0022714
2013-05-20 18:52 Kate Status new => resolved
2013-05-20 18:52 Kate Fixed in Branch => 0.13 development branch
2013-05-20 18:52 Kate Resolution open => done
2013-05-20 18:52 Kate Assigned To => Kate

Notes
(0022714)
Kate   
2013-05-20 18:52   
Pushed, thanks.