00:00:03 -!- omarax has quit [Remote host closed the connection] 00:00:22 -!- sooheon has quit [Ping timeout: 276 seconds] 00:06:01 -!- Nomi has quit [Read error: Connection reset by peer] 00:06:34 -!- Kalir has quit [Ping timeout: 258 seconds] 00:06:39 -!- GiantOwl is now known as Kalir 00:06:39 -!- Kalir has quit [Changing host] 00:16:10 -!- destroythecore has quit [Read error: Connection reset by peer] 00:29:55 Unstable branch on CRAWL.XTAHUA.COM updated to: 0.19-a0-1035-gdbfb0c6 (34) 00:32:21 -!- amalloy is now known as amalloy_ 00:39:36 -!- minmay has joined ##crawl-dev 00:44:57 -!- introsp3ctive has quit [Ping timeout: 258 seconds] 00:45:46 -!- aditya has quit [Ping timeout: 250 seconds] 00:50:03 -!- PleasingFungus has joined ##crawl-dev 00:50:25 does anyone understand how draining works 00:50:25 like, mathematically 00:53:08 hrm, i think i got it 00:53:28 -!- magistern has quit [Quit: magistern] 00:55:37 -!- iFurril has quit [Ping timeout: 276 seconds] 00:58:48 -!- Dracunos has quit [Ping timeout: 244 seconds] 00:59:12 ish 01:00:03 -!- omarax has quit [Remote host closed the connection] 01:00:27 you mean the way it scales? 01:01:23 !source player.cc:5968 01:01:23 https://github.com/crawl/crawl/blob/master/crawl-ref/source/player.cc#L5968 01:01:33 this bit 01:01:41 it's doing something that i don't quite follow 01:02:07 -!- simmarine has quit [Read error: Connection reset by peer] 01:02:21 -!- Dracunos-m has quit [Ping timeout: 250 seconds] 01:04:37 also i think that max is very bad 01:04:52 hrm 01:04:57 -!- Dracunos7 has quit [Ping timeout: 250 seconds] 01:08:51 -!- Dracunos72 has quit [Ping timeout: 250 seconds] 01:11:23 does scale get passed somewhere where it would be changed? 01:12:16 -!- amalloy_ is now known as amalloy 01:12:36 ? 01:12:46 anyway it doesn't matter, the basic premise of the code i was writing was wrong 01:13:01 the amount of skill reduction that drain applies does vary by the level of the skill it's reducing 01:13:07 -!- Zeor has quit [Quit: Leaving.] 01:13:13 a level 20 skill will be reduced more than a level 10 one 01:13:15 slightly 01:13:46 i guess we lied to gammafunk several months ago 01:13:48 who knew... 01:14:55 -!- Dracunos-m has quit [Ping timeout: 250 seconds] 01:15:27 I was wondering where "scale" was coming from. 01:15:47 -!- Dracunos7 has quit [Ping timeout: 250 seconds] 01:17:08 ??draining 01:17:09 draining[1/1]: see {draining brand} or {drain status} 01:17:12 ??drain status 01:17:12 drain[1/4]: Reduces your skills until you gain more XP (no long-term effect). Press m to see how much your skills got drained. A potion of experience does not end the effect. 01:17:15 ??drain status[2 01:17:15 draining brand[1/2]: 1/2 chance of doing an additional (dam/4 + 3) damage (on average) and applying a debuff similar to a HD reduction which is stackable, refreshable, and lasts 20-30 turns. Checks rN and only works against natural enemies. Disliked by good gods. 01:17:16 ??drain status[3 01:17:17 *drain[1/1]: A randart property which drains you (ignoring rN) when you unequip it. 01:17:19 ??drain status[4 01:17:19 drain[4/4]: The WD-40 of DCSS development. 01:18:03 -!- tealeaves has quit [Quit: Bye] 01:19:55 Unstable branch on crawl.develz.org updated to: 0.19-a0-1035-gdbfb0c6 (34) 01:20:56 -!- zxc has joined ##crawl-dev 01:21:27 03PleasingFungus02 07* 0.19-a0-1036-gfdc8f68: Add a comment for draining math 10(2 minutes ago, 1 file, 2+ 0-) 13https://github.com/crawl/crawl/commit/fdc8f687c15a 01:21:44 mmm 01:21:46 draining math 01:22:08 lemme tell you, i sure feel drained after reading that! 01:24:27 -!- Dracunos-m has quit [Ping timeout: 250 seconds] 01:25:19 -!- Dracunos7 has quit [Ping timeout: 250 seconds] 01:25:47 -!- hellmonk has quit [Quit: Page closed] 01:26:43 ??*confuse 01:26:43 *confuse[1/1]: A randart property that causes confusion rarely when the player takes a hit. Has a (number of Confusing artefacts worn) in 100 chance of triggering. 01:27:22 does this interact any way with the hit dealing damage or the amount of damage? 01:27:37 i suspect the former but not the latter 01:28:07 yep 01:28:20 also it doesn't trigger on poison over time 01:28:35 -!- jeefus has joined ##crawl-dev 01:31:36 so: the hit must deal damage, and it must be a "hit" (i.e. not poison over time) 01:31:49 is that correct? 01:31:58 i believe so 01:32:12 thanks 01:32:32 also if you die from the damage, confuse doesn't trigger 01:32:34 -!- jefus- has quit [Ping timeout: 250 seconds] 01:34:00 hah 01:34:53 -!- Suga_H has quit [Ping timeout: 240 seconds] 01:37:01 -!- Dracunos-m has quit [Ping timeout: 250 seconds] 01:37:40 fr: post-death confusio 01:37:41 n 01:38:45 -!- Dracunos7 has quit [Ping timeout: 250 seconds] 01:38:50 i think it was an angband variant where such effects would get put in the message buffer after the "you died" line so 01:38:56 You die. 01:39:02 You feel very stupid. 01:39:52 heh 01:46:22 hey PleasingFungus, if you're around do you mind reviewing https://github.com/crawl/crawl/pull/315 for me? 01:46:36 i was really wondering why you hadn't just pushed that 01:46:47 i explained why in the PR comment! 01:47:03 :P 01:47:12 but it's nothing special/unique; PRs are a great way to do review 01:47:21 crawl dev traditionally prefers to do code review after pushes 01:47:26 hrm 01:47:32 not a big fan of EQ_LAST_JEWELLERY 01:47:46 why? 01:48:02 i guess it's weird because of how the enum works 01:48:09 i'll strike that objection. 01:48:20 -!- AndChat-596400 is now known as aditya 01:48:52 if it was just a jewellery enum, it would be redundant with NUM_EQUIP, but... 01:49:02 yes 01:50:01 -!- Dracunos-m has quit [Ping timeout: 250 seconds] 01:50:27 bug spotted 01:50:31 nice 01:50:37 -!- Evablue has quit [Quit: Evablue] 01:50:42 https://github.com/crawl/crawl/pull/315/files#diff-06ca654fd5d32b664e31f2e9830745e0L1816 01:50:50 you need to exclude EQ_AMULET 01:51:37 oh dang, so i do. i see 01:51:44 that one took me about three reads to spot 01:51:47 i saw EQ_RING_AMULET and thought it was a weird name but didn't think about it 01:51:53 but that's about the macabre 01:52:42 yeah 01:54:30 I love the ring amulet 01:54:32 i'm not sure about https://github.com/crawl/crawl/pull/315/files#diff-6368de4e9f42e6a821503d7d512e403eR1221 . it's not currently buggy, but i think it might be better to start i at EQ_FIRST_EQUIP and "if (i == EQ_WEAPON) continue;" 01:54:56 since the intent there is specifically to skip EQ_WEAPON, not to start at armour per se, if that makes any sense 01:55:57 -!- Hiffwe has quit [Read error: Connection reset by peer] 01:55:58 hm 01:56:10 Windows builds of master branch on crawl.develz.org updated to: 0.19-a0-1036-gfdc8f68 01:56:12 -!- Krakhan has quit [Ping timeout: 258 seconds] 01:56:26 the main difference i suppose would be if we added an additional inventory slot that is neither armour nor weapon 01:56:41 like launcher or something 01:56:52 in which case i agree with your proposal 01:58:04 -!- Cimanyd has quit [Quit: Page closed] 01:59:23 how come the experience potion doesn't remove drain anyways 01:59:45 it's literally bottled experience 01:59:49 same reason that ?Enchant doesn't remove curses. 01:59:53 Lightli: if it did, players would be encouraged to put off drinking it 01:59:58 true 02:00:03 -!- omarax has quit [Remote host closed the connection] 02:01:43 -!- Jafet has quit [Read error: Connection reset by peer] 02:02:17 I don't really agree with that reasoning. Drinking !EXP ASAP always seems best to me. 02:02:35 I guess maybe there is such a case with zig !EXP? 02:02:35 -!- Dracunos-m has quit [Ping timeout: 250 seconds] 02:03:51 -!- Kalir has quit [Quit: I'M OUT SON. PEACE, LOVE, EXPLOSIONS.] 02:03:53 -!- Dracunos7 has quit [Ping timeout: 250 seconds] 02:05:11 -!- Dracunos72 has quit [Ping timeout: 250 seconds] 02:06:18 -!- waat has quit [Ping timeout: 260 seconds] 02:07:49 PleasingFungus: anything else before i merge it? 02:09:00 Unstable branch on crawl.jorgrun.rocks updated to: 0.19-a0-1036-gfdc8f68 (34) 02:09:05 -!- Dracunos-m has quit [Ping timeout: 250 seconds] 02:09:24 nah 02:10:49 -!- Dracunos7 has quit [Ping timeout: 250 seconds] 02:15:35 -!- Dracunos-m has quit [Ping timeout: 250 seconds] 02:15:52 03amalloy02 07* 0.19-a0-1037-g36c65c9: Replace some magic numbers with new EQ_ enum values 10(11 hours ago, 19 files, 46+ 44-) 13https://github.com/crawl/crawl/commit/36c65c99c43e 02:16:41 -!- iFurril has quit [Ping timeout: 264 seconds] 02:28:09 -!- Dracunos-m has quit [Ping timeout: 250 seconds] 02:31:11 -!- Dracunos7 has quit [Ping timeout: 250 seconds] 02:32:54 -!- kurshu has quit [Quit: Leaving] 02:35:57 -!- Dracunos72 has quit [Ping timeout: 250 seconds] 02:36:07 -!- cait has quit [Ping timeout: 244 seconds] 02:38:45 -!- nikheizen has quit [Quit: leaving] 02:42:53 -!- Dracunos-m has quit [Ping timeout: 250 seconds] 02:43:03 -!- bonghitz has quit [Remote host closed the connection] 02:44:11 -!- VoxSomniator_ has quit [Ping timeout: 250 seconds] 02:45:39 -!- grisha5 has quit [Quit: Page closed] 02:45:55 -!- aditya has quit [Ping timeout: 250 seconds] 02:49:23 -!- Dracunos7 has quit [Ping timeout: 250 seconds] 02:50:15 -!- AndChat-596400 has quit [Ping timeout: 258 seconds] 02:54:05 Monster database of master branch on crawl.develz.org updated to: 0.19-a0-1037-g36c65c9 02:54:05 beem now has 323 subscribers. I only have 307 twitch followers. So it's now more popular than me 02:59:21 -!- Dracunos-m has quit [Ping timeout: 250 seconds] 03:00:03 -!- omarax has quit [Remote host closed the connection] 03:01:20 -!- travis-ci has joined ##crawl-dev 03:01:21 The build has errored. (master - 36c65c9 #6233 : Alan Malloy): https://travis-ci.org/crawl/crawl/builds/148229220 03:01:21 -!- travis-ci has left ##crawl-dev 03:02:17 -!- PleasingFungus has quit [Ping timeout: 244 seconds] 03:02:23 -!- Dracunos7 has quit [Ping timeout: 250 seconds] 03:05:51 -!- Dracunos-m has quit [Ping timeout: 250 seconds] 03:08:43 Unstable branch on crawl.jorgrun.rocks updated to: 0.19-a0-1037-g36c65c9 (34) 03:09:32 -!- PleasingFungus has joined ##crawl-dev 03:09:32 -!- PleasingFungus has quit [Client Quit] 03:11:49 -!- Evablue has quit [Client Quit] 03:12:21 -!- Dracunos7 has quit [Ping timeout: 250 seconds] 03:13:10 -!- _dhm has quit [Ping timeout: 260 seconds] 03:20:32 -!- scummos| has quit [Ping timeout: 258 seconds] 03:23:34 Unstable branch on crawl.beRotato.org updated to: 0.19-a0-1037-g36c65c9 (34) 03:28:25 -!- amalloy is now known as amalloy_ 03:33:09 -!- Dracunos-m has quit [Ping timeout: 250 seconds] 03:40:35 -!- ig0rbit has quit [Ping timeout: 240 seconds] 03:45:43 -!- VoxSomniator has quit [Quit: Leaving] 03:46:09 -!- Dracunos-m has quit [Ping timeout: 250 seconds] 03:46:46 -!- vede has quit [Ping timeout: 265 seconds] 03:48:19 -!- mong has quit [Remote host closed the connection] 03:50:03 -!- Dracunos7 has quit [Ping timeout: 250 seconds] 03:50:06 -!- grisha5 has quit [Quit: Page closed] 04:00:03 -!- omarax has quit [Remote host closed the connection] 04:15:11 -!- Dracunos-m has quit [Ping timeout: 250 seconds] 04:18:56 -!- Zekka has quit [Ping timeout: 244 seconds] 04:19:54 -!- SurpriseTRex has quit [Ping timeout: 260 seconds] 04:20:49 -!- GauHelldragon has quit [Ping timeout: 250 seconds] 04:36:00 -!- Patashu_ has joined ##crawl-dev 04:48:27 -!- Idolo has quit [] 04:53:00 -!- Alcopop has quit [Quit: Page closed] 05:00:03 -!- omarax has quit [Remote host closed the connection] 05:05:27 -!- Dracunos-m has quit [Ping timeout: 250 seconds] 05:06:32 -!- zxc_ has joined ##crawl-dev 05:06:38 -!- adibis has quit [Ping timeout: 250 seconds] 05:06:59 -!- zxc has quit [Ping timeout: 244 seconds] 05:08:08 -!- packet_loss has quit [Ping timeout: 252 seconds] 05:08:43 -!- packet_loss has joined ##crawl-dev 05:20:37 -!- Dracunos-m has quit [Ping timeout: 250 seconds] 05:29:43 -!- Dracunos-m has quit [Ping timeout: 250 seconds] 05:35:38 -!- Reverie has joined ##crawl-dev 05:36:21 -!- bonghitz has quit [Remote host closed the connection] 05:45:40 -!- PElf has quit [Quit: HydraIRC -> http://www.hydrairc.com <- s0 d4Mn l33t |t'z 5c4rY!] 05:54:44 -!- Kranix has quit [Ping timeout: 260 seconds] 05:57:51 -!- Dracunos-m has quit [Ping timeout: 250 seconds] 05:58:07 -!- doll has quit [Quit: Lost terminal] 06:00:02 -!- omarax has quit [Remote host closed the connection] 06:03:07 -!- ProzacElf has quit [Ping timeout: 252 seconds] 06:24:43 -!- Dracunos-m has quit [Ping timeout: 249 seconds] 06:26:20 -!- Kenran has quit [Ping timeout: 250 seconds] 06:30:50 -!- removeelyvilon has quit [Quit: Page closed] 06:39:53 -!- Dracunos-m has quit [Ping timeout: 250 seconds] 06:44:33 -!- Bammboo has quit [Read error: Connection reset by peer] 06:53:45 -!- Dracunos-m has quit [Ping timeout: 250 seconds] 06:55:59 -!- sooheon has quit [Ping timeout: 260 seconds] 07:14:33 -!- _dhm has quit [Ping timeout: 250 seconds] 07:17:41 -!- Lasty has joined ##crawl-dev 07:18:24 -!- Zxpr1jk has quit [Quit: Leaving] 07:41:56 -!- pyrotecnix has quit [Ping timeout: 244 seconds] 07:42:58 -!- MaBunny has quit [Max SendQ exceeded] 07:44:18 -!- MaBunny has quit [Max SendQ exceeded] 07:49:51 -!- HellTiger has quit [Ping timeout: 265 seconds] 07:53:33 -!- Dracunos-m has quit [Ping timeout: 250 seconds] 08:00:00 -!- Sonata has quit [Ping timeout: 265 seconds] 08:00:02 -!- omarax has quit [Remote host closed the connection] 08:02:07 -!- tw_ has quit [Ping timeout: 260 seconds] 08:02:10 -!- Patashu__ has joined ##crawl-dev 08:02:39 -!- Zet has quit [Ping timeout: 250 seconds] 08:03:18 -!- Pyryhyry has quit [Ping timeout: 276 seconds] 08:04:33 -!- Patashu_ has quit [Ping timeout: 240 seconds] 08:06:00 -!- MaBunny has quit [Ping timeout: 250 seconds] 08:07:24 -!- Lasty has quit [Quit: Leaving.] 08:08:00 -!- _sk has quit [Ping timeout: 258 seconds] 08:17:33 Bcadren (L25 GrMo) (Depths:2) 08:19:08 -!- Zet has quit [Ping timeout: 244 seconds] 08:19:31 -!- Pyryhyry has quit [Ping timeout: 252 seconds] 08:20:16 -!- _sk has quit [Ping timeout: 258 seconds] 08:20:42 -!- magistern has quit [Quit: magistern] 08:20:51 -!- tw_ has quit [Ping timeout: 276 seconds] 08:26:35 -!- Rast has joined ##crawl-dev 08:34:47 -!- waat has quit [Ping timeout: 260 seconds] 08:43:17 -!- MaxFrost has quit [Quit: Going offline, see ya! (www.adiirc.com)] 08:55:52 -!- cait has quit [Remote host closed the connection] 08:56:12 -!- ig0rbit has quit [Quit: Leaving] 09:00:03 -!- omarax has quit [Remote host closed the connection] 09:00:14 -!- Kranix has quit [Ping timeout: 260 seconds] 09:10:04 -!- kazimuth has quit [Ping timeout: 240 seconds] 09:10:28 lol gammafunk 09:11:03 -!- staplegun has quit [Ping timeout: 240 seconds] 09:12:42 -!- SurpriseTRex_ has quit [Ping timeout: 260 seconds] 09:14:31 -!- SurpriseTRex__ has quit [Read error: Connection reset by peer] 09:15:13 -!- wheals has joined ##crawl-dev 09:24:15 -!- iFurril has quit [Ping timeout: 244 seconds] 09:29:06 -!- phenominorm has quit [Ping timeout: 276 seconds] 09:37:00 -!- bonghitz has quit [Remote host closed the connection] 09:40:05 -!- tealeaves has quit [Quit: Bye] 10:00:02 -!- omarax has quit [Remote host closed the connection] 10:02:55 -!- Leszczynek has quit [Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/] 10:05:24 -!- Kaishin_ has quit [Ping timeout: 250 seconds] 10:07:31 -!- wheals has quit [Quit: Leaving] 10:10:38 -!- wheals has joined ##crawl-dev 10:10:49 -!- Bcadren has quit [Ping timeout: 260 seconds] 10:15:29 -!- tealeaves has quit [Quit: Bye] 10:16:07 -!- Yser has quit [Ping timeout: 250 seconds] 10:20:14 -!- Kurshu has quit [Client Quit] 10:21:21 -!- Nomi has quit [Read error: Connection reset by peer] 10:22:43 -!- Patashu__ has quit [Ping timeout: 252 seconds] 10:26:05 -!- wheals has quit [Quit: Leaving] 10:28:12 -!- wheals has joined ##crawl-dev 10:36:29 -!- Zet has quit [Ping timeout: 250 seconds] 10:39:06 -!- Patashu__ has joined ##crawl-dev 10:43:32 -!- mopl has quit [Ping timeout: 250 seconds] 10:44:32 -!- amalloy_ is now known as amalloy 10:47:52 -!- Patashu__ has quit [Ping timeout: 258 seconds] 11:00:02 -!- omarax has quit [Remote host closed the connection] 11:00:15 -!- cmcbot has quit [Remote host closed the connection] 11:00:26 -!- Lightli has quit [Ping timeout: 250 seconds] 11:01:31 -!- FR3DOR has quit [Quit: leaving] 11:03:55 -!- sanka has quit [Quit: Page closed] 11:04:40 -!- PleasingFungus has joined ##crawl-dev 11:04:51 !crashlog Bcadren 11:04:52 3. Bcadren, XL25 GrMo, T:112958 (milestone): http://crawl.akrasiac.org/rawdata/Bcadren/crash-Bcadren-20160729-121733.txt 11:05:31 acq crash 11:05:39 oh, i know this bug 11:06:07 -!- Lightli has joined ##crawl-dev 11:08:34 -!- Zet has quit [Ping timeout: 258 seconds] 11:08:34 -!- _sk has quit [Ping timeout: 258 seconds] 11:09:18 -!- morik has quit [Quit: Page closed] 11:09:51 -!- Pyryhyry has quit [Ping timeout: 276 seconds] 11:14:55 -!- Whargarbl has quit [Quit: Page closed] 11:19:20 -!- Daekdroom has quit [Quit: Leaving] 11:20:07 -!- elliptic has quit [Quit: Leaving] 11:23:30 -!- tealeaves has quit [Quit: Bye] 11:24:26 crawlcode nomination: return true; //TODO: false 11:25:15 i try 11:25:42 wheals: where is the targeting code that tries to maximise number of monsters hit? 11:26:12 there isn't any 11:26:26 it'd be nice though 11:26:36 really? i thought stuff like b.lightning and fireball were doing that 11:26:40 zap bouncing and so on 11:26:56 yeah, that's slightly different 11:27:37 for lighting, it's still looking at each spot individually, but checking if there's a multizap there 11:27:51 s/ight/ightn/ 11:28:08 i ask because i hit zf for b.fire, and instead of targeting the monster it targeted the square behind the monster. that's fine mechanically, damage-wise, but worse UI-wise because it doesn't show me the monster's status summary 11:28:15 for fireball, it looks at each spot individually but also checks if it would hit you, and if so tries to find another one 11:28:45 so i was hoping to add "target the square a monster is in" as a tie-breaker 11:29:04 !source direction_chooser::find_default_monster_target 11:29:04 1/1. https://github.com/crawl/crawl/blob/master/crawl-ref/source/directn.cc#L1010 11:29:37 ah 11:29:48 it'd be nice to kind of pull the logic in that function inside out 11:30:04 so it would iterate over each possible square and give it a value and pick the best 11:30:31 rather than repeatedly searching for a square that fits whatever criterion 11:32:17 so it sounds like probably what happened is i previously aimed at square X while targeting monster M, killing it. then i hit zf again, and X happened to be a good-enough way to target monster Y 11:33:23 huh, every ogre has a 1% chance of spawning with a great mace 11:36:34 it used to be much larger 11:42:56 -!- MaBunny is now known as ByteStorm 11:44:04 -!- adibis has joined ##crawl-dev 11:56:09 -!- amalloy is now known as amalloy_ 11:58:24 New branch created: monweap (2 commits) 13https://github.com/crawl/crawl/tree/monweap 11:58:24 03PleasingFungus02 07[monweap] * 0.19-a0-1037-gf9c9ceb: Take Wiglaf's axe, too. 10(9 hours ago, 1 file, 0+ 7-) 13https://github.com/crawl/crawl/commit/f9c9ceb567bb 11:58:24 03PleasingFungus02 07[monweap] * 0.19-a0-1038-g4cc7865: Monster weapon dataification WIP 10(8 hours ago, 1 file, 396+ 472-) 13https://github.com/crawl/crawl/commit/4cc78658991b 12:00:01 -!- omarax has quit [Remote host closed the connection] 12:00:15 03PleasingFungus02 07* 0.19-a0-1038-gf7b9900: Take Wiglaf's axe, too. 10(9 hours ago, 1 file, 0+ 7-) 13https://github.com/crawl/crawl/commit/f7b99009521e 12:03:24 PleasingFungus: Did you remember Ignacio and his pain exec axe 12:03:58 there's still hundreds of lines to go 12:04:02 ignacio's in there somewhere 12:04:21 i wanted to see if people had syntax / readability comments before i went further 12:07:48 PleasingFungus: there is an extra opening bracket in your math draining comment 12:08:48 Unstable branch on crawl.jorgrun.rocks updated to: 0.19-a0-1038-gf7b9900 (34) 12:16:35 -!- Rust3dCor3 has quit [Remote host closed the connection] 12:17:21 -!- PleasingFungus has quit [Ping timeout: 250 seconds] 12:18:52 -!- ByteStorm has quit [Ping timeout: 244 seconds] 12:19:05 -!- PsyMar has quit [Ping timeout: 250 seconds] 12:21:34 -!- PleasingFungus has joined ##crawl-dev 12:24:34 -!- Zekka has quit [Ping timeout: 240 seconds] 12:24:36 03PleasingFungus02 07* 0.19-a0-1039-gd35b137: Remove a superfluous paren (Yermak) 10(27 seconds ago, 1 file, 1+ 1-) 13https://github.com/crawl/crawl/commit/d35b13721af1 12:26:29 -!- Mattias has joined ##crawl-dev 12:30:17 -!- bonghitz has quit [Remote host closed the connection] 12:33:09 -!- debo has joined ##crawl-dev 12:36:41 -!- Reverie has quit [Quit: Textual IRC Client: www.textualapp.com] 12:37:27 -!- ByteStorm has quit [Ping timeout: 260 seconds] 12:37:56 -!- MaBunny is now known as ByteStorm 12:40:36 -!- debo has quit [Ping timeout: 244 seconds] 12:43:34 -!- tealeaves has quit [Read error: Connection reset by peer] 12:44:28 -!- PsyMar has quit [Quit: witty quit message goes here] 12:45:15 -!- travis-ci has joined ##crawl-dev 12:45:16 The build passed. (monweap - 4cc7865 #6234 : Nicholas Feinberg): https://travis-ci.org/crawl/crawl/builds/148350672 12:45:16 -!- travis-ci has left ##crawl-dev 12:45:28 -!- elliptic has joined ##crawl-dev 12:45:33 -!- adibis has quit [Ping timeout: 258 seconds] 12:47:16 -!- pnom has quit [Ping timeout: 264 seconds] 12:48:05 -!- aditya has quit [Ping timeout: 265 seconds] 12:48:40 we have wiglaf's axe? 12:51:34 somebody's taking the axes. 12:55:42 -!- a___ has quit [Ping timeout: 250 seconds] 12:59:05 you axed for it... 12:59:27 -!- a___ has quit [Client Quit] 13:00:02 -!- omarax has quit [Remote host closed the connection] 13:00:17 -!- cmcbot has quit [Remote host closed the connection] 13:01:04 -!- Zekka has quit [Ping timeout: 240 seconds] 13:03:28 -!- MarvinPA has joined ##crawl-dev 13:08:45 Unstable branch on crawl.jorgrun.rocks updated to: 0.19-a0-1039-gd35b137 (34) 13:17:41 -!- panicbit has quit [Read error: Connection reset by peer] 13:23:50 salamanders' weapons have slightly better plusses than the average monster's. 13:25:58 Unstable branch on crawl.akrasiac.org updated to: 0.19-a0-1039-gd35b137 (34) 13:26:34 -!- travis-ci has joined ##crawl-dev 13:26:35 The build passed. (master - f7b9900 #6235 : Nicholas Feinberg): https://travis-ci.org/crawl/crawl/builds/148351105 13:26:35 -!- travis-ci has left ##crawl-dev 13:28:34 -!- jefus- has joined ##crawl-dev 13:31:55 -!- ontoclasm has joined ##crawl-dev 13:32:28 -!- jeefus has quit [Ping timeout: 252 seconds] 13:36:30 -!- ByteStorm has quit [Quit: Bye guys hav a good time :)] 13:38:55 -!- MaBunny has quit [Max SendQ exceeded] 13:39:59 -!- MaBunny is now known as OtakuSenpai 13:40:10 -!- OtakuSenpai is now known as OtakuSenpai_afai 13:40:26 -!- OtakuSenpai_afai has quit [Max SendQ exceeded] 13:41:34 -!- bitcoinbastard has quit [Ping timeout: 258 seconds] 13:42:26 -!- OtakuSenpai_afai is now known as MaBunny 13:45:30 -!- debo has joined ##crawl-dev 13:49:37 -!- MaBunny has quit [Quit: Bye guys hav a good time :)] 13:57:28 -!- ProzacElf has joined ##crawl-dev 13:58:48 03PleasingFungus02 07* 0.19-a0-1040-g4786b36: Monster weapon dataification WIP 10(10 hours ago, 1 file, 794+ 1069-) 13https://github.com/crawl/crawl/commit/4786b365ed85 13:59:03 oops, forgot to rename the commit 13:59:06 c'est la vie 14:00:02 -!- omarax has quit [Remote host closed the connection] 14:00:08 dataification! 14:00:20 you probably could have left out the first 'i' 14:00:31 -!- scummos| has quit [Ping timeout: 252 seconds] 14:01:21 melaitification 14:02:13 nooooooo 14:02:27 * PleasingFungus buzzes angrily. 14:04:52 03PleasingFungus02 07* 0.19-a0-1041-g82b1012: Despoiler always-uncursed monster weapons 10(16 seconds ago, 1 file, 3+ 0-) 13https://github.com/crawl/crawl/commit/82b1012352da 14:06:48 -!- Rust3dCor3 has quit [Quit: Leaving] 14:08:29 -!- zxc_ has quit [Read error: Connection reset by peer] 14:08:51 Unstable branch on crawl.jorgrun.rocks updated to: 0.19-a0-1040-g4786b36 (34) 14:08:55 -!- travis-ci has joined ##crawl-dev 14:08:56 The build passed. (master - d35b137 #6236 : Nicholas Feinberg): https://travis-ci.org/crawl/crawl/builds/148357146 14:08:56 -!- travis-ci has left ##crawl-dev 14:09:19 oh, thank goodness, my 'remove a paren from a comment' commit didn't break the build. 14:09:50 -!- Kellhus has quit [Quit: Page closed] 14:10:10 haha 14:16:39 vague idea: tm enhancer that is a flower so that the splash screen with the blade hands octopus is More Correct 14:16:55 lol 14:17:28 eringya? 14:18:26 eringya's unsurprising bouquet (unrand, hat slot) 14:19:12 -!- simmarine has joined ##crawl-dev 14:22:39 it should probably also be *Contam for ~reasons~ 14:22:56 this is all very specific 14:24:00 well i didn't have a slot in mind 14:24:06 maybe a shield 14:24:11 yeah a shield 14:24:16 or buckler i guess 14:24:52 a specific idea is known as a patch 14:32:10 -!- Shard1697 has joined ##crawl-dev 14:41:45 -!- Tux[Qyou] has joined ##crawl-dev 14:59:05 -!- Brannock has joined ##crawl-dev 15:00:02 -!- omarax has quit [Remote host closed the connection] 15:01:34 -!- Brannock_ has quit [Ping timeout: 240 seconds] 15:08:50 Unstable branch on crawl.jorgrun.rocks updated to: 0.19-a0-1041-g82b1012 (34) 15:09:42 -!- Yermak has quit [Quit: Page closed] 15:10:54 -!- eliotn has quit [Ping timeout: 250 seconds] 15:13:26 -!- Tux[Qyou] is now known as Tux[Qme] 15:13:31 -!- Tux[Qme] is now known as Tux[Qyou] 15:14:25 -!- Tux[Qyou] is now known as breaky 15:23:59 -!- breaky is now known as pharmacist 15:24:39 -!- Kranix has quit [Ping timeout: 260 seconds] 15:25:21 -!- ontoclasm has quit [Quit: Leaving.] 15:28:54 -!- dtsund has joined ##crawl-dev 15:29:26 -!- pharmacist is now known as Tux[Qfml] 15:29:36 -!- Tux[Qfml] is now known as pharmacist 15:32:04 -!- Yser has quit [Read error: Connection reset by peer] 15:38:05 -!- pharmacist is now known as plsedo 15:42:19 -!- HellTiger_NB has quit [Ping timeout: 244 seconds] 15:49:58 -!- removeelyvilon has quit [Quit: Page closed] 15:54:24 -!- bonghitz has quit [Remote host closed the connection] 16:00:02 -!- omarax has quit [Remote host closed the connection] 16:07:42 -!- ig0rbit has quit [Ping timeout: 265 seconds] 16:14:56 -!- Kenran has quit [Quit: leaving] 16:24:30 -!- Telnaior has quit [Quit: Quit: Quit: Quit:] 16:30:33 -!- wheals has quit [Remote host closed the connection] 16:31:04 -!- eliotn has quit [Ping timeout: 250 seconds] 16:34:12 -!- phenominorm has quit [Read error: Connection reset by peer] 16:35:10 -!- Laraso_ has quit [Ping timeout: 244 seconds] 16:35:18 -!- Daekdroom has quit [Ping timeout: 250 seconds] 16:44:17 -!- tealeaves has quit [Quit: Bye] 16:46:29 -!- Laraso has quit [Read error: Connection reset by peer] 16:50:42 -!- phenominorm has quit [Read error: Connection reset by peer] 16:51:48 -!- dtsund has quit [Remote host closed the connection] 17:00:03 -!- omarax has quit [Remote host closed the connection] 17:04:07 -!- debo has quit [Read error: Connection reset by peer] 17:04:25 -!- debo has joined ##crawl-dev 17:04:43 -!- Laraso has quit [Read error: Connection reset by peer] 17:07:45 -!- Laraso has quit [Read error: Connection reset by peer] 17:09:28 -!- Krakhan has quit [Changing host] 17:10:45 -!- Laraso has quit [Read error: Connection reset by peer] 17:21:33 -!- sgun_ has quit [Ping timeout: 258 seconds] 17:24:49 -!- PleasingFungus has quit [Remote host closed the connection] 17:26:12 -!- magistern has quit [Quit: magistern] 17:26:13 -!- Laraso has quit [Read error: Connection reset by peer] 17:28:58 who decided that multiple entropy weavers belong in ant vaults now? 17:31:35 -!- Lasty has joined ##crawl-dev 17:33:25 -!- Cimanyd has quit [Quit: Page closed] 17:36:33 -!- VoxSomniator has quit [Ping timeout: 258 seconds] 17:39:26 -!- TZer0 has joined ##crawl-dev 17:40:43 -!- magistern has quit [Quit: magistern] 17:41:48 -!- tealeaves has quit [Quit: Bye] 17:41:50 -!- ldf has joined ##crawl-dev 17:42:01 -!- tealeaves has quit [Write error: Broken pipe] 17:42:08 -!- tealeaves has quit [Client Quit] 17:48:58 -!- Laraso has quit [Ping timeout: 276 seconds] 17:51:51 the crawl cycle: there are only two steps, and they ARE drain and corrosion 17:52:13 -!- scummos| has quit [Ping timeout: 258 seconds] 17:53:15 eh, draining is usually used as a cost these days 17:53:30 more like 1 step and the step is corrosion 17:53:49 -!- elliptic has quit [Quit: Leaving] 17:54:28 Lightli: http://users.content.ytmnd.com/f/2/6/f262b0eea633ce23e94b89200246af02.jpg 17:55:32 fr; acid crabs 17:56:06 -!- VoxSomniator has quit [Ping timeout: 258 seconds] 17:56:32 -!- magistern has quit [Quit: magistern] 18:00:03 -!- omarax has quit [Remote host closed the connection] 18:02:11 -!- introsp3ctive has quit [Ping timeout: 258 seconds] 18:03:51 -!- Lasty has quit [Quit: Leaving.] 18:05:04 -!- cait has quit [Ping timeout: 244 seconds] 18:05:47 (r)eading a spellbook still mentions book amnesia 13https://crawl.develz.org/mantis/view.php?id=10585 by Zooty 18:06:51 -!- CacoS_ has quit [Read error: Connection reset by peer] 18:09:12 -!- CcS has quit [Ping timeout: 244 seconds] 18:11:05 -!- Shard1697 has quit [Ping timeout: 244 seconds] 18:12:33 -!- plsedo is now known as ici_seen_wolf 18:12:57 -!- ici_seen_wolf is now known as Tux[Qbeaky] 18:14:02 -!- Shard1697 has joined ##crawl-dev 18:15:19 Unstable branch on underhound.eu updated to: 0.19-a0-1041-g82b1012 (34) 18:24:48 -!- Tux[Qbeaky] is now known as Tux[Qbreaky] 18:25:22 -!- bitcoinbastard has quit [Ping timeout: 276 seconds] 18:27:24 -!- G-Flex has joined ##crawl-dev 18:29:03 -!- Yermak has joined ##crawl-dev 18:30:08 -!- Dracunos-m has quit [Ping timeout: 250 seconds] 18:35:31 -!- dtsund has joined ##crawl-dev 18:44:49 -!- ZiBuDo has joined ##crawl-dev 18:46:13 -!- MarvinPA has quit [Ping timeout: 240 seconds] 18:51:23 -!- _dhm has quit [Ping timeout: 244 seconds] 18:52:36 -!- Tux[Qbreaky] is now known as Tux[Qwhy] 18:53:33 -!- debo has quit [Ping timeout: 258 seconds] 18:56:17 -!- dtsund has quit [Quit: Reality is an illusion, the universe is a hologram, buy gold, BYE] 18:56:25 -!- Kranix has quit [Ping timeout: 260 seconds] 18:58:30 -!- Tux[Qwhy] has quit [Read error: Connection reset by peer] 19:00:04 -!- omarax has quit [Read error: Connection reset by peer] 19:00:07 -!- tealeaves has quit [Quit: Bye] 19:05:04 -!- Sorbius has quit [Ping timeout: 240 seconds] 19:10:18 -!- phenominorm has quit [Read error: Connection reset by peer] 19:20:18 -!- bonghitz has quit [Remote host closed the connection] 19:21:16 -!- home has quit [Ping timeout: 250 seconds] 19:23:13 -!- gressup has quit [Ping timeout: 276 seconds] 19:23:47 -!- dtsund has joined ##crawl-dev 19:25:52 -!- WalkerBoh has joined ##crawl-dev 19:28:22 -!- magistern has quit [Quit: magistern] 19:29:23 -!- Zekka has quit [Ping timeout: 250 seconds] 19:30:48 -!- Kellhus has quit [Quit: Page closed] 19:40:46 -!- ProzacElf has quit [Ping timeout: 276 seconds] 19:50:45 -!- Daekdroom has quit [Quit: Leaving] 19:59:14 -!- WalkerBoh has quit [Remote host closed the connection] 19:59:35 -!- WalkerBoh has joined ##crawl-dev 20:00:03 -!- omarax has quit [Remote host closed the connection] 20:03:52 -!- elliptic has joined ##crawl-dev 20:11:40 -!- Pacra has joined ##crawl-dev 20:13:25 -!- MarvinPA has joined ##crawl-dev 20:20:29 -!- amalloy_ is now known as amalloy 20:21:21 -!- Yermak has quit [Quit: Page closed] 20:21:27 !tell prozacelf fwiw i ran into the ant vault this game and thought the formicids made it a lot more fun. who wants to spend forever just tabbing through endless boring ants? 20:21:28 amalloy: OK, I'll let prozacelf know. 20:27:15 -!- MarvinPA has quit [Quit: Leaving] 20:28:26 -!- dtsund has quit [Remote host closed the connection] 20:29:57 -!- magistern has quit [Quit: magistern] 20:31:04 -!- Shard1697 has quit [Ping timeout: 264 seconds] 20:33:07 -!- AndChat-596400 has quit [Quit: Bye] 20:36:15 -!- WalkerBoh has quit [Remote host closed the connection] 20:39:50 -!- Patashu__ has joined ##crawl-dev 20:39:57 -!- adibis has joined ##crawl-dev 20:55:04 -!- cait has quit [Ping timeout: 240 seconds] 20:56:58 -!- Shard1697 has joined ##crawl-dev 21:00:05 -!- omarax has quit [Remote host closed the connection] 21:04:08 -!- grisha5 has quit [Client Quit] 21:21:14 -!- bonghitz has quit [Remote host closed the connection] 21:26:13 -!- bonghitz has quit [Ping timeout: 265 seconds] 21:31:34 -!- Cerpin_ has joined ##crawl-dev 21:38:57 -!- bonghitz_ has quit [Remote host closed the connection] 21:42:13 FR: a status that reduces EV 21:42:34 because I don't die to corrosion enough 21:43:57 -!- CanOfWorms has joined ##crawl-dev 21:44:16 -!- bonghitz has quit [Ping timeout: 276 seconds] 21:54:33 -!- bonghitz_ has quit [Ping timeout: 258 seconds] 22:00:03 -!- omarax has quit [Remote host closed the connection] 22:07:03 -!- Cerpin has quit [Read error: Connection reset by peer] 22:08:56 -!- mamgar has quit [Quit: Exit Stage Left] 22:16:17 -!- ProzacElf has joined ##crawl-dev 22:28:03 -!- Cerpin_ has quit [Ping timeout: 244 seconds] 22:35:55 -!- debo has joined ##crawl-dev 22:38:36 <|amethyst> kramin: it's called paralysis, and it also reduces SH :P 22:47:53 -!- ontoclasm has joined ##crawl-dev 22:51:58 -!- simmarine has quit [Read error: Connection reset by peer] 22:53:10 -!- _dhm has quit [Ping timeout: 276 seconds] 22:55:01 -!- squidcat has quit [Ping timeout: 250 seconds] 22:55:13 -!- zeia has quit [Ping timeout: 260 seconds] 23:00:04 -!- omarax has quit [Remote host closed the connection] 23:00:35 -!- hi2u has quit [Quit: Page closed] 23:04:16 -!- CanOfWorms has quit [Quit: ChatZilla 0.9.92 [Firefox 3.6.28/20120306064154]] 23:07:50 amalloy: are entropy weavers formicids? 23:08:14 they are now yes 23:08:52 so regarding traps/shafts 23:10:03 how about making a pseudo-monster to replace them that shafts you or wahtever as soon as it notices you 23:11:21 -!- Cerpin has joined ##crawl-dev 23:12:19 ok, so i'm not crazy for not realizing they were formicids because they just recently became them 23:12:25 correct 23:15:31 i guess maybe i could make a tavern thread but then i'd be making a tavern thread 23:15:55 they have stasis now? 23:16:14 @??entropy weaver 23:16:14 entropy weaver (11a) | Spd: 12 | HD: 13 | HP: 58-84 | AC/EV: 7/13 | Dam: 17, 17, 17, 17 | 10weapons, 10items, 10doors, fighter, spellcaster, see invisible | Res: 06magic(60) | XP: 1391 | Sp: entropic weave | Sz: Medium | Int: human. 23:16:21 dunno 23:22:12 -!- Cacophony has quit [Quit: oh no am scare] 23:22:33 -!- Dracunos7 has quit [Ping timeout: 240 seconds] 23:22:53 yeah, they better not be able to haste on me! 23:22:54 =p 23:23:42 ProzacElf: well it's easy to notice they're formicids if you play console, because their glyph changed to 'a' 23:23:47 heh 23:23:55 yeah, the tile's the same 23:24:24 although they're wearing enough robes that i would buy 'formicid' or 'angel' or 'four armed joseph stalin' or whatever else you wanted to say they were 23:24:38 -!- Cerepol has quit [Ping timeout: 265 seconds] 23:24:50 -!- Dracunos-m has quit [Ping timeout: 252 seconds] 23:25:08 man, i'm a popular viewing option tonight 23:30:53 -!- ig0rb1t has quit [Ping timeout: 252 seconds] 23:31:19 i should redo their tile 23:34:25 yes, they have stasis 23:34:39 -!- mamgar has quit [Read error: Connection reset by peer] 23:34:41 i guess there should be some new UI thing indicating that 23:35:26 the Slow targeter should know they're immune, like polar bears are immune to EH 23:35:42 does it not 23:35:46 because that's awful 23:36:30 why are they formicids 23:36:59 ontoclasm: indeed 23:37:25 i hadn't tried it till just now; i'll see how hard it is to improve that 23:38:25 you could just make them not formicids 23:38:50 -!- grisha5 has quit [Quit: Page closed] 23:41:15 -!- adibis has quit [Ping timeout: 244 seconds] 23:44:43 -!- Dracunos72 has quit [Ping timeout: 250 seconds] 23:45:29 hm, i bet formicid ghosts have the same issue 23:48:12 -!- hellmonk has quit [Quit: Page closed] 23:48:35 -!- Wye has quit [Quit: Page closed] 23:49:52 -!- blejac99 has quit [Quit: Leaving.]