00:00:17 !calc 475.94 / 419.87 00:00:18 1.13 00:00:35 !calc 13.0 / 11 00:00:36 1.18 00:01:18 !calc 386.44 / 324.9 00:01:19 1.19 00:01:54 elliptic: Data with the fix + reverge back to 3d12 at https://drive.google.com/drive/folders/0B7VXhHzhWWb7RllMQUhvZjRLWnM 00:02:07 They seem to be inline with what we would expect relative to trunk 00:03:11 The increase is what would be expected for monster count and the XP increase is closer to the 9% (although still only 7%) 00:04:00 s/reverge/revert/ 00:05:16 03Floodkiller02 07https://github.com/crawl/crawl/pull/600 * 0.21-a0-242-g04313b2: Add Shift Attributes ability to Gnolls 10(3 weeks ago, 13 files, 171+ 12-) 13https://github.com/crawl/crawl/commit/04313b21c446 00:05:16 03Floodkiller02 07https://github.com/crawl/crawl/pull/600 * 0.21-a0-243-g6ce36ea: Turn stat choice prompt into a function 10(3 hours ago, 2 files, 117+ 137-) 13https://github.com/crawl/crawl/commit/6ce36ea5b75c 00:05:16 03Floodkiller02 07https://github.com/crawl/crawl/pull/600 * 0.21-a0-244-g071d3b6: Increase Gnoll attributes to 10/10/10 10(2 weeks ago, 1 file, 1+ 1-) 13https://github.com/crawl/crawl/commit/071d3b6da601 00:05:16 03Floodkiller02 07https://github.com/crawl/crawl/pull/600 * 0.21-a0-245-g1bb9761: Save compat for Gnoll changes 10(13 days ago, 3 files, 19+ 1-) 13https://github.com/crawl/crawl/commit/1bb97618b353 00:14:58 gammafunk: yeah, numbers look pretty reasonable now 00:15:56 gammafunk: I'll try to get some serious qw data with/without the change as well 00:16:09 cool, thanks 01:21:59 -!- mol is now known as Guest54843 02:19:00 -!- amalloy_ is now known as amalloy 02:53:30 Monster database of master branch on crawl.develz.org updated to: 0.21-a0-241-g2cbab09 03:12:47 Unstable branch on crawl.beRotato.org updated to: 0.21-a0-241-g2cbab09 (34) 03:32:01 -!- amalloy is now known as amalloy_ 03:33:44 -!- amalloy_ is now known as amalloy 04:37:57 -!- amalloy is now known as amalloy_ 07:57:56 -!- Tiltorax_ is now known as Tiltorax 09:46:57 -!- mol is now known as Guest85950 12:24:30 Error message in Shoals:4 13https://crawl.develz.org/mantis/view.php?id=11211 by Shtopit 12:39:19 -!- amalloy_ is now known as amalloy 13:04:42 Unstable branch on crawl.akrasiac.org updated to: 0.21-a0-241-g2cbab09 (34) 15:27:12 -!- amalloy is now known as amalloy_ 15:55:05 hmm, it seems like the +7 great mace "Firestarter" gives a warning message when you cast Ignite Poison in a poison cloud 16:10:31 <|amethyst> maybe_abort_ignite should probably use actor_cloud_immune rather than checking fire shield/ignite blood 16:10:37 <|amethyst> hm 16:10:41 <|amethyst> also, 16:10:45 <|amethyst> in that function: 16:10:50 <|amethyst> // Fire cloud immunity. 16:10:50 <|amethyst> if (you.duration[DUR_FIRE_SHIELD] || you.has_mutation(MUT_IGNITE_BLOOD)) 16:10:50 <|amethyst> return false; 16:11:04 <|amethyst> but in actor_cloud_immune(): 16:11:09 <|amethyst> return you.duration[DUR_FIRE_SHIELD] 16:11:09 <|amethyst> || you.has_mutation(MUT_FLAME_CLOUD_IMMUNITY) 16:11:09 <|amethyst> || player_equip_unrand(UNRAND_FIRESTARTER); 16:11:45 <|amethyst> MUT_IGNITE_BLOOD should be MUT_FLAME_CLOUD_IMMUNITY 16:12:06 <|amethyst> oh huh 16:12:25 <|amethyst> *also*, if you are immune to the cloud 16:12:35 <|amethyst> (according to its incorrect check) 16:12:44 <|amethyst> it won't ask you about your allies, either 16:23:42 <|amethyst> hm, does the ally prompt actually check for allies? 16:25:11 <|amethyst> hm, no it doesn't 16:25:57 <|amethyst> there's code to handle that, but it's never triggered because the tracers are special-cased for players to only care about enemies 16:26:00 <|amethyst> ... 16:26:33 <|amethyst> I'm not touching that at the moment 17:02:34 03|amethyst02 07* 0.21-a0-242-g28e8582: Improve Ignite Poison prompting (syraine) 10(45 minutes ago, 1 file, 9+ 12-) 13https://github.com/crawl/crawl/commit/28e858233e7b 17:02:34 03|amethyst02 07* 0.21-a0-243-g597973d: Better handle Qazlal, scarf, and Cloud Mage cloud immunity. 10(4 minutes ago, 1 file, 4+ 4-) 13https://github.com/crawl/crawl/commit/597973d3700e 18:02:54 Unstable branch on underhound.eu updated to: 0.21-a0-243-g597973d (34) 18:09:16 Unstable branch on crawl.jorgrun.rocks updated to: 0.21-a0-243-g597973d (34) 20:18:19 gammafunk: super excited for nospawn 20:23:12 well it's not going to be any big earth-shattering change 20:23:51 a few more level monsters and some start awake; variance might make extreme levels more exciting 20:24:17 if something like a 1/3 of monsters get awake it could be a big deal 20:46:52 amalloy_: I can't seem to find if the Popup and MenuEntrys are getting deleted (or if the previously existing Popups and MenuEntrys in attribute_increase() and yesno() were ever deleted) 20:48:48 I could probably restructure my patch to ensure they get deleted before leaving the function for stat picking, but I don't trust myself to fix yesno() if that also needs a fix 20:51:47 gammafunk: I think it's exciting because it fixes issues with backtracking into popcorn 20:52:15 yeah, that'll be nice 22:44:27 -!- mikee__ is now known as mikee_ 23:00:09 -!- GiantOwl is now known as Kalir 23:36:51 !tell napkin any uptick in bot registrations at all? 23:36:51 espais: OK, I'll let napkin know. 23:43:51 i was thinking of taking a stab at one of the minor mantis items ... how does one go about spawning a particular artifact amulet? 23:44:08 i'm in wiz mode ... do i need to find a lookup table for it? 23:45:30 i wanted to dig through the code to look at the double *contam issue, and for that the reporter had an amulet of the Wild Haggis 23:46:49 that's a randart, what it does will be up to the properties not the name 23:47:36 i see, didn't realize that 23:47:59 i guess the question holds then, is it possible to spawn that exact amulet? 23:48:38 using vault syntax, I'd guess yes 23:48:53 you do have to know the base type, I think (in a listing that should be offset by a comma) 23:49:49 so i'd basically have to design my own vault to spawn it then? 23:50:02 https://crawl.develz.org/wiki/doku.php?id=dcss:help:maps:introduction&s[]=vault&s[]=syntax 23:51:05 i guess would it be possible to just generate a contaminated item? 23:51:19 no, you can uuse that syntax with &o 23:53:23 although I dont know how you specify e.g. *Contam 23:53:35 doesn't look like it's an ego, must have to come from the base type 23:53:51 is there a central list of base types? 23:54:05 i'm trying to pull up the sample files from that page but it seems gitorious is not responding 23:54:42 uh, gitorious is dead and whatever docs you ae looking at are out of date 23:54:45 it's all on github now 23:55:25 the ones i'm looking at are on the wiki -- the intro to map making 23:55:35 *cdo wiki 23:56:08 art-data.h is likely the place to start 23:57:15 oh, that's just unrands :( 23:59:37 Unstable branch on CRAWL.XTAHUA.COM updated to: 0.21-a0-243-g597973d (34)