00:32:10 hellmonk: ozocobu's armour description still mentions it slows movement 00:32:18 k, will fix 00:33:32 also it would be nice to show a status light 00:33:47 also the colour of rmls status light is blue rather than white like all new charm status lights 00:35:59 hmm 00:36:13 would like to keep a distinction between item rmsl and spell rmsl I think 00:36:27 but maybe I should change it to purple or sth 00:36:42 or remove amulet of air I guess 00:37:00 ??ancient crawl 00:37:01 I don't have a page labeled ancient_crawl in my learndb. 01:00:56 Possibly a bug or oversight which maybe should be looked at: https://a.pomf.cat/xdqveh.png 01:01:21 Offering the same option twice is the easiest thing to cut to not have this happen. 01:11:43 -!- amalloy is now known as amalloy_ 01:14:26 I didn't realize crawl didn't use the Oxford Comma 01:14:35 you are correct, that should be fixed ASAP 01:17:45 yeah, but also the same petition is being offered twice at rather different prices 01:18:25 i agree that the oxford comma is a much bigger deal 01:39:56 this is weird. I'm trying to checkout crawl ancient 4.1.2alpha 01:40:00 on dbro 01:40:24 and after adding the remote and git fetch ancient then git checkout 4.2.1alpha, it says I'm checked out 01:40:32 but the files don't match what I see on github 01:40:37 i.e. I don't see any makefiles 01:40:43 among other things 01:55:47 in 4.0b26 there was `source/makefile` 01:55:59 this may or may not be relevant https://github.com/alexjurkiewicz/crawl-4.0b26 01:56:47 -!- FunkyGnoll is now known as FunkyBomb 01:57:42 I did 01:57:54 git remote add ancient (github link) 01:57:59 git fetch ancient 01:58:17 git checkout ancient/ancient-4.1.2alpha 01:58:48 and while it says that I'm at the right commit, none of the files are there. I see all the usual dcss files 01:59:12 run `git reset --hard ancient/ancient-4.1.2alpha` 01:59:21 maybe I can't just add the ancient 01:59:23 that will overwrite your current checkout with that commit 01:59:27 ah yea, that could work 02:06:45 that's still not doing it. this is really baffling 02:06:48 no error or anything 02:07:05 crawl-dev@www: ((4.2.1alpha) $%) ~/crawl-dev/crawl/crawl-ref/source$ git reset --hard ancient/ancient-4.1.2alpha 02:07:05 HEAD is now at 632c780 Fix messaging crash in debug builds. 02:07:47 nm I'm stupid 02:08:49 I was in crawl-ref still 02:43:46 !tell hellmonk song of slaying has a weird thing now where if you are fighting super tough enemies your slaying decreases faster than you can kill them. maybe slaying could only go down if you hit an enemy on your turn or something (like berserk timer mechanic sorta) 02:43:47 alexjurkiewicz: OK, I'll let hellmonk know. 07:03:37 -!- amalloy_ is now known as amalloy 08:25:04 -!- amalloy is now known as amalloy_ 08:52:30 The build has errored. (master - 13af16c #1 : Sean VanMeter): https://travis-ci.org/srvanmeter87/crawl/builds/278169558 09:36:49 not entirely sure why that is getting reported here 09:38:19 wonder if that's a new fork 09:40:46 <|amethyst> yeah, if someone forks crawl, enables Travis, and doesn't change the Travis config, it will report here 09:41:47 ah I see 09:43:01 <|amethyst> looks like it has scroll of brand armour, changes to the default config (including sound), a Pyrolith species, and a Primalist background 09:43:03 huh I didn't know about crawl-ref-commits 09:43:17 which travis also emails 09:43:29 yeah, that's why I was thinking it might be a new fork, none of that seems like stuff intended for master 09:45:53 not clear that travis *succeeds* in emailing crawl-ref-commits, but I guess it tries 09:46:14 oh nm that's commented out 10:39:03 The build was canceled. (testing - 8c2e501 #3 : Sean VanMeter): https://travis-ci.org/srvanmeter87/crawl/builds/278211863 10:52:12 The build was canceled. (testing - 477c2e7 #4 : Sean VanMeter): https://travis-ci.org/srvanmeter87/crawl/builds/278212777 10:53:02 The build was canceled. (testing - d6df481 #5 : Sean VanMeter): https://travis-ci.org/srvanmeter87/crawl/builds/278213782 17:49:37 ut oh... 18:31:33 Hello. Any ideas on why a custom sprint des with the sprint tag won't show up in crawl? 19:00:17 How does one make a des file show up as a sprint, other than having the sprint tag? I've been trying to make a custom sprint with a compiled version of crawl and it isn't showing. 19:05:36 blob747: you need to make your map have the tag sprint 19:05:48 and to get it a DESC: line 19:06:07 and an ORDER: line 19:06:08 NAME: dungeon_sprint_fedhas 19:06:08 TAGS: sprint no_item_gen no_trap_gen no_pool_fixup no_rotate no_hmirror no_vmirror 19:06:11 DESC: Sprint IV: "Fedhas' Mad Dash" 19:06:13 ORDER: 4 19:06:27 the stuff in TAGS: after sprint isn't necessary, but that tag is 19:06:34 DESC should have the title of the map 19:07:00 I have tried it similar to that, but my custom des file doesn't show 19:07:24 It's in the sprint folder too. 19:08:12 might help if you post the map or at least the map header 19:11:55 https://thepasteb.in/p/Q1hBjLN5750f8 19:11:57 blob747: how are you running crawl btw? you may be missing error messages if you are running it through application rather than command line. 19:12:22 I've been running it through the application. 19:13:01 yeah try running from dos command line 19:13:07 if there are startup errors, you may see them 19:13:16 I wonder if something in crawl parses that desc 19:13:28 you don't have the "SprintX: " part 19:13:30 that the others do 19:13:38 in your DESC: line 19:13:52 It didn't show when I tried it with that format 19:14:10 you tried DESC: SprintX: "Mall Sprint" 19:14:11 ? 19:14:21 not sure if the quotes matter, but that's probably not it anyhow 19:14:34 I'll try it again 19:15:59 Didn't work 19:16:46 I'll be away, but when I get back in a couple hours I can help you troubleshoot more 19:16:54 but do try running crawl from the command shell 19:17:09 usually if there's a map error crawl simply doesn't start, but it might give you a warning message 19:17:18 I know there are usually dsc, idx, lk, and lux files generated in the saves/des folder. It doesn't create one for the custom des file 19:17:35 Thanks gammafunk 19:17:56 that's unusual 19:18:20 I'm running with the compiled console version of 0.20.1 19:19:12 Changes work when I'm editing existing vault files, but not with the new sprint des file 19:31:11 Maybe there's a sprint enum.... 19:32:57 Does that mean I'd need to edit and recompile from the source files? 19:38:40 If it is the case that there is such an enum, yes. But I would hope not and I'm sure if there was the devs would want to fix that. 19:41:32 I've been using the default compiled version of 0.20.1 21:05:01 Is there a default forcemore fo Ozo's refrigeration? If so, how do I remove it? 21:05:55 which line? 21:07:06 The heat is drained from your surroundings. 21:07:46 I'm looking at my rc to see if it's something in there, but if it is, I can't find it 21:07:46 &rc 21:07:46 http://crawl.jorgrun.rocks/rcfiles/crawl-git/nikheizen.rc 21:07:50 &rc neizenel 21:07:52 http://crawl.jorgrun.rocks/rcfiles/crawl-git/nikheizen.rc 21:55:09 nikheizen: it appears not 21:55:20 nikheizen: you can see the default forcemores in dat/defaults/messages.txt 21:55:22 !source dat/defaults/messages.txt 21:55:23 https://github.com/crawl/crawl/blob/master/crawl-ref/source/dat/defaults/messages.txt 21:57:14 probably some weird snippet matching then. 22:02:30 <|amethyst> actually 22:03:03 <|amethyst> _cast_los_attack_spell specifically does a more() 22:03:12 <|amethyst> so you can see the range 22:03:38 <|amethyst> also affects drain life 22:03:49 <|amethyst> (when the player is the caster, that is) 22:06:07 <|amethyst> I wouldn't mind that being optional—maybe an option that can be set to either force more, a delay in milliseconds, or no delay 22:06:22 <|amethyst> but right now it looks like there's no way to disable it 22:07:55 <|amethyst> or, if those are both full-LOS now (are they?), you could do without it altogether 22:09:44 pretty sure they both are 22:10:22 ozo's is for certain 22:10:38 it's pretty annoying when I'm casting it hundreds of times on this character 22:39:21 -!- amalloy_ is now known as amalloy