1
0
Fork 0
mirror of https://codeberg.org/noisytoot/notnotdnethack.git synced 2025-08-17 01:51:38 +01:00

Commit graph

  • 7194f04cd3 Fix backwards test logic simultaneously preventing visible insight gain and failing to prevent crashes. ChrisANG 2021-05-28 20:48:01 -04:00
  • 9b7dc07f85 Add comment on box of crazy destruction. ChrisANG 2021-05-28 19:15:51 -04:00
  • 08a4c411f7 If goatmom likes you, monsters that would get you in trouble spawn peaceful. ChrisANG 2021-05-28 19:14:27 -04:00
  • 4d8942bb00 Give subsequent holy symbols faster than the initial. ChrisANG 2021-05-28 19:14:04 -04:00
  • 50a85bcf16 Set only the normal gods to be angry at madmen ChrisANG 2021-05-28 19:13:37 -04:00
  • 0b26af7154 Don't let monsters in straitjackets open doors ChrisANG 2021-05-28 19:13:21 -04:00
  • 64f2566652 Pets cannot catch your punishment-ball Otherwise it will panic. NeroOneTrueKing 2021-05-28 16:52:08 -05:00
  • 437eeb97c9 Drained corpses can be tinned, they just don't leave blood potions ChrisANG 2021-05-28 14:41:53 -04:00
  • c74685419b Actually fix A_NONE bug by not putting a randomized value in a ternary >_< ChrisANG 2021-05-28 12:15:04 -04:00
  • 9ea1c0ec47 Fix the noncoalignment calculation to not choke on binders ChrisANG 2021-05-28 11:19:40 -04:00
  • 2b6203d2d3 Test umartial instead of Monk to decide whether you're "striking" or "bashing" ChrisANG 2021-05-28 11:18:27 -04:00
  • 96a21dee94 Don't display "bashing with bare hands" if you're stuck in a straitjacket ChrisANG 2021-05-28 11:17:53 -04:00
  • bfdb0aab0f Define Straitjacketed to replace the uarm && uarm-> etc. ChrisANG 2021-05-28 11:17:23 -04:00
  • d61d01fba5 Replace Oukranos with Tamash in the Madman pantheon. ChrisANG 2021-05-28 10:13:03 -04:00
  • 8922c30e61 Adjust the "patient" in the gurney in light of which attendants are rolled. ChrisANG 2021-05-28 08:42:38 -04:00
  • bf4eaeb3e4 Somewhat increase the duration of moral boosts ChrisANG 2021-05-28 08:41:39 -04:00
  • a4b66e2959 Add a lurking one to the Madman quest ChrisANG 2021-05-28 08:41:19 -04:00
  • efff22c108 Remove all totally-random monsters ChrisANG 2021-05-28 08:40:58 -04:00
  • 66c44bb703 Push the gurneys closer to the windows ChrisANG 2021-05-27 23:50:36 -04:00
  • 0df74b7866 Fix the don't-target-friendlies code for clawed hands. ChrisANG 2021-05-27 22:09:43 -04:00
  • a1e54fda00 Fix the haunted writing desk in the Madman quest ChrisANG 2021-05-27 21:56:53 -04:00
  • cdd071dc28 Let severed arms act as polearms once you reach 15 insight. ChrisANG 2021-05-27 20:20:14 -04:00
  • fa0608ef27 Madman improvements pt 1 ChrisANG 2021-05-27 20:06:43 -04:00
  • ff4b4efebd Madmen get bonus to-hit and damage with insight weapons, and fix priest and bard artifact bonuses. ChrisANG 2021-05-27 20:01:21 -04:00
  • 8173c4ca95 Darn (compiler error, duplicate switch case) ChrisANG 2021-05-27 15:39:34 -04:00
  • 7d3a71c2a6 Merge branch 'devel-3.20.1' of https://github.com/Chris-plus-alphanumericgibberish/dNAO.git into devel-3.20.1 ChrisANG 2021-05-27 15:29:11 -04:00
  • b165d6d9c4 Check if a tove died after doing its thing, and also use up its turn no matter what. ChrisANG 2021-05-27 15:28:43 -04:00
  • b75e83c49e Fix remaining PM_EXILE call in god stuff ChrisANG 2021-05-27 14:57:16 -04:00
  • 92dfdfc38e No need to have the carrage return here. ChrisANG 2021-05-27 14:55:41 -04:00
  • 9fd5715be1 Fix splash damage types for horrors, and expand them. ChrisANG 2021-05-27 14:55:13 -04:00
  • 5d46a447d0
    Merge pull request #1542 from NeroOneTrueKing/patch-fix-crash Chris-plus-alphanumericgibberish 2021-05-27 14:27:14 -04:00
  • b333e91b19 mofflin() etc. bugfixing ChrisANG 2021-05-27 10:43:13 -04:00
  • f64ea2af13 Don't desummon in-use objects causing double delete NeroOneTrueKing 2021-05-26 17:47:43 -05:00
  • ffc9a505c7 Merge branch 'devel-3.20.1' of https://github.com/Chris-plus-alphanumericgibberish/dNAO.git into devel-3.20.1 ChrisANG 2021-05-26 11:51:53 -04:00
  • 61a4743ead Add missing elemental damage types in explode.c ChrisANG 2021-05-26 11:51:18 -04:00
  • 3799656ceb
    Merge pull request #1541 from NeroOneTrueKing/patch-clone-timed-mon Chris-plus-alphanumericgibberish 2021-05-25 21:29:54 -04:00
  • c3f77dcaaa Split timers when cloning monsters Otherwise new mon will contain duplicate pointers to timers, bad! NeroOneTrueKing 2021-05-25 15:48:52 -05:00
  • 6edfeb65de Slightly buff elves and drow ChrisANG 2021-05-24 17:27:01 -04:00
  • 7d9e5f6f3d EPri and EMin must be manually added to Angels. Also handle factions and templates. ChrisANG 2021-05-24 11:57:06 -04:00
  • 9842afac9f
    Merge pull request #1540 from NeroOneTrueKing/patch-fix-hallu Chris-plus-alphanumericgibberish 2021-05-23 21:38:11 -04:00
  • 9e76163912
    Merge pull request #1539 from NeroOneTrueKing/patch-timer-fixes Chris-plus-alphanumericgibberish 2021-05-23 21:37:44 -04:00
  • 12737a8687 Comment the setting of real_attack ChrisANG 2021-05-23 21:37:00 -04:00
  • 1fd4b7c6c6 Fix mistakes around monster use of gain energy and gain ability. ChrisANG 2021-05-23 21:36:28 -04:00
  • c9df065ede Revise polearms again ChrisANG 2021-05-23 21:35:52 -04:00
  • 617d208f3e Fix hallucination not obscuring monster symbols NeroOneTrueKing 2021-05-23 19:56:49 -05:00
  • e23c92244e Fix save/load of multiple timers NeroOneTrueKing 2021-05-23 19:34:19 -05:00
  • e08e0851a8 Add proper remove-from-chain function to modify local timer chains, rename others NeroOneTrueKing 2021-05-23 17:42:12 -05:00
  • ee27a911a6 Relink tnxt when restoring timers NeroOneTrueKing 2021-05-23 17:09:29 -05:00
  • b6fb59ea39 Apply skill damage and maniac adjustments to kicks ChrisANG 2021-05-23 09:45:40 -04:00
  • 499b0f3871 Add sannity-healing thought ChrisANG 2021-05-23 09:42:51 -04:00
  • ac89e154ad Some more notes in the trophies file. ChrisANG 2021-05-22 23:08:49 -04:00
  • 951bab9c63 Fix tabbing in statue trap animation code ChrisANG 2021-05-22 22:37:30 -04:00
  • 64f89d7b58 Akkabish eggs hatch under adjacent-strict rules ChrisANG 2021-05-22 22:36:59 -04:00
  • e3b9abd35c Use the GA_ num when goatmom gives a pet, not the A_ constant ChrisANG 2021-05-22 22:06:51 -04:00
  • 733c2e0653 You are weightless on the air squares in the Madman quest. ChrisANG 2021-05-22 20:04:13 -04:00
  • fdc0e77d98 Output madman quest trophy ChrisANG 2021-05-22 19:38:01 -04:00
  • 8ea06f7b26 Further whisperer improvements. ChrisANG 2021-05-22 19:15:00 -04:00
  • 8753738814 Lost Tomb lich -> mummy ChrisANG 2021-05-22 09:22:56 -04:00
  • 6630655f47 Don't top-left justify hell vaults. ChrisANG 2021-05-21 20:47:36 -04:00
  • adacca7437 Merge branch 'devel-3.20.1' of https://github.com/Chris-plus-alphanumericgibberish/dNAO.git into devel-3.20.1 ChrisANG 2021-05-20 18:25:07 -04:00
  • 9d6cab7029 madman trophy description. ChrisANG 2021-05-20 18:24:48 -04:00
  • 168605f4ca rndmonst() may fail to find a monster. ChrisANG 2021-05-20 18:24:24 -04:00
  • f03d74428c
    Merge pull request #1538 from NeroOneTrueKing/patch-tp-sense-mapmonster Chris-plus-alphanumericgibberish 2021-05-20 18:23:13 -04:00
  • 6d3336833e Merge branch 'devel-local-vaults' into devel-3.20.1 ChrisANG 2021-05-20 17:17:42 -04:00
  • ad60d60a25 Trophy updates ChrisANG 2021-05-20 17:16:12 -04:00
  • 2b3b48cf43 Delusion-monsters maintain their misappearance outside of LoS. NeroOneTrueKing 2021-05-20 15:13:24 -05:00
  • 2c00595943 Double swords are not actually multistriking, they are multi-ended ChrisANG 2021-05-20 14:30:52 -04:00
  • f1e21b9fa0 Some areas penalize sanity regeneration. ChrisANG 2021-05-20 14:24:59 -04:00
  • 259a685467 Floating eyes should grant a point of insight. ChrisANG 2021-05-20 14:20:33 -04:00
  • 94aaf43c3f Madmen should have the maniac flag set. ChrisANG 2021-05-20 14:20:16 -04:00
  • bfaf148b81 Apocalypse angels lift the veil ChrisANG 2021-05-17 12:17:08 -04:00
  • c5f589b388 Veil lifting should be done first once it's decided. ChrisANG 2021-05-17 12:15:27 -04:00
  • 4e3061435c Additional veil lifters and define a block to handle standardized veil checks. ChrisANG 2021-05-17 11:28:29 -04:00
  • 2defc458e9 Improve messages for minor insanities to account for Clear Thoughts. ChrisANG 2021-05-17 11:05:21 -04:00
  • fe53bc4a79 Add the veil ChrisANG 2021-05-17 11:04:53 -04:00
  • 1ebb505ee7 Fix the Stranger and Good Neighbor placements ChrisANG 2021-05-17 10:59:28 -04:00
  • 3fa86c55e8 Only print the ancient of blessings inhale message after damage is known to be done. ChrisANG 2021-05-16 19:35:25 -04:00
  • 3924649d33 If hell vault loot comes out as an artifact, give it at least a minor special ability. ChrisANG 2021-05-16 19:34:52 -04:00
  • e1a8d76bb8 On balance gae eladrin should just get regular wood quarterstaffs instead of veggy ones. ChrisANG 2021-05-16 19:34:05 -04:00
  • accb44a26f Set the hell vault chest to be locked and trapped. ChrisANG 2021-05-16 19:33:21 -04:00
  • 1673c1fd32 Remove weapon dropping from stumbling blindly temp madness. ChrisANG 2021-05-16 19:32:15 -04:00
  • 76e24ba4cd Seal improvements ChrisANG 2021-05-15 10:23:30 -04:00
  • e63512695a Merge branch 'devel-3.20.1' of https://github.com/Chris-plus-alphanumericgibberish/dNAO.git into devel-3.20.1 ChrisANG 2021-05-14 23:38:08 -04:00
  • 472beeab3b Merge branch 'devel-local-vaults' into devel-3.20.1 ChrisANG 2021-05-14 23:33:18 -04:00
  • aaffa26c38
    Merge pull request #1532 from RikerW/patch-nessus-stairs Chris-plus-alphanumericgibberish 2021-05-14 23:28:38 -04:00
  • 4966a99023 Fix insight weapons to be more polite about pets and neutrals ChrisANG 2021-05-14 23:27:43 -04:00
  • 5a639c2899 Fix ancient minion summoning ChrisANG 2021-05-14 23:27:14 -04:00
  • 24f8ffcd09 Add missing RestfulSleep definition :( ChrisANG 2021-05-14 23:26:38 -04:00
  • bff9d1151b Allow horrors to have splashing breath attacks ChrisANG 2021-05-14 23:25:40 -04:00
  • b227cc78a9 Allow Valks to ride wolves and give them expert riding ChrisANG 2021-05-14 23:24:17 -04:00
  • 8b7d1f9bb1 Comment a dubiously useful call ChrisANG 2021-05-14 23:20:14 -04:00
  • 403fd00a0c Give more things elemental explosions. ChrisANG 2021-05-14 23:19:55 -04:00
  • df87bbe73f Fix ancient minon summoning ChrisANG 2021-05-14 23:17:35 -04:00
  • a35de32c21 Give incants back a hunger reduction ChrisANG 2021-05-14 23:17:00 -04:00
  • ad9fd7e57c Always clear any monsters summoned by a gone monster ChrisANG 2021-05-14 23:16:47 -04:00
  • bf733f75f2 Spelling ChrisANG 2021-05-14 23:16:08 -04:00
  • c0d206d00c Give madmen clairvoyance at 30th level ChrisANG 2021-05-14 23:11:24 -04:00
  • d750ae2bfe Add madman game start hint ChrisANG 2021-05-14 23:10:44 -04:00
  • 9cff744b83 Fix orthos/sanity check ChrisANG 2021-05-14 23:10:11 -04:00
  • ff0bc50d2b Sleeping improvements ChrisANG 2021-05-14 23:09:50 -04:00