Viewing Issue Simple Details Jump to Notes ] Wiki ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0011238 [DCSS] Upload: Graphics minor have not tried 2017-09-29 05:36 2019-01-24 01:28
Reporter Ultraviolent4 View Status public  
Assigned To ebering
Priority normal Resolution open  
Status assigned   Product Branch experimental branch
Summary 0011238: Icon for silenced monsters
Description Here is an icon to show when monsters are silenced.

You can usually tell when a monster is standing in a silence aura but that's not the case when Ru's retaliation silences enemies.

I don't have github account so I'll put the required changes here:

crawl/crawl-ref/source/rltiles/dc-icons.txt
59 + silenced SILENCED

crawl-ref/source/rltiles/misc/icons/silenced.png
Add png

crawl-ref/source/tile-flags.h
48 + TILE_FLAG_SILENCED = 0x200000000000000ULL,

crawl/crawl-ref/source/tiledgnbuf.cc
497 + if (fg & TILE_FLAG_SILENCED)
        {
        m_buf_icons.add(TILEI_SILENCED, x, y, -status_shift, 0);
        status_shift += 6;
        }

crawl/crawl-ref/source/tilepick.cc
1825 + if (mons.is(MB_SILENCING))
            ch |= TILE_FLAG_SILENCED;
Additional Information
Tags No tags attached.
Attached Files png file icon silenced.png [^] (1,249 bytes) 2017-09-29 05:36

- Relationships

-  Notes
(0031848)
Ultraviolent4 (reporter)
2017-09-29 06:42
edited on: 2017-09-29 06:53

It turns out there is a different status called MB_MUTE which is what I was thinking of. Only Zin does that now.

Ru used to mute monsters but that was changed in:
https://github.com/crawl/crawl/commit/737b7ca64572 [^]

I propose that Ru's ability description be updated to no long say it silences enemies.

The icon could be MB_MUTE for Zin. Alternatively, this icon could be used as MB_ANTIMAGIC but I'm not sure if it's misleading for that.

Let me know what you think and maybe I'll try my hand at a different antimagic icon.


- Issue History
Date Modified Username Field Change
2017-09-29 05:36 Ultraviolent4 New Issue
2017-09-29 05:36 Ultraviolent4 File Added: silenced.png
2017-09-29 06:42 Ultraviolent4 Note Added: 0031848
2017-09-29 06:51 Ultraviolent4 Note Edited: 0031848
2017-09-29 06:53 Ultraviolent4 Note Edited: 0031848
2019-01-24 01:28 ebering Status new => assigned
2019-01-24 01:28 ebering Assigned To => ebering


Mantis 1.1.8[^]
Copyright © 2000 - 2009 Mantis Group
Powered by Mantis Bugtracker