Dungeon Crawl Stone Soup Tracker - DCSS
Viewing Issue Advanced Details
9247 Bug Report text have not tried 2014-11-22 11:26 2014-11-23 12:58
nagdon Both  
Lasty All  
normal Both  
closed 0.16 ancient branch  
0.16-a0-2631-g1164217 done  
none    
none 0.16 ancient branch  
0009247: Buggy message: Donald blocks its own attack.
It should be "Donald blocks his own attack." instead. This message is generated by attack.cc line 1578-1582.

This message was generated when Ru redirected Donald's attack, confused creatures cannot block their own attacks (or anything else). Maybe making self-attacks unblockable would be a better solution, because blockable self-attacks are rare (so this change doesn't disturb the game balance) and it is hard to imagine someone trying to hit themself with a weapon and then blocking the attack with a shield.
Issue History
2014-11-22 11:26 nagdon New Issue
2014-11-23 00:03 Lasty Status new => assigned
2014-11-23 00:03 Lasty Assigned To => Lasty
2014-11-23 00:06 Lasty Note Added: 0027879
2014-11-23 00:06 Lasty Status assigned => resolved
2014-11-23 00:06 Lasty Fixed in Branch => 0.16 development branch
2014-11-23 00:06 Lasty Resolution open => done
2014-11-23 12:58 nagdon Status resolved => closed

Notes
(0027879)
Lasty   
2014-11-23 00:06   
Fixed in 3ed2009613785c3a47b88efa5b336b61df0eccb7. Thanks!