00:59:08 -!- indigaz24 is now known as indigaz2 01:01:16 <02M​onkooky> fr: Phantom Mirror breaks when you use it on Very Ugly Things 01:17:46 <07w​izardike> So fungus form can't see invisible if you can't right? (at least according the the % menu) and the MAP_WITHHELD flag is set for all tiles that you can see if they don't contain a monster (you don't need to see the monster) using the following code in show.cc. You can this query the MAP_WITHHELD 01:23:19 <07w​izardike> So fungus form can't see invisible if you can't right? (at least according the the % menu) and the MAP_WITHHELD flag is set for all tiles that you can see if they don't contain a monster (you don't need to see the monster) using the following code in show.cc. if (you.is_nervous() && you.see_cell(gp) && !monster_at(gp)) env.map_knowledge(gp).flags |= MAP_WITHHELD; I think you can query the MAP_WITHHELD flag in you rc file using 01:23:19 view.withheld defined in l-view.cc as view_withheld, which will leak the location of invisible monsters right? 01:36:51 <07w​izardike> Actual I tested it and you don't need the RC file stuff the see the monster's location as MAP_WITHHELD tiles are drawn a different colour lol 01:43:14 <07w​izardike> The slightly less dark tile contains an unseen horror and you can "see" it moving around when waiting turns 01:43:14 <07w​izardike> https://cdn.discordapp.com/attachments/747522859361894521/1382278995474907197/Screenshot_2025-06-11_204134.png?ex=684a9322&is=684941a2&hm=08d66c06aff47adb93eeef3da017fcd90d49e865a7e95ee0b92238b779978720& 02:40:50 New branch created: pull/4607 (1 commit) 13https://github.com/crawl/crawl/pull/4607 02:40:50 03WizardIke02 07https://github.com/crawl/crawl/pull/4607 * 0.34-a0-107-gee6c6ba0f2: Don't leak the location of invis monsters as a fungus 10(28 minutes ago, 1 file, 4+ 1-) 13https://github.com/crawl/crawl/commit/ee6c6ba0f29b 02:51:31 03WizardIke02 07https://github.com/crawl/crawl/pull/4383 * 0.34-a0-141-gf8c100d465: Speed up tiles rendering, especially when resting 10(3 months ago, 23 files, 1265+ 474-) 13https://github.com/crawl/crawl/commit/f8c100d4652a 03:33:30 Experimental (bcrawl) branch on underhound.eu updated to: 0.23-a0-5261-gd9800d219b 04:00:53 New branch created: pull/4608 (1 commit) 13https://github.com/crawl/crawl/pull/4608 04:00:53 03Licaon_Kter02 {GitHub} 07https://github.com/crawl/crawl/pull/4608 * 0.34-a0-141-g4d66103204: Remove some non-determinism 10(2 minutes ago, 1 file, 1+ 1-) 13https://github.com/crawl/crawl/commit/4d6610320419 05:07:43 Unstable branch on crawl.akrasiac.org updated to: 0.34-a0-140-g0f67016 (34) 07:39:36 03WizardIke02 {GitHub} 07* 0.34-a0-141-gf69c87c02d: Don't leak invis monster locations as a fungus (#4607) 10(12 seconds ago, 1 file, 4+ 1-) 13https://github.com/crawl/crawl/commit/f69c87c02d3a 07:42:53 <09h​ellmonk> remove monster invis btw 07:52:25 03WizardIke02 {GitHub} 07* 0.34-a0-142-g6c38aea23f: Identify monster equipment when peeking (napthats) (#4500) 10(42 seconds ago, 1 file, 5+ 0-) 13https://github.com/crawl/crawl/commit/6c38aea23f5f 08:29:52 <07a​crobat> @dracoomega It seems that crashes have been occurring since the recent serpent of hell change. In addition to this person, two others in cnc community have reported crashes when fighting serpent of hell 👀 https://github.com/crawl/crawl/issues/4609 08:52:09 03NormalPerson702 {GitHub} 07* 0.34-a0-143-g404a8c3a75: Allow attacking hostile slime shapeshifters under J (#4518) 10(11 seconds ago, 2 files, 5+ 2-) 13https://github.com/crawl/crawl/commit/404a8c3a7510 09:39:12 <04d​racoomega> Why in the world is that assert there? What could it even accomplish? 09:42:19 03DracoOmega02 07* 0.34-a0-144-g8297d12de2: Don't crash on the Serpent of Hell trying to breathe (acrobat) 10(34 seconds ago, 1 file, 0+ 1-) 13https://github.com/crawl/crawl/commit/8297d12de223 10:44:57 <08n​icolae> yeah that's fair. this is also another reason why i don't make shop tiles. i'd end up making a big baal hell's tile that looks like someone who's fucked six ways from sunday 14:42:11 03regret-index02 07* 0.34-a0-145-g1953aced1e: Fix a lingering chance for Zot:5 to be double-trapped (knorpule3000) 10(45 seconds ago, 1 file, 5+ 5-) 13https://github.com/crawl/crawl/commit/1953aced1e44 15:03:01 <06d​olorous_84348> Would it hypothetically break before duplicating them or after? 🤔 15:41:38 Unstable branch on underhound.eu updated to: 0.34-a0-145-g1953aced1e (34) 16:52:30 Khashishi (L27 DsNe) ERROR in 'mon-util.cc' at line 3204: bogus mc (no monster data): invalid monster_type 1000 (1000) (Pan) 17:16:22 <04d​racoomega> That looks like Word of Chaos trying to slow a dead monster, but I'm mostly confused by how it could have killed a monster earlier in its effect. Like, the ufetubi unsummoning here is conspicuous, though I can't see how a blink could have killed the ynoxinul on its own: The smoke demon blinks! The ynoxinul blinks! The ufetubus disappears in a puff of smoke! x3 The rakshasa blinks! 17:16:55 <04d​racoomega> (Like, it might have blinked out of the player's LoS, which is why there's no message, but...) 17:19:34 <04d​racoomega> Blinking doesn't trigger barbs or cause them to take cloud damage immediately 17:19:52 <04d​racoomega> (It could technically cause them to fall down a shaft, but there aren't any of those in Pan) 18:47:40 Klinkin (L7 DsFE) ASSERT(!invalid_monster(&mons)) in 'mon-death.cc' at line 2310 failed. (D (Sprint)) 22:35:13 Unstable branch on crawl.develz.org updated to: 0.34-a0-145-g1953aced1e (34) 22:57:24 Windows builds of master branch on crawl.develz.org updated to: 0.34-a0-145-g1953aced1e 23:14:33 Unstable branch on cbro.berotato.org updated to: 0.34-a0-145-g1953aced1e (34) 23:55:09 Monster database of master branch on crawl.develz.org updated to: 0.34-a0-145-g1953aced1e