00:33:28 Fork (bcrawl) on crawl.kelbi.org updated to: 0.23-a0-5014-gf9597c7f93 00:35:38 Fork (bcadrencrawl) on crawl.kelbi.org updated to: 0.03-2198-gac811a4e92 03:22:17 Experimental (bcrawl) branch on underhound.eu updated to: 0.23-a0-5014-gf9597c7f93 05:07:57 Unstable branch on crawl.akrasiac.org updated to: 0.31-a0-365-gcf821ca (34) 09:53:04 03PleasingFungus02 07* 0.31-a0-366-ga77b45bd9b: Halve death form HD draining (Midn8, elliptic) 10(87 seconds ago, 1 file, 1+ 1-) 13https://github.com/crawl/crawl/commit/a77b45bd9b6a 09:59:21 04Build failed for 08master @ a77b45bd 06https://github.com/crawl/crawl/actions/runs/5683302268 10:08:14 Unstable branch on crawl.kelbi.org updated to: 0.31-a0-366-ga77b45bd9b (34) 11:08:00 Gonff (L19 DjWr) ERROR in 'tags.cc' at line 4989: Invalid item: (quantity: 0) gold piece (Shoals:1) 15:25:29 Unstable branch on underhound.eu updated to: 0.31-a0-366-ga77b45bd9b (34) 20:04:21 New branch created: parafix (0 commits) 13https://github.com/crawl/crawl/tree/parafix 20:04:21 Branch parafix updated to be equal with master: 13https://github.com/crawl/crawl/tree/parafix 20:07:30 03hellmonk02 07[parafix] * 0.31-a0-367-g9f783cbb56: fix: Paralysis while petrified 10(2 minutes ago, 1 file, 31+ 21-) 13https://github.com/crawl/crawl/commit/9f783cbb56f4 20:08:33 New branch created: pull/3217 (1 commit) 13https://github.com/crawl/crawl/pull/3217 20:08:33 Branch pull/3217 updated to be equal with parafix: 13https://github.com/crawl/crawl/pull/3217 20:09:40 <06p​leasingfungus> oh no 20:09:52 <06p​leasingfungus> @hellmonk i forgot to tell you i had a fix written 20:09:57 <09h​ellmonk> rip 20:10:01 <06p​leasingfungus> just didn’t have time to test it 20:10:04 <06p​leasingfungus> sorry!!!! 20:10:18 <09h​ellmonk> but does your fix delete the comment about not instantly drowning dragon form and batform players 20:10:27 <06p​leasingfungus> no 20:10:34 <09h​ellmonk> thats a point for me then babey 20:10:42 <06p​leasingfungus> ya yours looks bigger 20:10:54 <06p​leasingfungus> i’ll merge mine when i get a chance 20:11:10 <09h​ellmonk> I chose to extend paralysis immunity to the end of petrification if the player has both statuses 20:11:14 <09h​ellmonk> idk if you went that route 20:11:33 <09h​ellmonk> but it seems in spirit with not letting the player get chain statused forever 20:12:27 <06p​leasingfungus> yes 20:12:29 <06p​leasingfungus> same 20:15:52 03PleasingFungus02 07* 0.31-a0-367-g8c388e6fe1: Correct a comment 10(2 minutes ago, 1 file, 7+ 7-) 13https://github.com/crawl/crawl/commit/8c388e6fe101 20:15:52 03PleasingFungus02 07* 0.31-a0-368-ga258d1a3ce: Fix chain paralysis + petrification (hellmonk) 10(23 seconds ago, 1 file, 20+ 12-) 13https://github.com/crawl/crawl/commit/a258d1a3ce09 20:16:16 04Build failed for 08parafix @ a77b45bd 06https://github.com/crawl/crawl/actions/runs/5687753205 20:17:51 <09h​ellmonk> uhh, I think we do want the message in a if (!you.petrified()) thing though 20:18:11 <09h​ellmonk> since you can't move again if you're still petrified while no longer paralyzed 20:19:01 03PleasingFungus02 07* 0.31-a0-369-g8eba5f6939: More paralysis + petrification fixes (hellmonk) 10(53 seconds ago, 1 file, 4+ 8-) 13https://github.com/crawl/crawl/commit/8eba5f69396a 20:19:02 <06p​leasingfungus> naw i got you 20:19:13 <06p​leasingfungus> cpp if (you.petrified()) { // no chain paralysis + petrification combos! you.duration[DUR_PARALYSIS_IMMUNITY] += you.duration[DUR_PETRIFIED]; return; } mprf(MSGCH_DURATION, "You can move again."); you.redraw_armour_class = true; you.redraw_evasion = true; 20:19:31 <06p​leasingfungus> the 'you can move again' only gets printed if you're not petrified 20:19:44 <09h​ellmonk> ahh ok 20:19:51 <06p​leasingfungus> i like de-indenting and early returns 🙂 20:20:17 <06p​leasingfungus> anyway sorry for stepping on your toes with this one! nice job spotting this and fixing the corresponding petrification expiring first case, i didn't think about that one at all 20:20:54 <09h​ellmonk> I am almost positive it doesn't matter except for possibly some killed by morgue file lines 20:21:27 <09h​ellmonk> only looked at this bc it came up in powermode server chat 20:23:44 <06p​leasingfungus> nice 20:25:21 04Build failed for 08parafix @ 9f783cbb 06https://github.com/crawl/crawl/actions/runs/5687776865 20:25:24 04Build failed for 08master @ a258d1a3 06https://github.com/crawl/crawl/actions/runs/5687829668 20:28:18 04Build failed for 08master @ 8eba5f69 06https://github.com/crawl/crawl/actions/runs/5687846364 20:29:32 03Jared Miller02 07https://github.com/crawl/crawl/pull/3202 * 0.31-a0-370-ge4e2230917: Correct typos in docs 10(13 days ago, 11 files, 23+ 23-) 13https://github.com/crawl/crawl/commit/e4e22309173a 20:29:32 03Jared Miller02 07https://github.com/crawl/crawl/pull/3202 * 0.31-a0-371-g301b72e3dc: Fix typo in a hook 10(13 days ago, 1 file, 1+ 1-) 13https://github.com/crawl/crawl/commit/301b72e3dc6c 20:29:32 03Jared Miller02 07https://github.com/crawl/crawl/pull/3202 * 0.31-a0-372-g2633afae8e: Correct typos in source comments 10(13 days ago, 119 files, 180+ 175-) 13https://github.com/crawl/crawl/commit/2633afae8e12 20:29:32 03Jared Miller02 07https://github.com/crawl/crawl/pull/3202 * 0.31-a0-373-g6e4955e2e5: Correct typos in actual code! 10(13 days ago, 23 files, 42+ 42-) 13https://github.com/crawl/crawl/commit/6e4955e2e541 20:29:32 03Jared Miller02 07https://github.com/crawl/crawl/pull/3202 * 0.31-a0-374-ge413fd0cf3: Correct some more comment typos 10(13 days ago, 8 files, 14+ 14-) 13https://github.com/crawl/crawl/commit/e413fd0cf31b 20:29:32 03Jared Miller02 07https://github.com/crawl/crawl/pull/3202 * 0.31-a0-375-g6bc6e77e5c: Correct some more code typos! 10(13 days ago, 3 files, 5+ 5-) 13https://github.com/crawl/crawl/commit/6bc6e77e5c43 20:34:16 Unstable branch on crawl.kelbi.org updated to: 0.31-a0-369-g8eba5f6939 (34) 21:07:09 03Jared Miller02 07https://github.com/crawl/crawl/pull/3202 * 0.31-a0-370-g579f78f002: Correct typos in docs 10(13 days ago, 11 files, 23+ 23-) 13https://github.com/crawl/crawl/commit/579f78f00293 21:07:09 03Jared Miller02 07https://github.com/crawl/crawl/pull/3202 * 0.31-a0-371-ge81950c962: Fix typo in a hook 10(13 days ago, 1 file, 1+ 1-) 13https://github.com/crawl/crawl/commit/e81950c96247 21:07:09 03Jared Miller02 07https://github.com/crawl/crawl/pull/3202 * 0.31-a0-372-g0a879570bf: Correct typos in source comments 10(72 seconds ago, 118 files, 175+ 175-) 13https://github.com/crawl/crawl/commit/0a879570bffd 21:07:09 03Jared Miller02 07https://github.com/crawl/crawl/pull/3202 * 0.31-a0-373-g5df6c60f4a: Correct typos in actual code! 10(13 days ago, 23 files, 42+ 42-) 13https://github.com/crawl/crawl/commit/5df6c60f4ab9 21:07:09 03Jared Miller02 07https://github.com/crawl/crawl/pull/3202 * 0.31-a0-374-g70183d36f2: Correct some more comment typos 10(13 days ago, 8 files, 14+ 14-) 13https://github.com/crawl/crawl/commit/70183d36f2d6 21:07:09 03Jared Miller02 07https://github.com/crawl/crawl/pull/3202 * 0.31-a0-375-ge0d22fb084: Correct some more code typos! 10(13 days ago, 3 files, 5+ 5-) 13https://github.com/crawl/crawl/commit/e0d22fb084d5 22:34:59 Unstable branch on crawl.develz.org updated to: 0.31-a0-369-g8eba5f6939 (34) 22:57:00 Windows builds of master branch on crawl.develz.org updated to: 0.31-a0-369-g8eba5f6939 23:15:33 Unstable branch on cbro.berotato.org updated to: 0.31-a0-369-g8eba5f6939 (34) 23:54:31 Monster database of master branch on crawl.develz.org updated to: 0.31-a0-369-g8eba5f6939