00:00:03 -!- elliptic has quit [Ping timeout: 264 seconds] 00:03:48 -!- lorimer has quit [Ping timeout: 260 seconds] 00:13:29 -!- Lemuel has quit [Ping timeout: 265 seconds] 00:15:42 -!- lorimer has joined ##crawl-dev 01:08:38 -!- Nexos has joined ##crawl-dev 01:20:46 -!- CIA-42 has quit [Ping timeout: 265 seconds] 01:39:11 it seems wrong to me that ?vulnerability cancels post-berserk slow 01:40:25 !tell pointless_ Seems you missed antimagic() in the duration changes? 01:40:25 by: OK, I'll let pointless_ know. 01:40:32 ??sif muna wrath 01:40:32 sif muna wrath[1/2]: ABANDONMENT: 50 penance. RETRIBUTION: -1 extra penance. 20% INT drain, 30% confusion, 20% divination miscast, 20% mana drain (100 points), 10% cancellation of all temporary magic (including levitation!) OTHER: While in penance, all spell casts have a 5% chance of terrible failure (guaranteed miscast, increased severity). 01:41:07 from looking at the code, you used to get one safe turn of levitation 01:41:13 ??sif muna wrath[2] 01:41:13 sif muna wrath[2/2]: Sif-induced miscasts give -1/12 penance. 01:46:32 -!- CIA-42 has joined ##crawl-dev 01:57:47 -!- supulton has joined ##crawl-dev 02:00:24 -!- bhaak has quit [Ping timeout: 265 seconds] 02:01:03 -!- bhaak has joined ##crawl-dev 02:22:28 ??rod 02:22:28 rod[1/4]: Contains a few spells. Wield and Evoke to cast them. Uses an internal mana pool which recharges from yours when wielded. If not wielded, will still recharge but much slower. A scroll of recharging increases a rod's limit by 1 (up to a max of 17), and (always) recharges its mp to full. 02:22:38 -!- Nexos has left ##crawl-dev 02:24:06 -!- eith has joined ##crawl-dev 02:42:09 -!- eith has quit [Ping timeout: 240 seconds] 02:44:04 -!- TGWi has joined ##crawl-dev 02:44:13 vehumet lets you cast fireball outside of los 02:45:13 quick question; the wiki says 'when your character has a much higher dexterity than strength then he is more damaging with finesse weapons". does this mean that if your strength and dexterity are around the same, then finesse weapons are less effective? 02:45:36 strength weighting is not really that important at all 02:45:49 stats have a low impact on weapon damage compared to skills and the weapon itself 02:46:36 so a dexterous character would only want strength for extra carrying capacity? 02:47:06 and maybe to help with heavy armour 02:47:31 ah, right. thanks for the clarification 02:51:15 Typo in text: "The shaft disappears is a puff of logic!" (https://crawl.develz.org/mantis/view.php?id=2247) by bhaak 02:56:17 fireballing outside of LOS (https://crawl.develz.org/mantis/view.php?id=2249) by TGW 02:56:17 FTILE fix for forest_paths (patch) (https://crawl.develz.org/mantis/view.php?id=2248) by jpeg 03:00:13 -!- TGWi has left ##crawl-dev 03:11:38 -!- Anym has joined ##crawl-dev 03:16:18 -!- ortoslon has joined ##crawl-dev 03:23:14 the random mutation code is kind of fragile 03:23:48 if we add lots of good mutations, random mutating will be weighted towards good mutations more strongly 03:27:50 03kilobyte * r7f6b40539e6c 10/crawl-ref/source/dat/des/variable/mini_monsters.des: Fix non-grassy floor tiles in forest_paths. (jpeg) 03:38:40 -!- syllogism has joined ##crawl-dev 03:38:56 03by * r934e36dd5812 10/crawl-ref/source/ (player.cc player.h): Simplify contaminate_player. 03:38:58 03by * r4890a0b1d352 10/crawl-ref/source/ (it_use2.cc item_use.cc output.cc player.cc): Make contamination level distinguish gray glow. 03:38:59 03by * r7935a8b5cf47 10/crawl-ref/source/ (player.cc player.h spl-mis.cc): Make miscast contamination go through contaminate_player. 03:39:01 03by * r26c61a2e7ad3 10/crawl-ref/source/ (effects.cc hints.cc): Use get_contamination_level() some more. 03:39:02 03by * rab6af14d5b31 10/crawl-ref/source/stairs.cc: Fix typo (#2247). 03:39:04 03by * r758e66775726 10/crawl-ref/source/mutation.cc: Change selection of random good/bad mutations. 03:39:28 glow and malmutators will now actually give bad mutations again 03:42:09 they didn't? 03:43:22 rarely 03:43:38 I moved for consistency in the wrong direction 03:44:36 it used to be that RANDOM_GOOD_MUTATION did a skewed weighted choice over all mutations, and RANDOM_BAD_MUTATION an unweighted choice from a short list of bad mutations 03:44:59 ah 03:45:03 I made RANDOM_BAD_MUTATION also do a skewed weighted choice 03:45:20 but there's far fewer bad mutations, so it turned out to often give good mutations 03:45:31 ah, right 03:45:43 now RANDOM_{GOOD,BAD} both give a weighted choice of good/bad only 03:46:45 so that's why i got 5 good mutations in a row from a neqoxec 03:47:03 yes 03:47:46 in trunk? 03:52:57 syllogism: there's stille a chance to get 5 good in a row, but each time it's 1/5 to give a random instead of bad, which could still be bad 03:53:27 yes, that's how I thought it worked 04:15:29 03by * rd6bdf77ab7cf 10/crawl-ref/source/spells1.cc: Make scrolls of vulnerability not affect post-berserk slowing. 04:22:11 -!- Moriasc has joined ##crawl-dev 04:29:05 it's sort of stupid how seeing a lich go invisible allows you to tell what other spells it has 04:30:11 I suppose you could randomize every spell slot 04:34:00 it doesn't seem like the books tend to have a particularly well-matched set of spells, so that could work 04:38:31 -!- eith has joined ##crawl-dev 04:38:49 -!- flowsnake has joined ##crawl-dev 04:41:11 -!- Pseudonut has quit [Remote host closed the connection] 05:17:10 -!- casmith789 has quit [Ping timeout: 245 seconds] 05:25:13 -!- casmith789 has joined ##crawl-dev 05:28:20 -!- flowsnake has quit [Quit: Leaving] 05:55:13 -!- CIA-42 has quit [*.net *.split] 05:55:13 -!- Zaba has quit [*.net *.split] 06:03:11 -!- Mu_ has joined ##crawl-dev 06:04:01 -!- CIA-42 has joined ##crawl-dev 06:04:01 -!- Zaba has joined ##crawl-dev 06:17:42 -!- Textmode has joined ##crawl-dev 06:44:07 -!- mruuuu has quit [Ping timeout: 265 seconds] 06:57:23 @??alligator 06:57:24 alligator (12t) | Speed: 10 (act: 80%; swim: 60%) | HD: 12 | Health: 52-93 | AC/EV: 5/9 | Damage: 30, 15 | Flags: amphibious, cold-blooded, !sil | Res: 06magic(48) | XP: 1092 | Sp: swiftness. 06:57:53 @?alligator 06:57:53 alligator (12t) | Speed: 10 (act: 80%; swim: 60%) | HD: 12 | Health: 52-96 | AC/EV: 5/9 | Damage: 30, 15 | Flags: amphibious, cold-blooded, !sil | Res: 06magic(48) | XP: 1092 | Sp: swiftness. 07:01:58 -!- nrook has joined ##crawl-dev 07:07:01 -!- nrook has left ##crawl-dev 07:13:19 -!- eith_ has joined ##crawl-dev 07:15:52 -!- eith has quit [Ping timeout: 240 seconds] 07:16:10 -!- eith_ is now known as eith 07:26:50 -!- flowsnake has joined ##crawl-dev 07:27:34 -!- elliptic has joined ##crawl-dev 07:42:11 -!- ortoslon has quit [Ping timeout: 258 seconds] 08:03:35 -!- ortoslon has joined ##crawl-dev 08:08:33 -!- kilobyte has quit [Ping timeout: 260 seconds] 08:10:42 -!- kilobyte has joined ##crawl-dev 08:18:02 Let's test out square LOS (https://crawl.develz.org/mantis/view.php?id=2250) by Lemuel 08:30:07 -!- Anym has quit [Read error: Connection reset by peer] 08:51:27 -!- ortoslon1 has joined ##crawl-dev 08:51:27 -!- ortoslon has quit [Disconnected by services] 08:51:29 -!- ortoslon1 is now known as ortoslon 09:13:10 -!- ortoslon has quit [Ping timeout: 276 seconds] 09:18:22 -!- ortoslon has joined ##crawl-dev 09:18:50 please update windows builds 09:21:45 -!- Cryp71c has joined ##crawl-dev 10:12:52 !lm keskitalo t dssu type=rune 10:12:53 5. [2010-08-10] Keskitalo the Necromancer (L25 DSSu) found an abyssal rune of Zot on turn 132496. (Abyss) 10:13:01 !lm keskitalo t dssu type=rune s=noun 10:13:01 5 milestones for keskitalo (t dssu type=rune): 1x silver, 1x barnacled, 1x abyssal, 1x slimy, 1x decaying 10:13:15 !lm keskitalo t dssu type=abyss.enter 10:13:16 3. [2010-08-10] Keskitalo the Necromancer (L25 DSSu) is cast into the Abyss! (the effects of Hell) (Dis:7) 10:13:35 good luck Keskitalo! 10:46:22 This is so hard ;_; 10:46:40 Last time I had Horrible Things properly castable, and it made all the difference 10:47:23 Think I'll try it with wizardry 10:54:47 -!- MarvinPA has joined ##crawl-dev 10:59:30 Now that the stats don't return all at once, the int drain of SHT feels more significant 11:17:19 -!- ortoslon has quit [Disconnected by services] 11:17:19 -!- ortoslon1 has joined ##crawl-dev 11:17:23 -!- ortoslon1 has quit [Read error: Connection reset by peer] 11:46:14 does anyone know if the penalties to UC from wearing armor are the same as they've historically been? 11:54:09 -!- syllogism has quit [] 11:54:48 i vaguely recall things changing with the armour changes 11:54:54 but i could be mistaken 11:57:30 -!- syllogism has joined ##crawl-dev 12:00:38 -!- purge has joined ##crawl-dev 12:24:24 -!- ortoslon has joined ##crawl-dev 12:24:44 -!- Moriasc_ has joined ##crawl-dev 12:26:14 -!- Moriasc has quit [Ping timeout: 258 seconds] 12:26:24 -!- Moriasc_ is now known as Moriasc 12:51:51 !tell ortoslon Windows builds updated 12:52:13 Keskitalo: OK, I'll let ortoslon know. 12:53:52 -!- Siber2 has quit [Ping timeout: 240 seconds] 12:57:21 -!- Nexos has joined ##crawl-dev 12:58:26 -!- ortoslon has quit [Ping timeout: 258 seconds] 12:58:50 (on CAO) I can't delete stuff from my shopping list: on the items list, I can press ? or ! to change action, but nothing changes. Any idea what could be wrong? 12:59:06 Only action available = examine 13:04:30 bug? 13:15:44 Eronarn, no, they're not nearly as heavily penalized as before. 13:16:07 Nexos, IDK, it works on CDO 7.1 13:16:30 Nexos: Use !copysave and file a bug 13:19:14 IDK? 13:19:42 ??!copysave 13:19:43 I don't have a page labeled !copysave in my learndb. 13:19:50 !copysave 13:19:52 Usage: !copysave . Name is case-sensitive. Reason must not be empty. 13:21:15 greensnark: is there a "response" to the !copysave? 13:21:27 OK just happened 13:25:00 What's the bug number 13:25:28 greensnark: I'm creating it just now. Should I attach the file? 13:25:44 I don't think you can access the file 13:25:49 Let me know once the bug is filed and I'll attach it 13:26:05 2251 13:26:37 Save is Nexos-20100810142043-shoppingListBug.tar.bz2 13:26:43 -!- eith has quit [Ping timeout: 265 seconds] 13:29:08 greensnark: any additional information needed? 13:29:33 No, that should be enough 13:29:35 I've attached the save 13:29:39 OK thanks 13:29:45 Cannot remove item from shopping list; only examine action available (https://crawl.develz.org/mantis/view.php?id=2251) by Nexos 13:32:18 actually as far as I remember the copysave'd files are publically available 13:32:30 ??henzell 13:32:32 henzell[1/2]: Linley Henzell is the original creator of Crawl. He is also the ##crawl bot. If you want the source for *this bot*, go here: http://github.com/greensnark/dcss_henzell 13:33:02 maybe it used to be within the cao henzell source dir 13:37:55 -!- Siber has joined ##crawl-dev 13:45:58 B - the +3 helmet of Death's Door (worn) {rElec rPois Dam+2} 13:46:05 * doy waits for the next inevitable splat 13:46:28 nice 13:46:42 fits well with your robe of resistance? 13:47:53 i actually haven't seen a robe of resistance in quite a while 13:57:06 Didn't try to kill Cerebov much, but got all except the demonic rune from Pan! \o/ 14:00:14 well done 14:00:21 do you plan to return for it? 14:00:40 Well, still in Pan, but will continue tomorrow. 14:00:55 !lm keskitalo t dssu type=rune s=noun 14:00:55 11 milestones for keskitalo (t dssu type=rune): 1x fiery, 1x dark, 1x magical, 1x glowing, 1x silver, 1x barnacled, 1x abyssal, 1x slimy, 1x golden, 1x iron, 1x decaying 14:01:07 After that there's Tar, Geh and Coc left. 14:01:33 definitely better to do pan before the hells usually, I agree 14:01:53 @whereis keskitalo 14:01:54 Keskitalo the Thanatomancer (L27 DSSu), a worshipper of Kikubaaqudgha, saved in Pan on 2010-08-10 after 153999 turns. 14:02:01 !lm keskitalo 14:02:02 1445. [2010-08-10] Keskitalo the Thanatomancer (L27 DSSu) found a fiery rune of Zot on turn 153984. (Pan) 14:02:06 !lm keskitalo x=dur 14:02:06 1445. [2010-08-10] [dur=13:55:26 [50126]] Keskitalo the Thanatomancer (L27 DSSu) found a fiery rune of Zot on turn 153984. (Pan) 14:02:28 Feels much easier, no hell effects and the pan lord vaults are small(er), rest of the level is random (easy) pan stuff. 14:02:54 yes, it's just scary to take the dive 14:03:10 Kiku helps a lot. :) 14:04:16 do you use the corpses much, or just for torment? 14:05:57 Corpses are sort of my mid-level summon between spammals and Haunt/SHT, but at this point I'm not using them much. I could use them for Sublimation, if I remembered. (I'm also probably going to forget about Borgnjor's) 14:09:34 Oh but I did use it already, at the staggring cost of one max HP. 14:10:02 I do have 20 Necromancy + Kiku though. :) 14:14:14 we should really do something about Borgnjor's 14:14:48 -!- Pseudonut has joined ##crawl-dev 14:25:53 Yeah, I was expecting something like 25-50 14:27:10 How much necro skill does it take to get borgs down to 1-2 hp? 14:27:34 I think the minimum is 2-3 14:28:11 hmm - I though I went from 215 to 214 14:29:10 Keskitalo, and you only have 20 necro? 14:29:26 aye, let's see if a dump helps 14:29:59 !dump 14:30:00 http://crawl.akrasiac.org/rawdata/Keskitalo/Keskitalo.txt 14:30:11 @dump 14:30:11 http://crawl.develz.org/morgues/0.7/Keskitalo/Keskitalo.txt 14:34:16 I'm pretty sure I used it a bit after getting Gloorx's rune, with all the executioners around. on XL27 I got 212 HP, so I probably got a level of Fighting after that before using Borgnjor's, so it definitely didn't take many points. 14:35:09 if you had 20 Necro then it's very likely that it only took 2 or 3 HP 14:35:16 doesn't worshipping kiku boost its effectiveness too 14:36:43 that character looks fun 14:37:46 Mu_, I'd be surprised, I wasn't aware Kiku would provide power enhancements to Necro, I thought he only gave miscast protection 14:38:28 he gives you more hp during death's door 14:38:44 which seems kinda weird since 13 extra hp isn't going to make much difference, i imagine 14:40:15 -!- Zaba has quit [Ping timeout: 246 seconds] 14:44:51 -!- Nexos has left ##crawl-dev 14:49:18 -!- Zaba has joined ##crawl-dev 14:50:12 autotravel exclusion range should take nightstalker into account (https://crawl.develz.org/mantis/view.php?id=2252) by reid 14:53:22 Keskitalo: now that kiku is generally useful, do we want to keep the mummy death curse protection? 14:53:43 could also make it less reliable (chance of averting or reduction of severity) 14:55:11 I have some code ready that either averts or reduces severity by one on a coinflip 14:56:06 That would be enough boost in Tomb I think (though I've never tried to bear the full curses ever) 14:58:59 -!- Twinge has quit [] 15:00:03 let's try it 15:00:54 03by * r5d056f51ff2f 10/crawl-ref/source/spl-mis.cc: Kikubaaqudgha miscast protection tweaks. 15:00:55 03by * r8be359644209 10/crawl-ref/source/spl-mis.cc: Tone down Kiku's mummy death curse protection. 15:03:38 ??borgnjor 15:03:39 borgnjors revivification[1/1]: Level 5 necromancy spell that completely restores hp while permanently reducing maxhp between 2 and 11 points depending on power. Note that the undead and those who take lichform cannot cast this spell, as they are beyond the realm of normal life and death. Those with 20 max HP or less are too frail to use this spell. 15:03:55 going from 2 to 11 points to 2 to 11 percent maxhp sound good? 15:05:07 sounds better for sure 15:13:55 03by * r687251444d60 10/crawl-ref/source/spells1.cc: Make Borgnor's Revivification cost a bit more relevant. 15:15:14 -!- nosferax has joined ##crawl-dev 15:24:30 -!- Ekaterin has joined ##crawl-dev 15:33:37 doy: what happened to your merfolk? 15:34:11 by: gradually dying earlier and earlier, figured it was time to take a break from that 15:35:54 i used to actually be decent at this game, wonder what happened 15:39:15 that tomb death I saw was just really bad luck 15:39:33 otherwise, maybe lack of routine? 15:41:16 slime you mean? 15:41:18 but yeah 15:41:23 just out of practice i think 15:41:37 slime, yes 15:41:46 zot:5 on my only win so far was scarier than i would have liked too 15:44:04 !lg doy t win 15:44:04 1. doy the Envenomancer (L27 DSVM), worshipper of Vehumet, escaped with the Orb and 3 runes on 2010-08-06, with 1232398 points after 170673 turns and 12:28:18. 15:44:25 !lm doy t type=orb -tv:<3 15:44:26 1. doy, XL27 DSVM, T:170029 (milestone) requested for FooTV. 15:47:24 -!- nottwo has joined ##crawl-dev 15:50:10 that one's actually the second time in zot:5, it's not that bad because i cleared things out a decent amount the first time 15:51:11 looks quite controlled, yes 15:51:54 -!- mruuuu has joined ##crawl-dev 15:52:35 !lm br.end=zot 15:52:36 25. [2010-08-06] doy the Envenomancer (L25 DSVM) reached level 5 of the Realm of Zot on turn 137728. (Zot:5) 15:52:49 !lm br.end=zot -tv:>10 15:52:50 25. doy, XL25 DSVM, T:137728 (milestone) requested for FooTV. 15:54:10 -!- supulton has quit [Quit: leaving] 15:57:09 -!- nosferax has quit [Quit: You Die. RAGE QUIT.] 15:57:56 -!- Ekaterin has quit [Quit: Leaving] 16:04:25 was this a no-enchantments conduct game? 16:07:39 something like that, it just didn't really seem necessary before this point 16:07:48 vm of vehumet is quite powerful for most of the game 16:08:48 just lev+swift+rmsl makes things a bit safer, and free haste a lot 16:09:48 heh, when I saw the curse toe + lich, I thought retreat :) 16:10:20 (: 16:10:42 "can't have two ancient liches with summon greater demon, right?" 16:10:43 (: 16:12:14 nice win 16:15:40 inconsistent interaction of antennae and invisible monsters (https://crawl.develz.org/mantis/view.php?id=2253) by reid 16:16:21 doy: yay! incompetent liches: boo, try harder next time! :p 16:21:28 just found 5 altars on d:2, four of them in altar vaults 16:22:23 probably that lugonu temple 16:23:52 ah, didn't realize overflow vaults could be forced onto the same level 16:47:02 so as it turns out, ely is a terrible god for a transmuter 16:47:09 i should think these things through more 16:47:51 fortunately you can switch without wrath 16:51:04 and on a transmuter (ie, railroaded into unarmed), you can even switch to an evil god 16:51:28 ??elyvilon wrath 16:51:28 elyvilon wrath[1/1]: No effect unless you are worshipping evil. Otherwise, confusion, poison miscasts (0-1), and mass inventory weapon disenchantment. While in penance, Elyvilon will also occasionally block your attacks. This reduces your penance. 16:51:47 yeah, not a big deal 16:54:12 -!- Twinge has joined ##crawl-dev 16:54:51 ely wrath is the easiest wrath; but why do transmuters have to go unarmed? 16:55:24 *why does it matter if your transmuter is unarmed 16:55:54 most good transformations use unarmed 17:03:06 -!- Cryp71c has quit [Quit: Leaving] 17:03:14 -!- nottwo has quit [Quit: Lost terminal] 17:05:56 esc should always cancel command, not just prompt (https://crawl.develz.org/mantis/view.php?id=2254) by Lemuel 17:23:05 -!- eith has joined ##crawl-dev 17:41:07 Display teleport trap if it's seen in action (https://crawl.develz.org/mantis/view.php?id=2255) by mageykun 17:54:26 -!- eith has quit [Ping timeout: 240 seconds] 17:57:32 morning 18:07:01 -!- ixtli has joined ##crawl-dev 18:09:03 so, I think I found something unacceptable 18:09:11 currently playing on footv 18:09:29 going up stairs to Dlvl2 and I pop out into a flame cloud that kills me 18:10:31 (daftfad told me to report it) 18:11:40 Henzell> phyphor the Charm-Maker (L4 SpEn), engulfed by a cloud of flame on D:2 (lemuel_flame_loot_1), with 165 points after 2121 turns and 0:08:27. 18:11:52 Sequell> 1092. phyphor, XL4 SpEn, T:2121 requested for FooTV. 18:11:53 due: do we have a way to keep vaults from allowing stairs? There are other cases when they would be inappropiate, like those "golden dragons in cages" entry ones. 18:12:07 daftfad> give them the game id 752572 18:12:19 -!- pointless_ has joined ##crawl-dev 18:13:05 Need anything else before I pay another game? 18:15:03 phyphor: the issue seems to be quite clear 18:15:40 kilobyte: Cool, I don't know how to do a proper bug report, or if you needed anything else 18:16:27 sigh, four more books without haste 18:16:44 and I've done too many years in tech support to just go "wah, you suck, it's broken, fix it" :) If it's not a bug, that's cool. If it is, then you hopefully have enough info. 18:16:50 cheers :) 18:20:18 phyphor: a proper bug report would be nice, I'm about to go to bed, and it's unlikely someone else will act on something merely from the irc scrollback 18:22:08 !messages 18:22:10 (1/1) by said (16h 41m 45s ago): Seems you missed antimagic() in the duration changes? 18:22:31 lemuel_flame_loot_1 doesn't allow the flame to go outside the vault, so if downstairs could have spawned there, they can spawn in golden dragon cages and so on 18:23:24 kilobyte: where / how do I report it? 18:24:22 https://crawl.develz.org/mantis/ 18:25:38 cheers 18:26:06 kilobyte: i think there's a tag for it 18:35:53 due: so I should rpeort this as a bug? 18:36:06 and if so, should I include kilobyte's fears this may affect golden dragon cages? 18:37:11 report it as a bug, and don't 18:38:08 https://crawl.develz.org/mantis/view.php?id=2256 18:38:20 Feel free to mock me for missing out anything important 18:39:05 that looks fine :) and the link will be posted by a bot in a minute ;) 18:39:26 heh 18:39:39 yes, report as bug 18:39:46 I'm not used to doing this, obviously 18:40:09 due: reported, see above :) 18:41:17 Is the game ID enough or do I need to dump a save somehow? 18:41:24 Stair placement in dangerous vaults (https://crawl.develz.org/mantis/view.php?id=2256) by phyphor 18:41:41 it's good enough 18:42:02 k,then I think I should sleep 18:42:05 it's nearly 1 am 18:42:12 my alarm for work goes off in 4 hours 18:54:51 -!- Eronarn has quit [Quit: Reconnecting] 18:55:10 -!- Eronarn has joined ##crawl-dev 19:13:53 -!- Pseudonut has quit [Quit: Computer went to sleep] 19:17:07 -!- syllogism has quit [] 19:19:36 -!- Cryp71c has joined ##crawl-dev 19:27:40 -!- Pseudonut has joined ##crawl-dev 19:50:39 -!- Fangorn_ has quit [Ping timeout: 240 seconds] 20:18:42 -!- Cryp71c has quit [Ping timeout: 246 seconds] 20:21:38 -!- Mu_ has quit [Quit: Defecator, may everything turn out okay so that you can leave this place.] 20:36:58 God Gift granted then disappeared (https://crawl.develz.org/mantis/view.php?id=2257) by alkinder 21:12:10 -!- flowsnake has quit [Ping timeout: 245 seconds] 21:19:08 -!- pointless_ has quit [Quit: ChatZilla 0.9.86 [Firefox 3.6.8/20100722155716]] 21:32:29 -!- Moriasc has quit [Ping timeout: 258 seconds] 22:03:12 03Cryp71c * r5baa2c3fb703 10/crawl-ref/source/mutation.cc: Mantis 2186 : Make Fire Breath and Ice Facet exclusive 22:21:13 -!- Cryp71c has joined ##crawl-dev 22:43:47 -!- MarvinPA has quit [Ping timeout: 252 seconds] 22:49:55 -!- June3 has joined ##crawl-dev 22:53:02 Could someone explain which option enables automatic stash tracking? Is it on by default? I'm creating my stashes by making level annotations. How is the =s inscription supposed to work? 22:53:43 -!- Textmode has quit [Quit: Over the ages, man has been certain of a great many things. some of these things were even true.] 22:54:46 Do I simply search for my stashes by using the find feature to locate all =s incriptions, or am I missing something? 22:56:38 My appologies if this is more appropriate for ##crawl 22:57:44 add ability to edit level annotations (https://crawl.develz.org/mantis/view.php?id=2258) by June 23:06:29 -!- Cryp71c has quit [Disconnected by services] 23:40:19 -!- Vandal| has joined ##crawl-dev 23:41:24 -!- Vandal| has quit [Client Quit] 23:41:39 -!- Vandal has quit [] 23:41:55 -!- Vandal has joined ##crawl-dev 23:42:00 -!- Vandal has quit [Client Quit]