01:39 [hdf-us] [evil] lgxia (Rog Hum Mal Neu) acquired the luckstone from Mines' End, on T:47775 01:55 [hdf-us] [evil] dingotron (Val Dwa Fem Law) acquired the luckstone from Mines' End, on T:15099 02:10 [hdf-us] [evil] gpsalmoncannon (Con Ith Mal Cha), 1556 points, T:2280, quit 02:27 -!- hackemslashem has joined #evilhack 02:37 [hdf-us] [evil] lgxia (Rog Hum Mal Neu) had Trollsbane bestowed upon him by Mog, on T:49751 02:41 [hdf-us] [evil] gpsalmoncannon (Inf Ith Mal Una) killed the Goblin King, on T:3006 02:43 [hdf-us] [evil] gpsalmoncannon (Inf Ith Mal Una) performed his first genocide (disenchanters), on T:3084 02:44 -!- mobileuser has joined #evilhack 02:47 [hdf-us] [evil] gpsalmoncannon (Inf Ith Mal Una) made his first wish - "cursed +2 fireproof speed boots", on T:3086 02:51 -!- elenmirie_ has joined #evilhack 02:51 -!- elenmirie has quit [Read error: Connection reset by peer] 02:51 -!- elenmirie_ is now known as elenmirie 03:17 -!- amateurhour has joined #evilhack 03:49 -!- Umbire has quit [Ping timeout: 272 seconds] 04:07 -!- elenmirie has quit [Quit: Going offline, see ya! (www.adiirc.com)] 04:10 "The acidic blade burns the giant eel!  You kill the giant eel! The puddle dries up." 04:10 I'm guessing the eel dropped a scroll that soaked up the water 04:16 [hdf-us] [evil] mobileuser (Kni Cen Fem Cha) killed Medusa, on T:29077 04:32 -!- hackemslashem2 has joined #evilhack 04:35 -!- hackemslashem has quit [Ping timeout: 240 seconds] 04:37 -!- hackemslashem2 has quit [Quit: Leaving] 05:03 [hdf-us] [evil] mobileuser (Kni Cen Fem Cha) killed Croesus, on T:29613 05:03 oh fantastic 05:04 Croesus was knocked off his dragon steed straight into the moat and drowned 06:05 [hdf-eu] [evil] lacca (Con Ith Fem Cha), 50 points, T:142, killed by a goblin 06:37 k2: sorry, was not around. i never looked at the stats dialog, totally slipped my mind! will inspect it to see if i borked something there. i *did* get a message from github about the windows build failing 06:38 ok, there are bugs with that dialog, because you can now detect stuff that is not in that if statement; will fix 06:42 and that is apparently all hardcoded in attributes_enlightenment instead of being data-driven 06:42 good catch! ugh. what to do 06:54 k2: the enlightenment dialog initially never showed what gave you the warning for a monster type, that from info was restricted to wizard mode. when later detections were added they were hacked in as special cases showing what granted the ability 06:55 (1) it is easy to fix this up to only show that info for everything in wizard mode. now it is possible to get warning for the same monster type from multiple artifacts, which means the current code does not work and would need to be substantially complicated 06:55 (2) if you want to show source all that work has to be done, if not we could let wizard mode only show you one of your sources because who cares about wizard mode 06:58 that code is apparently already broken because of giants' ability to hold two handed warning weapons in offhands 07:28 yeah wizmode isnt as important 07:28 it can wait 07:29 k2, is there a structure that MH_HUMAN, etc. index into to show the name of a monster racial category? i can't find one 07:30 i think it's in cmd.c 07:30 so i could makeplural(whateverstruct[MH_HUMAN or MH_GNOLL or whatever].mname) 07:30 ok will look harder 07:30 i'm about to walk out the door but can help later 07:30 no worries 08:15 heya 08:58 "The elven arrow of venom poisons you." K2 how can it do that when I have poison resistance? 09:00 mobileuser: that happened to me too a week or two ago! 09:02 dont fight it 09:02 just accept 09:02 lol, but what are the rules 09:03 venom always does poison damage? 09:03 despite poison res? 09:03 no 09:03 its just a feedback mistake 09:03 ok, it seemed to damage me but I could be wrong 09:04 well yeah, you were hit with an arrow 09:04 those do damage :) 09:04 ah good point :b 09:04 heh 09:05 they have points, too, yeah. 09:10 krm26 lemme know when you're available 09:10 i haz teh questions 09:41 -!- Umbire has joined #evilhack 09:42 k2: back, shoot 09:48 umj 09:48 oh yeah 09:49 so we're not overly concerned about wizmode behavior 09:49 having said that - is there anything else to the PR that needs to be tweaked? 09:50 yes, this enlightenment stuff needs to be done i think, even if we aren't that concerned with wizmode -- all the hardcoding there will be a trap for anyone who does any more glow-warning stuff 09:50 gotcha 09:50 i'm still noodling about the right approach, i do *not* think there is a preexisting "MR_" structure to pull monster race/type names from 09:50 if there was, it could replace some character selection hardcoding too i think 09:50 i need to look at it more 09:50 ok 09:54 [hdf-us] [evil] dgoddard (Mon Hum Mal Cha), 1288 points, T:2114, killed by a gnome lord 09:55 do you think it would be awful to add "non-player monster race types" to the races structure, where basically just the name fields would be used? it kinda skeeves me out but i think is the easiest path away from hardcoding 09:55 geez 09:55 this is a bigger deal, i am going to do an "elegant-as-possible" hardocoding to make it easy to change it all to really data-driven at a later date 09:55 otherwise this patch will grow and grow 10:00 splicehack has a proper/semiproper race implementation 10:05 -!- qt has joined #evilhack 10:08 krm26 i dunno 10:09 that kind of change seems excessive 10:09 plus that would break saves 10:10 splicehack has a proper/semiproper race implementation <--- in what way? 10:15 i dont think changing that structure would break saves, but i'm gonna do this with hardcoding :-/ 10:17 "Slashem forked onto Evil with a splice of un and a dash of x" 10:17 so many variants. which variant is dash? 10:19 DashHack sounds like a speedrunner variant 10:20 nethack codebase just uses oldstyle casting, right? not static_cast? 10:21 i haven't ever heard of static_cast so I guess it doesn't use that 10:21 when I search it seems like a C++ thing, is it available in C too? 10:22 dash is dnethack acehack splicehack applied on hack 1.0 10:22 hah, you're right, sorry! long time since i wasn't doing c++ 10:28 do not like all the warn_unused_result warnings 10:41 [hdf-us] [evil] mobileuser (Kni Cen Fem Cha) performed her first genocide (vampire mages), on T:30563 10:51 static_cast is a template thing, it's just c++ 10:52 oooh SNAP, i didn't knnow that just carrying ogresmasher, etc displayed ogres on the map, i thought they needed to be wielded 10:52 or is that something my glow patch broke? 10:55 in vanilla it certainly doesn't 10:55 well in vanilla wielding it doesn't show ogres either to be fair 10:55 heh 10:55 yeah, dragonbane only shows dragons on use, but trollsbane shows trolls when carried. must be a bug, presumably my bug 10:56 sting doesn't show orcs when carried in vanilla 10:59 krm26 yeah its supposed to be wielded 10:59 krm26: i have fa91fbd from your branch compiled and I don't see that behavior 10:59 so it may be something newer than that 10:59 yeah i found it 10:59 that's what we call a country style git bisect 11:00 cd .. 11:00 hah sorry 11:03 that was a fun meeting... 11:03 ??? oxymoron 11:04 fun meeting = two people alone in room with whiteboard and beer 11:04 company I work for, the insurance broker that handles our cyber insurance wants to double our rates 11:04 all because we dont have MFA on workstation login 11:04 are you *fucking kidding me* 11:04 lol 11:05 imagine if you had to do two factor authentication everytime you logged into your computer 11:05 i.e. nobody will ever log out 11:06 it's easy with yubikey 11:06 give everyone yubikeys 11:06 then they just need to log in with yubikey plugged in 11:06 not a thing 11:06 that doesn't count? 11:06 when developing and implementing any security policy, you have to take your user base into consideration 11:07 k2, i ate my yubikey again" 11:07 we have people on the warehouse/manufacturing floor that can barely log into or turn on their computers as is 11:07 ok then give them all rfid implants in their hands, so they have to wave their hands over the computer when they log in 11:07 they can't lose those 11:07 someone will fuck that up 11:07 https://dangerousthings.com/category/implants/flex-series/ just buy some of these 11:08 hah neat 11:09 hopefully nobody on staff is concerned about the mark of the beast 11:09 :P 11:09 can you use biometrics as a second factor? like fingerprint scanners? 11:10 for some yes, but i couldnt implement that company wide 11:10 gloves are part of PPE 11:10 have to be worn, etc 11:10 i'm looking at yubikey 11:11 what about foot scanners and implement mandatory flip flops as part of the uniform 11:11 ^ want 11:11 boots aren't part of ppe, there's a lot of flexibility there 11:11 i'd love to wear flip-flops to work 11:11 A - a pair of passkey gloves. 11:11 especially in VT winters 11:11 and can show off my fungus toes 11:12 does everyone wear an ID? 11:12 yes 11:13 but its a simple card, no chip 11:13 question - what happens if you lose your yubikey 11:13 security policy that states you must report a lost yubikey so it can be deactivated? 11:14 you mean generally or in this context? depends on what you use it for, it's typically suggested you get 2, keep one as a backup that's registered in the same places 11:14 we have MFA on workstation login and it's fine 11:14 amateurhour for where you work i'm sure it is 11:15 most sites that support it natively, they give you some 'backup codes' that you can use as a one-time override if you lose your second factor key 11:15 you're all programmers and tech savy to a certain degree already 11:15 k2, you would have a list of one-time codes that YOU keep, and if someone loses their key you would use that to give them a new yubikey 11:15 yeah 11:15 some of our customers require certain security standards 11:15 and have lists of demands to satisfy 11:16 amateurhour, its getting to the point where those standards are going to be enforced everywhere 11:16 good 11:16 :) 11:16 send fake phishing emails with mandatory public shaming. "and brett here would have fallen for a hacker that would have cost us 2 million dollars" 11:16 unfortunately you can't like get yubikeys for a buck a pop, losing them can be quite pricy 11:18 not worried about cost 11:18 not me paying the bill :) 11:21 wooo, 45-50 bucks per key 11:22 for our organization, just under 10 grand. closer to 20 grand if everyone had a spare key 11:22 yeah I could make this work 11:23 I think you can get em for ~$25 if you try/bulk purchase 11:25 and that cost would assume covering every single user. I think we'd need to only cover privileged users 11:25 c-level types and managers 11:26 qt, is your yubikey bio enabled or just regular? 11:28 you'll have to wait for his response, he has to reauthenticate 11:28 hahahah 11:30 ah, i see my problem! i am bad, and should be ashamed of my badness 11:39 well if i ever dig out of this at least it will fix the dual-wielding orcrist/sting enlightenment bug 11:41 k2: it's yubikey 5, the bio one doesn't have as many features iirc. no nfc, no pgp, etc 11:41 i use it to sign all my git commits 11:45 K2: but aren't the c-level types and managers the biggest idiots with technology? 11:47 k2...what happens when a giant pc uses giantbane? 11:48 aww just cant use it 11:50 Yeah, that's the Sting clause as I like to call it* 11:50 *came up with just now 11:50 You can't use artifacts that hate your base form 11:50 "You juggle Giantslayer like a hot potato. Ouch! Ouch!" 11:53 this seems like a bug, in the xlogfile a giant hero died from trying to wield giantslayer: 'killed by handling Giantslayer that was made of iron' 11:53 Sounds like the code treats it as material hate 11:53 the emphasis on the material seems misleading 11:53 yeah 11:54 Which makes sense from a "code handling hero touching an artifact designed to kill them" perspective 11:55 K2: but aren't the c-level types and managers the biggest idiots with technology? <---- OMFG YES 11:56 qt do you have a fancy stylish cover for your yubikey? 11:57 perhaps a hawaiian motif? 11:59 haha, no, I saw those before though 11:59 what is this thing? https://www.yubico.com/product/yubico-keyport-pivot-parapull-carry-bundle/ 11:59 it's like a swiss army knife of keys? 11:59 it's a Yubico x Keyport - Pivot 2.0 and ParaPull Carry Bundle, it says right there 11:59 HTH 11:59 oh I see they make other little tools you can put in it 11:59 that's cute 11:59 like a little screwdriver or a magnifying glass 12:05 my boss just authorized me to purcahse a couple yubikeys to try out 12:05 they probably have some kind of bulk pricing thing for businesses 12:05 IF we only need to use these with upper management, we'll be ok i think 12:06 waiting to hear back from our insurance underwriter on what they define as a 'privileged user' 12:08 one thing that is mildly annoying with the NFC yubikey, if i put my phone in the same pocket for a while in a particular orientation it ends up with like 20 notifications "NFC detected my.yubikey.com, open?" 12:19 i should have joined the yubico affiliate program so i could get 10% commission on k2's orders 12:21 hah 12:21 you should embed your yubikey into your forearm 12:21 you still have time before they drop 20k on them 12:22 take that money straight out of Mr Yubi's pocket 12:22 qt is your yubikey work issued, or just for personal use? 12:22 no it's just something i bought myself 12:23 cool 12:23 you needed it because your roommates are always trying to hack into your system, no doubt 12:24 k2, there are hints in the code that the intention was NOT to tell anyone what made you aware of the presence of a group of monsters unless you were in wizard mode, and later additions overlooked that and just told you 12:24 are you cool with that? always being told that your dragon detection comes from Dragonbane, your orc detection from Sting, etc.? 12:25 hmm 12:25 because initially that all followed the same rule as where your telepathy comes from -- only tells you in wizard mode (and not entirely accurately if you have multiple sources) 12:25 so i fixed it to accurately tell you where monster detection comes from, even if supplied by multiple items, so it is good enough for normal mode 12:26 i think it should still follow that convention 12:26 but all the other properties still give you half-truths 12:26 hmm 12:26 HMMMM 12:26 ok, that will be a change then, so now people will see that you are aware of dragons but not cuz of dragonbane 12:26 that's how it is now in normal mode yeah? 12:26 given how artifacts work/how recognizable they are, *i* think it is ok for artifacts to tell you 12:27 yes, it currently works that way EXCEPT for sting/orcrist 12:27 oh 12:27 ooooh i see 12:27 so actually it should be that way for any artifact 12:27 but i fixed it so it will say "from Sting" AND "from Orcrist" 12:27 yeah 12:27 that's cool 12:27 ok, so artifacts ONLY will source their stuff 12:27 * K2 nods 12:28 thx 12:28 no, thank you 12:28 Good shit krm 12:35 mmm there is another bug you can see in wizard mode, because of how warning and warning-of-monster types share the SPFX_WARN bit. it means what_gives can first-hit on, say, Sting, when trying to find a source for warning from a ring of warning 12:36 i think i need to take an additional step with this patch and make spfx_dflagh stand alone for the monster-detect/glow-warn thing without using spfx_warn at all, that might solve a number of potential issues 12:38 krm26, if you need to make a change that breaks saves, no worries. it can just become a part of next version 12:38 i don't think i will actually 12:38 pushed the enlightenment fix but need to think about this general attribution problem 12:40 maybe a better way of doing it is altering the Warning macro to make sure spfx_dflagh is NOT set 12:41 ok 13:09 krm26 your change in wield.c was that a minor bug you found and corrected from earlier? 13:12 hmm... if i am looking at what you're talking about, that was a change made in f8aaf85 for some reason 13:13 vanilla has what krm26 corrected it to, and that's how it used to be in evil 13:13 i wonder why it was changed 13:16 maybe a mistake on my part? 13:16 -!- mobileuser has quit [Quit: Connection closed] 13:17 I can ask about it if you like 13:18 ask who? 13:18 K2 was it a mistake on your part? 13:18 probably 13:18 way back when 13:19 dual wielding artifacts was one of the first things I did when i started working on evilhack 13:20 ah okay I'll pass that on 13:20 but, that correction is already a part of the game 13:20 K2 it was probably a mistake on your part 13:20 amateurhour thanks 13:20 i'll let myself know you asked 13:20 cool, sounds good 13:20 hmm... me doesnt seem to be at our desk. i'll leave us a note 13:26 -!- mobileuser has joined #evilhack 13:32 [hdf-us] [evil] Gutso (Con Orc Mal Cha) had a bone Uruk-hai shield entrusted to him by Tymora, on T:48571 13:49 k2, sorry was away, yeah that wield.c thing is unrelated to warning 13:50 ok cool 13:50 i think i was doing that as part of my grudge patch, where a posse could show up when you killed a king or captain 13:50 dont recall, if it made it into warnfix it was my error 13:59 [hdf-us] [evil] dgoddard (Mon Hum Mal Cha) rejected atheism with a prayer, on T:4210 14:08 [hdf-us] [evil] dgoddard (Mon Hum Mal Cha), 8355 points, T:5965, killed by a giant zombie 14:29 -!- elenmirie has joined #evilhack 14:36 Ok k2, pushed what i think is a super-low-impact resolution to the occasional wizard mode enlightenment misattribution of warning source to a monster-warning artifact weapon 14:36 sweet 14:36 afaik i have nothing further to do to the patch until qt tells me my next 7 errors 14:37 yell if i've mucked something else up 14:38 i kinda REALLY want to totally separate the monster-class-warning stuff from warning, since there are a couple bits left in the spfx word...but, there are only a couple bits left in the spfx word, so i guess better to preserve them for unforseen cool additions 14:40 will do 14:40 knee deep in work atm i will test your revisions soon 14:43 if you are gonna break saves anyway i'd consider this, architecturally: pull out everything that is definitely only on use or only when carried into a separate new word to free up spfx bits for other uses (i.e. beheads, intelligent, speaks, bequeathed, exclude from artifact count) 14:43 and since i don't say it enough, you're doing an amazing job on evilhack, do carry on 14:44 suggestion - lets roll with what you have now as it doesnt save-break. I can add it to evilhack 0.8.0 and let players enjoy the fixes now 14:44 any further improvements that may save-break, save that for later 14:44 it'll take awhile for next version to be ready 14:44 and thanks :) 14:45 push to production let the beta testers find issues 14:45 glad to help, even if it is just a teensy tiny bit. anything to delay pulling vecna 14:45 heh 14:46 my current toon is gonna die because i got smoky extra healing and am wasting all my potions on failing to get wishes 14:48 also FYI (completely different topic) - the etherpad can now only be edited by those with a user account. non-authenticated users can still view pads, just can't edit them in any way, or create new pads 14:48 ^ aosdict 14:49 aw what 14:49 had to do it, pads were starting to pop up that had nothing to do with nethack/hardfought. and I noticed that the evilhack pad was altered slightly with junk text 14:50 well if you're gonna add accounts you might as well enforce MFA :)) 14:50 its existed for long enough, its existience is now known 14:50 lol 14:50 YUBIKEY 14:55 yeah when do we get evilhack security fobs. do they drop from vlad now? 14:55 ultra vecna 14:55 its vecna's boss 14:57 The djinni makes a wish for a pine wand! 14:57 haha 14:57 wand of GNOME DEATH 14:58 yeah i was gonna say, i might not laugh about that too soon :-) 14:58 well, MR, dual wielding very good weapons ;-) 14:59 from smoky, I didn't even know those could fail 14:59 still, 1 wand of death richer now :-) 15:00 tragic death though in case of early smoky wish =D 15:02 oops, more config to do for guest function on the pad 15:02 no one can login right now hahah 15:04 -!- Umbire has quit [Remote host closed the connection] 15:04 -!- Umbire has joined #evilhack 15:04 don't forget the Swoll! 15:04 (it's just a decorate) 15:05 :) 15:12 is the Swoll being added to evilhack? 15:12 that would be awesome 15:13 no 15:13 sounds like a particularly hench gnoll 15:14 ok logging in/out works 15:14 but it redirects you to the evilhack-au ttyrecs search page 15:14 LOL wtf 15:15 k2 I need to log in to use etherpad? 15:16 to use it yes, to view it, no 15:16 when I do it it says "You do not have permission to access this pad" and then i get into a loop where it asks me to log in over and over 15:16 use meaning edit/create new pad 15:16 which pad 15:16 I'm supposed to be using hdf credentials right? 15:17 no 15:17 the /p/EvilHack one 15:17 oh 15:17 i have to make an account for you 15:17 oh I see 15:17 etherpad creds are separate from everything else 15:18 -!- Umbire is now known as Guest1196 15:18 -!- Guest1196 has quit [Killed (molybdenum.libera.chat (Nickname regained by services))] 15:18 -!- Umbire has joined #evilhack 15:19 will you make me an etherpad account, then? pleaze 15:19 fo sho 15:19 pm me a junk password 15:20 5318008 15:20 867 5309 15:22 song needs to be updated replacing the phone number with something like "@ h o t j n n y" 15:23 hah 15:23 now i have that song in my head 15:24 the one hit wonders of the 80s ruled 15:24 tommy tutone, soft cell, dexy's midnight runners... 15:27 i miss the 80's 15:27 things were much simpler back then 15:27 it was (largely) a 32 bit world 15:28 that's like 16 ales 15:29 lol 15:30 took me a second to understand but i laughed. very silly 15:31 in the 80s anything was possible 15:31 ones' complement arithmetic let -0 be both less than and equal to +0 15:33 -!- Umbire has quit [Killed (silver.libera.chat (Nickname regained by services))] 15:33 -!- Umbire has joined #evilhack 15:35 [hdf-us] [evil] mobileuser (Kni Cen Fem Cha) wished for "blessed +3 dragonhide Hawaiian shirt of drain resistance", on T:30889 15:35 [hdf-us] [evil] mobileuser (Kni Cen Fem Cha) wished for "blessed mithril amulet of flying", on T:30889 15:36 alright I gotta go, back soonish 15:58 [hdf-us] [evil] krm26 (Pri Elf Fem Cha) destroyed Vecna, on T:70281 16:04 [hdf-us] [evil] krm26 (Pri Elf Fem Cha) performed her first genocide (two random monsters from class L), on T:70332 16:05 [hdf-us] [evil] krm26 (Pri Elf Fem Cha) genocided alhoons, on T:70333 16:08 [hdf-us] [evil] krm26 (Pri Elf Fem Cha) genocided two random monsters from class L, on T:70442 16:10 [hdf-us] [evil] krm26 (Pri Elf Fem Cha) killed Baphomet, on T:70452 16:26 [hdf-us] [evil] dgoddard (Mon Hum Mal Cha) stole 363 zorkmids worth of merchandise from Rath Luirc's second-hand bookstore, on T:2789 16:39 You have successfully forged a silver lance \o/ 16:56 [hdf-us] [evil] dgoddard (Mon Hum Mal Cha) killed the Goblin King, on T:4934 16:57 [hdf-us] [evil] dgoddard (Mon Hum Mal Cha) performed his first genocide (disenchanters), on T:4945 17:15 [hdf-us] [evil] dgoddard (Mon Hum Mal Cha) had 18 shuriken entrusted to him by Huan Ti, on T:5628 17:18 krm26 what did you get from vecna? 17:31 -!- amateurhour has quit [Quit: leaving] 17:37 [hdf-us] [evil] mobileuser (Kni Cen Fem Cha) killed Cerberus, on T:31622 17:37 @e?Cerberus 17:37 Cerberus (d) | Lvl: 27 | Diff: 30 | Spd: 20 | Res: fire sleep poison petrification drain | Confers: fire | MR: 90 | Generates: unique | AC: -7 | Attacks: 3d6 bite physical, 3d6 bite physical, 3d6 bite physical, 3d6 breath fire | Alignment: -7 | Flags: carnivore, thick hide, seeinvis, poisonous, nopoly, infravisible 17:38 [hdf-us] [evil] dgoddard (Mon Hum Mal Cha) hit with a wielded weapon for the first time, on T:7723 17:38 [hdf-us] [evil] mobileuser (Kni Cen Fem Cha) entered Gehennom, on T:31640 17:41 -!- mobileuser has quit [Quit: Connection closed] 17:47 [hdf-us] [evil] dgoddard (Mon Hum Mal Cha) had Secespita bestowed upon him by Huan Ti, on T:8606 18:11 -!- elenmirie has quit [Quit: Going offline, see ya! (www.adiirc.com)] 18:14 -!- elenmirie has joined #evilhack 18:47 [hdf-us] [evil] gpsalmoncannon (Inf Ith Mal Una), 8880 points, T:5134, killed by a Mordor orc 19:02 krm26 where are yooooouuuu 19:02 i see a misspelling :P 19:03 https://github.com/k21971/EvilHack/pull/96/commits/70e8ae331f61069b6d5ce483cb008bdb3b2bfd87 - tell me when you see it :P 19:08 [hdf-us] [evil] Gutso (Con Orc Mal Cha), 220383 points, T:51880, killed by a psychic blast 19:15 [hdf-us] [evil] Gutso (Cav Gia Fem Law), 51 points, T:772, killed by a water demon 19:26 [hdf-us] [evil] Gutso (Cav Gia Fem Law) rejected atheism with a prayer, on T:3648 19:29 [hdf-us] [evil] dingotron (Val Dwa Fem Law) completed Sokoban, acquiring a bag of holding, on T:18311 19:31 [hdf-us] [evil] Gutso (Cav Gia Fem Law) became literate by reading the fortune inside a cookie, on T:4807 19:35 [hdf-us] [evil] Gutso (Cav Gia Fem Law), 3639 points, T:5576, petrified by a cockatrice 19:37 [hdf-us] [evil] Snuff (Wiz Dwa Mal Neu) completed Sokoban, acquiring a magic marker, on T:17218 20:06 [hdf-us] [evil] Snuff (Wiz Dwa Mal Neu) had Magicbane bestowed upon him by Thoth, on T:19151 20:13 k2: i am back now for my walk of shame 20:13 i cannot misspell things, i have a degree in rhetoric and a degree in english literature 20:13 it is probably an intentional creative spelling to show off how awesome i am 20:14 sigh ok looking 20:15 alas i do not see :-( 20:16 oh, vecna answer: eye, which was ideal, since i had dragonbane 20:17 oh hahaha dward 20:17 all the cool kings are talking about the dwards now 20:18 i can change angelic being to angel too if you want, i think both are scattered through the codebase 20:18 angelic being is perfect 20:19 pushed dward extinction 20:19 they should probably wait until 0.8 20:19 heh 20:20 could change angelic being to 'qt' 20:20 i'm going to merge your PR tonight 20:21 hallucinating while confused should turn all the monsters into nethack devs 20:21 nifty 20:32 -!- qt has quit [Ping timeout: 252 seconds] 20:46 [EvilHack] k21971 pushed 16 commits to master [+2/-0/±356] https://github.com/k21971/EvilHack/compare/a3b75a3659a7...463dd566afaf 20:46 [EvilHack] krmaxson f547e62 - Make proper weapon resist being held second. 20:46 [EvilHack] krmaxson a2e90f0 - Merge remote-tracking branch 'upstream/master' 20:46 [EvilHack] krmaxson 4c1445a - Revert "Make proper weapon resist being held second." 20:46 [EvilHack] ... and 13 more commits. 21:23 [hdf-us] [evil] gpsalmoncannon (Wiz Ith Mal Cha), 1716 points, T:2468, killed by a piranha 21:46 -!- elenmirie has quit [Quit: Going offline, see ya! (www.adiirc.com)] 22:14 [hdf-us] [evil] gpsalmoncannon (Wiz Ith Mal Cha) killed the Goblin King, on T:5176 22:15 [hdf-us] [evil] gpsalmoncannon (Wiz Ith Mal Cha) performed his first genocide (grid bugs), on T:5192 22:17 [hdf-us] [evil] gpsalmoncannon (Wiz Ith Mal Cha) had Magicbane bestowed upon him by Anhur, on T:5416 23:17 [hdf-us] [evil] lgxia (Rog Hum Mal Neu), 131624 points, T:53403, killed by a mumak 23:19 !lastgame 23:19 Umbire: [hdf-eu] https://eu.hardfought.org/userdata/l/lacca/evilhack/dumplog/1658829882.evil.html :: [hdf-us] https://www.hardfought.org/userdata/l/lgxia/evilhack/dumplog/1658668522.evil.html :: [hdf-au] https://au.hardfought.org/userdata/A/Arahael/evilhack/dumplog/1658555337.evil.html 23:20 F