Umbire

Results 8 issues of Umbire

As I discovered yesterday (and brought up in the IRC dev channel), a freshly "killed" vampire in the form of a bat would correctly rise as a vampire - but...

Very simple change code-wise - if he's gonna use a yumi a hunter of his expertise should presumably have the projectiles match.

https://github.com/NetHack/NetHack/blob/0713b91beb6fd29234cfb06ef48ce7adbd0526cb/src/dog.c#L991-L995 The check for pets eating corpses that polymorph them doesn't seem to include genetic engineers at all - possibly an oversight, and a reasonable enough one considering the genetic...

While refining articles on the wiki, I discovered a couple of interesting bits in the code for throwing weapons: https://github.com/NetHack/NetHack/blob/f3a923d647fcfa7255f6302d718b86ba237f3c1e/src/dothrow.c#L115-L118 https://github.com/NetHack/NetHack/blob/f3a923d647fcfa7255f6302d718b86ba237f3c1e/src/dothrow.c#L1061-L1071 This seems to indicate that scalpels can be multishot,...

In the process of writing up #103 I also noticed that wishing for either The NetHack Sources or the Master Boot Disk in my local copy of 0.9.5 doesn't recognize...

Per this set of lines, Geeks are (probably accidentally?) excluded from being able to properly "read" a pack of floppies: https://github.com/Soviet5lo/SlashTHEM/blob/d828e641d341175b5829bef070879bb163c7f636/src/apply.c#L3772-L3786 The Hacker's Master Boot Disk should also have its...

Per [this line in monst.c](https://github.com/Soviet5lo/SlashTHEM/blob/d828e641d341175b5829bef070879bb163c7f636/src/monst.c#L6214), both padawan and player monster Jedi act as quest guardians for a player Jedi - my assumption is this is intentional on the part of...

After hitting a polymorph trap and turning into a queen bee, I double-checked for the trap again on the off chance I might be able to re-poly. The polymorph trap...