Dungeon Crawl Stone Soup Tracker - DCSS
Viewing Issue Advanced Details
7603 Bug Report minor have not tried 2013-10-04 17:33 2013-10-05 01:10
magicpoints Both  
neil All  
normal Both  
resolved 0.14 ancient branch  
0.14-a0-155-gd989017 done  
none    
none 0.14 ancient branch  
0007603: Spammy messages when fighting in water in trunk
In trunk 0.14-a0-155-gd989017 on CSZO, the game prints "Splash! You fall into the shallow water. Moving in this stuff is going to be slow." every time you melee attack while in water. This is probably related to jump, like the out-of-range bug from the other day.

(Splash! You fall into the shallow water. Moving in this stuff is going to be slow.)
? file icon 0001-Stop-spammy-messages-from-melee-attacks-in-water.patch [^] (970 bytes) 2013-10-04 20:50 [Show Content]
Issue History
2013-10-04 17:33 magicpoints New Issue
2013-10-04 20:50 BlackSheep File Added: 0001-Stop-spammy-messages-from-melee-attacks-in-water.patch
2013-10-04 20:50 BlackSheep Note Added: 0024154
2013-10-05 01:10 neil Note Added: 0024155
2013-10-05 01:10 neil Status new => resolved
2013-10-05 01:10 neil Fixed in Branch => 0.14 development branch
2013-10-05 01:10 neil Resolution open => done
2013-10-05 01:10 neil Assigned To => neil

Notes
(0024154)
BlackSheep   
2013-10-04 20:50   
Patch. I think this is all that was needed. The call to move_player_to_grid() wasn't restricted to cases of jump attacks.
(0024155)
neil   
2013-10-05 01:10   
BlackSheep's patch is applied in trunk (0.14-a0-162-g527a035), thanks!