Dungeon Crawl Stone Soup Tracker - DCSS
Viewing Issue Advanced Details
10594 Bug Report text have not tried 2016-08-04 00:11 2016-08-04 00:29
jwoodward48ss Local  
amalloy Windows  
normal Tiles  
resolved 0.19 ancient branch  
crawl_tiles-0.19-a0-1008 done  
none    
none 0.19 ancient branch  
0010594: Int-2 ring shows up as Int--2 in stash search prefixes
Straightforward bug. My guess is thus:

Code:

write ringStat
##this is str, dex, int
if statBoost > 0 then boostsStat = true
##this determines whether it's good or bad
if boostsStat = true then write "+"
else write "-"
##displays whether ring boosts or decrements stat
...
...
...
write statValue


This would explain why negative, not positive, stat adjustments have - displayed twice.

This probably is very old, but hasn't been noticed for years since who looks at bad rings anyway?
Issue History
2016-08-04 00:11 jwoodward48ss New Issue
2016-08-04 00:28 amalloy Note Added: 0030860
2016-08-04 00:28 amalloy Status new => resolved
2016-08-04 00:28 amalloy Fixed in Branch => 0.19 development branch
2016-08-04 00:28 amalloy Resolution open => done
2016-08-04 00:28 amalloy Assigned To => amalloy

Notes
(0030860)
amalloy   
2016-08-04 00:28   
Fixed in https://github.com/crawl/crawl/commit/e0cd3b9d06fe. [^] Thanks!