00:36:39 Fork (bcrawl) on crawl.kelbi.org updated to: 0.23-a0-5014-gf9597c7f93 00:45:42 <03i​mplojin> i've figured out how to deal with this morass of options, it's brilliant 00:45:48 <03i​mplojin> elliptic was 27 stratego moves ahead 00:46:59 <03i​mplojin> remove all ability for players to change unusual options-as-options, add an lua hook that can override the default, state we don't support the lua hook but it exists, any time anybody complains, point them at the lua hook 00:47:20 <03i​mplojin> nobody will ever change it, elliptic will be happy, everybody wins 00:52:51 -!- poopbridge1 is now known as poopbridge 01:58:11 <03i​mplojin> at least until a few years from now when we haven't updated contribs in a while and someone figures out how to summon voltron 03:23:15 Experimental (bcrawl) branch on underhound.eu updated to: 0.23-a0-5014-gf9597c7f93 05:06:57 Unstable branch on crawl.akrasiac.org updated to: 0.31-a0-441-g867994e (34) 06:40:00 -!- poopbridge1 is now known as poopbridge 07:32:26 03mainiacjoe02 {GitHub} 07https://github.com/crawl/crawl/pull/3223 * 0.31-a0-446-gf06000c134: Fix Amateur Aromatherapy 10(44 seconds ago, 1 file, 1+ 1-) 13https://github.com/crawl/crawl/commit/f06000c134d1 07:36:38 03mainiacjoe02 {GitHub} 07https://github.com/crawl/crawl/pull/3223 * 0.31-a0-447-g48e40a19d2: Fix book name grammar for Servitor book 10(14 seconds ago, 1 file, 1+ 1-) 13https://github.com/crawl/crawl/commit/48e40a19d2d7 07:42:54 03mainiacjoe02 {GitHub} 07https://github.com/crawl/crawl/pull/3223 * 0.31-a0-448-ge48a7a2180: Fix book name grammar for Peace and Solitude 10(50 seconds ago, 1 file, 2+ 2-) 13https://github.com/crawl/crawl/commit/e48a7a218086 07:55:01 <06p​leasingfungus> implojin: is this a request for me to step in 07:55:04 <06p​leasingfungus> :p 07:56:37 03mainiacjoe02 {GitHub} 07https://github.com/crawl/crawl/pull/3223 * 0.31-a0-449-gb35dc55975: Fix book name grammar for Closer Than Before 10(67 seconds ago, 1 file, 2+ 1-) 13https://github.com/crawl/crawl/commit/b35dc55975f2 08:02:33 <05i​coson> what is the morass of options specifically? 08:02:46 <05i​coson> can't really figure out what that is in response to 08:02:54 <08n​icolae> Morbifold Assault 08:04:02 <06p​leasingfungus> the new unusual threat indicator 08:04:23 <06p​leasingfungus> and specifically the concept of brands to which the player is ‘vulnerable’ 08:05:20 <06p​leasingfungus> currently it’s inconsistent - iirc it warns about venom if the player doesn’t have rPois, but about flaming/freezing only if the player has rf-/rc- 08:05:25 <06p​leasingfungus> etc 08:06:11 <06p​leasingfungus> so the question is how to provide (a) reasonable defaults and (b) good config options 08:07:36 <06p​leasingfungus> personally, i’d vote for simplifying. no concept of vulnerable brands, just always count chaos/distortion as unusual and leave it there 08:08:10 <06p​leasingfungus> would be nice to warn about elec in the early game for players who lack relec, but that’s a much harder question, so don’t bother for now 08:09:39 <06p​leasingfungus> then we can simplify further by removing the other special case, ‘artefact’, without replacement 08:13:27 <05i​coson> I see 08:14:26 <05i​coson> a lua hook would not be entirely crazy here for people who want complicated stuff 08:17:27 <05i​coson> is this feature at all connected to the thing that sometimes prints out dangerous items? 08:17:34 <05i​coson> seems like the two should be connected if they aren't 08:17:57 <05i​coson> (at one point, I was contemplating a threat level thing that simply worked on regexes from those messages) 08:41:05 <03i​mplojin> this was almost exactly how my original implementation of the unusual indicators worked! 08:41:55 <03i​mplojin> the problem is that players have wildly differing, mutually exclusive notions of what kind of items should be highlighted as unusual 08:42:08 <03i​mplojin> zero options and lua hook is best option, i think 08:42:50 <06p​leasingfungus> why? 08:43:57 <03i​mplojin> well, we can setup minimal defaults, and give people the ability to write their own if they have specfic preferences 08:45:00 <06p​leasingfungus> think we’re already pretty close and don’t understand why we’d need to involve lua 08:45:19 <06p​leasingfungus> players can add in lua if they want to add maxhp or xl conditions 08:56:31 <05i​coson> I don't think having zero options for something like that is a good idea 08:57:23 <05i​coson> players will want to configure it and mostly can't write lua 08:58:10 <03i​mplojin> some paraphrased examples of various player feedback: "how do i make this highlight venom", "how do i make this only highlight venom if i'm missing rpois", "why does this highlight venom", "this should highlight elec it's the most dangerous brand", "elec has no vulnerability state this default is opaque", "how do i make this only highlight weapons that match the current player skills", "how do i turn this off past a certain xl", "why 08:58:10 are these wight packs highlighting so much", "i like that these wight packs are highlighting so much", "i'd like to have this highlight artifacts", "how do i make this not highlight artifacts", "how do i make this only highlight unrands", "you must be illiterate for not agreeing with my take on artifacts", 08:58:30 <03i​mplojin> people have wildly, wildly differing expectations here 08:58:44 <03i​mplojin> and it doesn't seem terribly practical to try to support them as a gameoptions map 08:58:53 <05i​coson> if that bothers you, you ... won't like the feedback you'd get with no options 🙂 08:59:09 <06p​leasingfungus> i’m going to fix this later today. 08:59:13 <06p​leasingfungus> remind me. 08:59:30 <06p​leasingfungus> also, re that last quote 08:59:52 <06p​leasingfungus> spiders eb is a statistical outlier and should be banned 09:01:12 <05i​coson> a lot of the problems those quotes illustrate I would say are issues that can be practically addressed by lua in combination with non-conditional options (for players who are willing to do that), and non-conditional options can still be edited as a game proceeds 09:01:58 <05i​coson> e.g. the mixed lua paradigm: : if condition then option += blah : end 09:03:10 <05i​coson> I don't even find the vulnerable one as currently described to be too far off viable, though I haven't thought through every issue PF mentioned 09:14:01 <05i​coson> (btw to be clear I think this is a good feature!) 09:14:27 <03i​mplojin> player response, ignoring the perpetually dissatisfied folks, has been wildly positive 09:14:47 <05i​coson> you would not believe the options I've changed that have led to extreme dissatisfaction 09:14:56 <03i​mplojin> it's just that even among people who like the idea, they all have different, often mutually incompatible, ideas of what should be highlighted 09:14:57 <05i​coson> (from a few ppl) 09:16:51 <05i​coson> eh I'm mostly not seeing incompatbilities for most of the existing options 09:17:05 <05i​coson> I agree with the diagnosis that vulnerable is the tricky one 09:17:57 <05i​coson> my favorite was when I changed the console colors to support 16 colors on more consoles by default (for annoying compat reasons it had mostly been 8 colors for a lot of cases for a long time) and had people basically railing at me about ignorant tilesdevs breaking console (I have possibly never completed a tiles game) 09:18:24 <08n​icolae> okay, what's the command to checkout a remote git branch that you didn't write yourself, i want to pull the custom books mainiacjoe wrote real quick just to make sure it's all good 09:18:27 <05i​coson> it's a tough crowd 09:20:53 <05i​coson> if you click the "view command line options" thing to the right of the "rebase and merge" button it gives you something, though if you intend to merge from command line also I tend to use a rebase workflow that I saved here: https://gist.github.com/rawlins/dcd19d7156e83ea3d1e0e1e2617988e8 09:31:30 <06p​leasingfungus> i use their gh tool 09:34:47 <08n​icolae> well fuck, that's not what i wanted 09:34:55 New branch created: mainiacjoe-self_publishing (11 commits) 13https://github.com/crawl/crawl/tree/mainiacjoe-self_publishing 09:34:57 03mainiacjoe02 {GitHub} 07[mainiacjoe-self_publishing] * 0.31-a0-441-gfcb8181c52: Add a book of stinky clouds, "Amateur Aromatherapy" 10(18 hours ago, 1 file, 2+ 0-) 13https://github.com/crawl/crawl/commit/fcb8181c52d9 09:34:57 03mainiacjoe02 {GitHub} 07[mainiacjoe-self_publishing] * 0.31-a0-442-g3a6e603785: Add a book of spells that swapped schools, "Elemental Confusion" 10(18 hours ago, 1 file, 2+ 0-) 13https://github.com/crawl/crawl/commit/3a6e603785a1 09:34:57 03mainiacjoe02 {GitHub} 07[mainiacjoe-self_publishing] * 0.31-a0-443-gcfcbcd3599: Add a book of range 1 spells that used to be ranged, "Closer Than Before" 10(18 hours ago, 1 file, 1+ 0-) 13https://github.com/crawl/crawl/commit/cfcbcd359945 09:34:57 03mainiacjoe02 {GitHub} 07[mainiacjoe-self_publishing] * 0.31-a0-444-ga8c60b49a3: Add a book for introverts, "Guide to Peace and Solitude" 10(18 hours ago, 1 file, 2+ 0-) 13https://github.com/crawl/crawl/commit/a8c60b49a3ca 09:34:57 03mainiacjoe02 {GitHub} 07[mainiacjoe-self_publishing] * 0.31-a0-445-gaa2f3fa754: Add a book of high-level conjurations, "Servitor Owner's Manual" 10(18 hours ago, 1 file, 2+ 0-) 13https://github.com/crawl/crawl/commit/aa2f3fa75430 09:34:57 03mainiacjoe02 {GitHub} 07[mainiacjoe-self_publishing] * 0.31-a0-446-gf06000c134: Fix Amateur Aromatherapy 10(2 hours ago, 1 file, 1+ 1-) 13https://github.com/crawl/crawl/commit/f06000c134d1 09:34:57 03mainiacjoe02 {GitHub} 07[mainiacjoe-self_publishing] * 0.31-a0-447-g48e40a19d2: Fix book name grammar for Servitor book 10(2 hours ago, 1 file, 1+ 1-) 13https://github.com/crawl/crawl/commit/48e40a19d2d7 09:34:57 03mainiacjoe02 {GitHub} 07[mainiacjoe-self_publishing] * 0.31-a0-448-ge48a7a2180: Fix book name grammar for Peace and Solitude 10(2 hours ago, 1 file, 2+ 2-) 13https://github.com/crawl/crawl/commit/e48a7a218086 09:34:57 03mainiacjoe02 {GitHub} 07[mainiacjoe-self_publishing] * 0.31-a0-449-gb35dc55975: Fix book name grammar for Closer Than Before 10(2 hours ago, 1 file, 2+ 1-) 13https://github.com/crawl/crawl/commit/b35dc55975f2 09:34:57 03nicolae02 07[mainiacjoe-self_publishing] * 0.31-a0-451-g426374f94f: Merge branch 'self_publishing' of https://github.com/mainiacjoe/crawl into mainiacjoe-self_publishing 10(11 minutes ago, 0 files, 0+ 0-) 13https://github.com/crawl/crawl/commit/426374f94f97 09:34:57 03nicolae02 07[mainiacjoe-self_publishing] * 0.31-a0-452-g49885604d3: Fix some typos 10(72 seconds ago, 1 file, 2+ 2-) 13https://github.com/crawl/crawl/commit/49885604d319 09:37:29 <03i​mplojin> re: this, there are unrands that won't match any of the other regexes if the implementation is kept similar to present 09:37:39 <03i​mplojin> "artefact" should probably be changed to "unrand" 09:38:00 <03i​mplojin> randarts can be handled by the other matches, though 09:39:47 <03i​mplojin> although, yeah, you're talking about mostly not highlighting weapons i guess 09:39:47 <06p​leasingfungus> don’t care very much about unrands tbh 09:40:22 <06p​leasingfungus> like 99% of the value is disto + curare + net 09:40:28 <06p​leasingfungus> hm, and wands 09:41:14 03mainiacjoe02 {GitHub} 07* 0.31-a0-442-g70533b5a48: Add some self-published spell books (#3223) 10(39 seconds ago, 1 file, 10+ 0-) 13https://github.com/crawl/crawl/commit/70533b5a4887 09:41:14 03nicolae02 {GitHub} 07https://github.com/crawl/crawl/pull/3223 * 0.31-a0-450-gc188f16ce9: Update custombooks.des 10(3 minutes ago, 1 file, 2+ 2-) 13https://github.com/crawl/crawl/commit/c188f16ce9b2 09:41:36 <03i​mplojin> people were commenting on github they didn't want curare highlighted because it's common on kobold brigands (i don't agree with this take, but just another example) 09:41:53 <06p​leasingfungus> i think i want it highlit for exactly that reason 09:41:58 <03i​mplojin> yes 09:42:14 <06p​leasingfungus> folks can -= if they don’t, that’s fine 09:42:40 <06p​leasingfungus> advantage of simple options 🙂 09:42:55 <06p​leasingfungus> as opposed to lua hooks etc 09:43:55 <05i​coson> fwiw I think that highlighting curare by default is probably good for newer players and therefore worth doing, even if some people find the default annoying 09:44:15 <06p​leasingfungus> anyway if we’re concerned about specific unrands we can name em, right? 09:44:25 <05i​coson> a very common point of tension in adding options like this is "good for new players" vs "old players find annoying until they get used to it or change the defaults" 09:44:25 <06p​leasingfungus> not sure which ones you have in mind 09:44:37 <03i​mplojin> yeah, this is true, they can be added individually if they need to be 09:45:04 <03i​mplojin> not even sure at this point if they need to be, it's just, monsters with big dangerous weapons is almost exactly the use case i had in mind for this, taking them off seems, eh 09:45:35 <05i​coson> for those the weapon desc is still printed in the console, right? 09:45:47 <05i​coson> that's probably at least as useful as the monster highlight 09:45:51 <06p​leasingfungus> i don’t think i’m ever really worried about big monster weapons 09:45:53 <03i​mplojin> yes but people don't read 09:46:00 <06p​leasingfungus> maybe that one ogre with dark maul 09:47:40 <05i​coson> I will cater only so much to the non-readers 😄 09:48:05 <05i​coson> does this regex match stash search tags? 09:48:23 <03i​mplojin> no, that's something was in my notes 09:48:34 <03i​mplojin> presently it matches monster intenvoty short item desc only 09:48:42 <05i​coson> because there probably exist stash search tags that would remove any need to special case artefacts 09:49:03 <03i​mplojin> hm 09:49:50 <05i​coson> dark maul for example gets: {inventory} {artefact} {artifact} {Maces & Flails} {two-handed} {heavy} {melee weapon} 09:50:44 <06p​leasingfungus> very good idea 09:50:50 Unstable branch on crawl.kelbi.org updated to: 0.31-a0-442-g70533b5a48 (34) 09:58:23 04Build failed for 08mainiacjoe-self_publishing @ 49885604 06https://github.com/crawl/crawl/actions/runs/5741429971 09:59:18 <08n​icolae> okay, how do i delete that accidental branch there entirely 10:08:09 <05i​coson> that ci error looks real in case you didn't already fix it in the merge 10:08:17 <05i​coson> you can delete it locally with -D 10:09:00 <05i​coson> for better or worse (possibly worse) we don't really bother to delete remote branches 10:11:13 <05i​coson> there's a cli way but it might be easiest to delete from here: https://github.com/crawl/crawl/branches 10:11:34 <08n​icolae> oh, that's very handy, danke! 10:11:45 <05i​coson> hm that's disturbingly easy 10:11:50 <05i​coson> be careful where you click 10:11:58 <06p​leasingfungus> you can undelete via the web too! 10:12:05 <06p​leasingfungus> so not that bad 10:12:11 <05i​coson> yeah there's a restore button, I just tested it on my CI branch from yesterday 10:12:13 <08n​icolae> too late i'm clearing out all the branches 10:12:14 <06p​leasingfungus> the cli route is ridiculous 10:12:26 <05i​coson> I wonder if we should clear out some really stale branches? 10:12:30 <06p​leasingfungus> it’s like git push origin foo: 10:12:43 <06p​leasingfungus> it’s not that 10:12:48 <06p​leasingfungus> but it’s something similar 10:12:56 <06p​leasingfungus> syntactically critical colon 10:13:05 <06p​leasingfungus> i set up an alias for it years ago. 10:13:07 <05i​coson> looks like push with --delete plus branch name or something 10:13:19 <06p​leasingfungus> advil: doubt it matters? 10:13:30 <05i​coson> it drastically increases the pull size to have all these 10:13:40 <05i​coson> and therefore time 10:13:44 <05i​coson> any individual branch is not so bad 10:14:13 <06p​leasingfungus> ah reducing pull time seems nice 10:14:15 <05i​coson> by pull size I really mean clone size (for initial cloone) 10:14:18 <05i​coson> *clone 10:14:25 <06p​leasingfungus> hm 10:14:27 <06p​leasingfungus> actually 10:14:37 <06p​leasingfungus> those branches aren’t included in the clone, are they? 10:14:45 <06p​leasingfungus> don’t you have to explicitly grab em? 10:14:55 I thought you had to `git pull --all` 10:15:08 <05i​coson> maybe I don't understand what cloning gets 10:15:16 <05i​coson> it might just be the sheer amount of history that's big? 10:15:36 I think so, yes 10:16:01 <03i​mplojin> re: mixed lua paradigm: my understanding is that that only loads once on game load, and some of the common requests are for more dynamic behavior 10:16:42 I think you want `--shallow` and/or `--depth` 10:17:15 <06p​leasingfungus> re branch deletion, looks like they added a nice -d alias in git 1.7 10:17:27 <06p​leasingfungus> before that you needed git push : 10:17:32 I guess it's `--shallow-since` 10:17:42 <06p​leasingfungus> lol that i almost remembered it 10:17:45 <05i​coson> it can be made more dynamic by putting it in ready() or by doing it in certain hooks 10:17:45 <06p​leasingfungus> totally useless info 10:18:19 <05i​coson> I guess my biggest issue with this I already solved in https://github.com/crawl/cheibriados/commit/456fbc55fd499d83339b0c4f152001630c0af6d2 11:18:33 03PleasingFungus02 07* 0.31-a0-443-g128b34678a: Simplify unusual monster markings (Implojin, advil) 10(3 minutes ago, 5 files, 8+ 63-) 13https://github.com/crawl/crawl/commit/128b34678a5c 11:19:05 <06p​leasingfungus> also think we should take another pass at this at some point 11:19:06 <06p​leasingfungus> https://cdn.discordapp.com/attachments/747522859361894521/1136362552994054194/image.png 11:19:23 <06p​leasingfungus> not sure if we really want to put 'it has an unusual item' here 11:19:31 <06p​leasingfungus> maybe we could recolor unusual items magenta inline, if we wanted? 11:19:46 <06p​leasingfungus> but it currently feels weirdly duplicative 11:20:31 <03i​mplojin> taking another pass at it is fine if you're inclined 11:21:27 <03i​mplojin> currently i think there might be a disconnect between what shows up from the comes into view message and what i'd added to xv anyway; i've seen a couple reports of monsters coming into view "with a hand axe" that were pinging unusual 11:21:31 <06p​leasingfungus> heh 11:21:44 <03i​mplojin> haven't yet looked into it but i probably forgot to update the comes into view msg to match 11:23:01 <03i​mplojin> probably just recolouring the comes into view message and making sure it prints unusual whenever it pings unusual would be fine 11:23:13 <06p​leasingfungus> sure 11:23:18 <06p​leasingfungus> these are lower priority issues anyway 11:23:20 <03i​mplojin> yes 11:23:36 <06p​leasingfungus> thanks again for taking the lead on this! think players will be happy 🙂 11:23:42 <06p​leasingfungus> 'how did we ever play without this' etc etc 12:13:53 Unstable branch on crawl.kelbi.org updated to: 0.31-a0-443-g128b34678a (34) 12:43:14 New branch created: pull/3224 (1 commit) 13https://github.com/crawl/crawl/pull/3224 12:43:14 03Sean Dewar02 07https://github.com/crawl/crawl/pull/3224 * 0.31-a0-444-g71ddfcc10b: Fix Anaconda status description, remove unused variable 10(11 minutes ago, 3 files, 2+ 3-) 13https://github.com/crawl/crawl/commit/71ddfcc10bcf 12:44:17 03Sean Dewar02 {PleasingFungus} 07* 0.31-a0-444-ga1f710b590: Fix Anaconda status description, remove unused variable 10(12 minutes ago, 3 files, 2+ 3-) 13https://github.com/crawl/crawl/commit/a1f710b59072 12:52:40 04Build failed for 08master @ a1f710b5 06https://github.com/crawl/crawl/actions/runs/5743123449 13:05:55 Unstable branch on crawl.kelbi.org updated to: 0.31-a0-444-ga1f710b590 (34) 13:32:05 <06p​leasingfungus> @nicolae i think we talked about this a while back: would it be helpful for me to set up a lua hook to check whether some item type is placeable (eg. an xp evoker or a wand type), so that we could put in vetos for maps themed around those and then get your cool xp evoker vaults merged? 13:33:39 <06p​leasingfungus> then i could also reduce misc item generation rates to make them veto less often, depending on what objstat tells me 13:34:07 <06p​leasingfungus> oh, objstat just seemed bugged 13:34:12 <06p​leasingfungus> *seems 13:34:15 <06p​leasingfungus> let me look at this 13:34:30 <08n​icolae> that would be extremely nice, yeah. danke 13:40:08 <06p​leasingfungus> ok, i'll poke at it 14:12:09 03PleasingFungus02 07* 0.31-a0-445-g38cd9da427: Minor objstat refactoring 10(46 seconds ago, 1 file, 29+ 70-) 13https://github.com/crawl/crawl/commit/38cd9da42711 14:20:19 Unstable branch on crawl.kelbi.org updated to: 0.31-a0-445-g38cd9da427 (34) 14:54:58 03PleasingFungus02 07* 0.31-a0-446-g07c4bd200f: Fix: remove Forest 10(4 minutes ago, 1 file, 0+ 9-) 13https://github.com/crawl/crawl/commit/07c4bd200f9e 15:03:20 03PleasingFungus02 07* 0.31-a0-447-g00a50fe4a9: Fix misc objstat 10(25 seconds ago, 3 files, 6+ 3-) 13https://github.com/crawl/crawl/commit/00a50fe4a99c 15:04:49 Unstable branch on crawl.kelbi.org updated to: 0.31-a0-446-g07c4bd200f (34) 15:07:46 <06p​leasingfungus> @gammafunk fixed objstat 15:07:55 <06p​leasingfungus> the empty flask thing was indeed an objstat bug... but it was my fault 15:25:42 Unstable branch on underhound.eu updated to: 0.31-a0-446-g07c4bd200f (34) 15:38:19 Unstable branch on crawl.kelbi.org updated to: 0.31-a0-447-g00a50fe4a9 (34) 15:43:12 <09g​ammafunk> It's like I always say: You cannot get ye flask 15:58:43 03PleasingFungus02 07* 0.31-a0-448-g23386290e8: Shift misc items a little later (nicolae) 10(3 minutes ago, 1 file, 1+ 1-) 13https://github.com/crawl/crawl/commit/23386290e8c9 16:05:53 Unstable branch on crawl.kelbi.org updated to: 0.31-a0-448-g23386290e8 (34) 16:06:42 04Build failed for 08master @ 23386290 06https://github.com/crawl/crawl/actions/runs/5744591301 16:27:06 <05i​coson> that might be the same error seen in the mainiacjoe branch 16:27:30 <05i​coson> /home/runner/work/crawl/crawl/crawl-ref/source/dat/des/builder/shops.des:1586: bad shop type: 'general xysy ; halberd itemname:scythe tile:wpn_scythe wtile:scythe ego:speed | halberd itemname:scythe tile:wpn_scythe wtile:scythe ego:spectral | dagger ego:draining | dagger ego:distortion | short sword ego:speed | short sword ego:spectral | falchion ego:flaming | falchion ego:freezing | scimitar ego:speed | scimitar ego:spectral | double 16:27:31 sword ego:draining | double sword w:3 ego:distortion | hand axe ego:heavy | executioner's axe w:6 ego:electrocution | club w:20 ego:chaos | flail ego:flaming | flail ego:freezing | demon whip w:3 ego:draining | demon whip w:3 ego:distortion | dire flail ego:draining | dire flail ego:distortion | eveningstar w:6 ego:electrocution | spear ego:speed | spear ego:spectral | halberd ego:heavy | demon trident w:3 ego:draining | demon trident w:3 16:27:31 ego:distortion' 16:40:56 <06p​leasingfungus> oh boy 17:42:02 -!- poopbridge1 is now known as poopbridge 20:39:52 03PleasingFungus02 07* 0.31-a0-449-ge06127da47: Add items.pickable dlua (nicolae) 10(4 hours ago, 1 file, 29+ 0-) 13https://github.com/crawl/crawl/commit/e06127da4760 20:39:52 03nicolae02 {PleasingFungus} 07* 0.31-a0-450-g9e84c16775: Add new guarded new unrand vaults 10(4 months ago, 2 files, 147+ 0-) 13https://github.com/crawl/crawl/commit/9e84c16775da 20:39:52 03nicolae02 {PleasingFungus} 07* 0.31-a0-451-g292434cca5: Add guarded evoker vaults (Lici, Iguana) 10(4 months ago, 1 file, 143+ 0-) 13https://github.com/crawl/crawl/commit/292434cca52e 20:43:10 <06p​leasingfungus> @nicolae ok done 20:43:41 <08n​icolae> 20:44:38 <08n​icolae> thank you. you truly are a pleasing fungus 20:46:27 <06p​leasingfungus> haha 20:46:30 <06p​leasingfungus> i broke it i fix it 20:46:31 <06p​leasingfungus> or something 20:46:41 <06p​leasingfungus> (should fix alphashops at some point) 20:46:53 <06p​leasingfungus> (maybe simplest to just cut ele evokers from em, idk) 20:48:22 <06p​leasingfungus> failure advil posted above is probably in monkooky_shop_alliterative 20:49:01 <06p​leasingfungus> oh haha 20:49:04 <06p​leasingfungus> crawl.name is unsafe 20:49:12 <06p​leasingfungus> that can produce a multi word name 20:49:13 Unstable branch on crawl.kelbi.org updated to: 0.31-a0-451-g292434cca5 (34) 20:51:22 03PleasingFungus02 07* 0.31-a0-452-g37a08a676a: Actively avoid agape appelations (advil) 10(77 seconds ago, 1 file, 1+ 1-) 13https://github.com/crawl/crawl/commit/37a08a676af5 20:52:25 03PleasingFungus02 07* 0.31-a0-453-gc278444e51: Remove an unused var 10(61 seconds ago, 1 file, 0+ 1-) 13https://github.com/crawl/crawl/commit/c278444e51ea 21:04:16 Unstable branch on crawl.kelbi.org updated to: 0.31-a0-453-gc278444e51 (34) 21:21:20 <08n​icolae> indeed 21:29:02 03PleasingFungus02 07* 0.31-a0-454-g4a036dd22d: Remove XP evokers from alphashops 10(4 minutes ago, 1 file, 6+ 6-) 13https://github.com/crawl/crawl/commit/4a036dd22ddd 21:29:02 03PleasingFungus02 07* 0.31-a0-455-g1a7b003ef0: Disallow shafting players on stairs 10(85 seconds ago, 6 files, 12+ 13-) 13https://github.com/crawl/crawl/commit/1a7b003ef0e4 21:58:44 Unstable branch on crawl.kelbi.org updated to: 0.31-a0-455-g1a7b003ef0 (34) 23:49:28 Unstable branch on cbro.berotato.org updated to: 0.31-a0-455-g1a7b003ef0 (34)