Viewing Issue Simple Details Jump to Notes ] Wiki ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0011239 [DCSS] Upload: Graphics feature have not tried 2017-09-29 06:20 2018-01-27 21:14
Reporter Ultraviolent4 View Status public  
Assigned To aidanholm
Priority normal Resolution done  
Status resolved   Product Branch experimental branch
Summary 0011239: Icon for Possessable status (Yred Enslave Soul)
Description When using Enslave Soul with Yred you are told the soul is "ripe for the taking". You then need to religiously watch the announcements for "the soul is no longer ripe for the taking". There's no visual indication at all and it's not uncommon to kill your target without enslaving because you didn't notice the status ending.

I'm guessing a Haunted icon isn't going to be added so I'm reusing the icon from 0011222: Icon for Haunted monster status.

Once again, I don't have GitHub so I hope this isn't just annoying everyone :) I'm also assuming 0011238: Icon for silenced monsters will be implemented so the line numbers follow on from that one.

crawl/crawl-ref/source/rltiles/dc-icons.txt
60 + possessable POSSESSABLE

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

crawl-ref/source/tile-flags.h
49 + TILE_FLAG_POSSESSABLE = 0x400000000000000ULL,

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

crawl/crawl-ref/source/tilepick.cc
1827 + if (mons.is(MB_POSSESSABLE))
            ch |= TILE_FLAG_POSSESSABLE;
Additional Information
Tags No tags attached.
Attached Files png file icon possessable.png [^] (271 bytes) 2017-09-29 06:20

- Relationships

-  Notes
(0032064)
aidanholm (developer)
2018-01-27 21:14

Added at https://github.com/crawl/crawl/commit/dd6f4a9394f9 [^]

- Issue History
Date Modified Username Field Change
2017-09-29 06:20 Ultraviolent4 New Issue
2017-09-29 06:20 Ultraviolent4 File Added: possessable.png
2018-01-27 21:14 aidanholm Note Added: 0032064
2018-01-27 21:14 aidanholm Status new => resolved
2018-01-27 21:14 aidanholm Fixed in Branch => 0.22 development branch
2018-01-27 21:14 aidanholm Resolution open => done
2018-01-27 21:14 aidanholm Assigned To => aidanholm


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