Dungeon Crawl Stone Soup Tracker - DCSS
Viewing Issue Advanced Details
9201 Bug Report minor have not tried 2014-11-17 02:51 2021-02-25 18:27
NOPE Remote  
PleasingFungus CSZO  
normal WebTiles  
resolved 0.16 ancient branch  
done  
none    
none  
0009201: Ghost moth watching "@player_only@"
Walking around with some skeletons and they were attacking an invisible ghost moth. I'm guessing the message was triggering on the skeletons instead of the player, thus the "@player_only@"?
has duplicate 0009585closed PleasingFungus @player_only@ is not removed from ghost moth message 
has duplicate 0009854resolved Kate ghost moth message bug 
has duplicate 0010044closed wheals Ghost moth text bug 
has duplicate 0010460resolved wheals Ghost moth interaction with Hepliaklqana ancestor 
has duplicate 0010774resolved PleasingFungus Ghost moth exposed message code 
has duplicate 0012268closed Kate Message log text bug (@player_only@ visible) 
png file icon Ghost Moth Bert Staring.png [^] (310,770 bytes) 2014-11-17 02:51
png file icon 2017-06-06_01-01-40_bug.png [^] (239,031 bytes) 2017-06-06 09:43
Issue History
2014-11-17 02:51 NOPE New Issue
2014-11-17 02:51 NOPE File Added: Ghost Moth Bert Staring.png
2015-02-10 11:33 chris Summary Ghost moth watching "@play_only@" => Ghost moth watching "@player_only@"
2015-03-27 18:30 PleasingFungus Relationship added has duplicate 0009585
2015-03-27 18:31 PleasingFungus Note Added: 0028730
2015-04-06 21:28 amalloy Note Added: 0028785
2015-07-12 00:28 Kate Relationship added has duplicate 0009854
2015-11-02 00:45 wheals Relationship added has duplicate 0010044
2015-11-02 00:46 wheals Note Added: 0029729
2016-05-31 04:01 wheals Relationship added has duplicate 0010460
2016-11-08 23:06 PleasingFungus Relationship added has duplicate 0010774
2017-06-06 09:43 Kenran File Added: 2017-06-06_01-01-40_bug.png
2017-06-06 09:46 Kenran Note Added: 0031663
2017-06-09 05:12 rchandra Note Added: 0031672
2017-12-29 14:12 golthoon Note Added: 0031990
2018-07-23 05:39 Pekkekke Note Added: 0032409
2020-05-23 07:32 Kate Relationship added has duplicate 0012268
2021-02-25 18:27 PleasingFungus Note Added: 0034146
2021-02-25 18:27 PleasingFungus Status new => resolved
2021-02-25 18:27 PleasingFungus Resolution open => done
2021-02-25 18:27 PleasingFungus Assigned To => PleasingFungus

Notes
(0028730)
PleasingFungus   
2015-03-27 18:31   
Yeah, from my attempt to duplicate this a while ago, this happens when ghost moths use their gaze on monsters.
(0028785)
amalloy   
2015-04-06 21:28   
This happened to me too, after Corrupting Spider:5. I think it was trying to target me, since it had already drained some of my MP: maybe this happens when the ghost moth targets me, but there's a monster in between us?
(0029729)
wheals   
2015-11-02 00:46   
It happens when a monster is neutral; the part of the code responsible for allowing things marked @player_only@ treats it as being hostile to you, but the part of the code responsible for actually stripping out @player_only@ does not.
(0031663)
Kenran   
2017-06-06 09:46   
I have gotten this bug yesterday in the 0.20 tournament version and attached a screenshot showing it. There were no neutral monsters, only some stumbling draconians (I was invisible) and I think 2 low-level box of beasts summons. Maybe it has something to do with the larval weirdshock beast bursting into living lightning (maybe this is neutral)?
(0031672)
rchandra   
2017-06-09 05:12   
Got it today (0.20 tournament), with Beogh.

_You feel you are being watched by something. @player_only@
 You feel you are being watched by something.
_You feel your power leaking away.

https://crawl.jorgrun.rocks/saves/rchandra-crawl-0.20-170609-0311.tar.bz2 [^]
(0031990)
golthoon   
2017-12-29 14:12   
Also occurs with Jiyva worshipers. Haven't encountered any other gaze attack messages that print @player_only@ aside from ghost moths.

The duplicates of this issue have all been marked as Resolved, has this been fixed in trunk?
(0032409)
Pekkekke   
2018-07-23 05:39   
This is still active in trunk as of July 14, 2018.
(0034146)
PleasingFungus   
2021-02-25 18:27   
Fixed in 7a858468532a2ed152b29ac8fcd902bc3e69ca7f , thanks! (Only took seven years, heh...)