copperwater
copperwater
splicehack development is moving so fast these days :'-)
Does SpliceHack still have encyclopedias? Those could also be a way of delivering recipes. (Though it still runs the risk of having a thing that is mostly useless to spoiled...
Making silver DSM actual silver doesn't make any sense to me. I guess silver dragons are coated in the metal now rather than just having a silvery hide? Should they...
There's been no sign of anything like this on hardfought, but it would be very strange if this is happening because of Windows somehow. Sadly, I don't have the ability...
There are two ways to resolve this: 1. hitting a noncorporeal with a blessed non-weapon makes contact and does (trivial) damage 2. hitting a noncorporeal with a blessed non-weapon doesn't...
Thanks for catching this, but what side effects do you mean?
Not sure the colored walls patch ever colored Delphi (it's not in my original commit for it). Yeah, if the oracle is in a subroom, that'd be wrong to have...
I can't think of a solution to make the inner wall blue without the outer one, so if this accomplishes making the outer wall blue but not the inner and...
Further findings: 1. The approach in this PR of changing the larger room to type DELPHI as well misplaces a dislocated Oracle when saving and loading bones, as entrez pointed...
Probably a better way to write this check is `!(attacktype(mtmp->data, AT_EXPL) || attacktype(mtmp->data, AT_BOOM))` so that it never applies to any monster that naturally explodes.