Dungeon Crawl Stone Soup Tracker - DCSS
Viewing Issue Advanced Details
8006 Patches minor have not tried 2014-01-20 01:48 2014-01-20 18:43
Bodrick Both  
neil All  
normal Both  
resolved 0.14 ancient branch  
done  
none    
none 0.14 ancient branch  
0008006: Added Angry indicator to the % screen.
This replaces the clarity indicator if you have a *Rage item or berserkitis, but don't have clarity or stasis.
? file icon 0001-Added-Angry-indicator-to-the-screen.patch [^] (1,491 bytes) 2014-01-20 01:48 [Show Content]
Issue History
2014-01-20 01:48 Bodrick New Issue
2014-01-20 01:48 Bodrick File Added: 0001-Added-Angry-indicator-to-the-screen.patch
2014-01-20 10:02 Cedor Note Added: 0025030
2014-01-20 15:00 Cedor Issue Monitored: Cedor
2014-01-20 18:43 neil Note Added: 0025036
2014-01-20 18:43 neil Status new => resolved
2014-01-20 18:43 neil Fixed in Branch => 0.14 development branch
2014-01-20 18:43 neil Resolution open => done
2014-01-20 18:43 neil Assigned To => neil

Notes
(0025030)
Cedor   
2014-01-20 10:02   
was working on this some days ago, so I have some pure technical comments : instead of testing you.clarity() and you.stasis(), you should call it into some variables (as you'll do it later with rclar and stasis) and use theses variables instead of methods calling (it's faster and less ressources consuming)
(0025036)
neil   
2014-01-20 18:43   
In trunk (0.14-a0-2048-g1234845), thanks! In subsequent commits I applied the changes Cedor suggested, and changed the label to "Rnd*Rage" following a discussion in ##crawl-dev.