1
0
Fork 0
mirror of https://codeberg.org/noisytoot/notnotdnethack.git synced 2025-02-01 20:19:53 +00:00

Commit graph

  • 4ccca52951
    Merge pull request #800 from NeroOneTrueKing/patch-field-marshals-baton-is-nocnt Chris-plus-alphanumericgibberish 2020-06-22 11:14:55 -0400
  • 8cea8cb029
    Merge pull request #797 from NeroOneTrueKing/patch-show-monster-dr Chris-plus-alphanumericgibberish 2020-06-22 11:13:16 -0400
  • 1204a92432
    Merge pull request #796 from NeroOneTrueKing/patch-tweak-armor-vs-vorpal Chris-plus-alphanumericgibberish 2020-06-22 11:08:21 -0400
  • bcc0eb0aeb
    Merge pull request #794 from NeroOneTrueKing/patch-fix-sea-creatures-again Chris-plus-alphanumericgibberish 2020-06-22 11:07:42 -0400
  • 5dca58b2de
    Merge pull request #793 from NeroOneTrueKing/patch-fix-thickskin-resist-msg Chris-plus-alphanumericgibberish 2020-06-22 11:06:44 -0400
  • 7e08a8285d Oops, the Field Marshal's Baton shouldn't count for &oUG NeroOneTrueKing 2020-06-21 13:39:20 -0500
  • d93ca57375 Fix dragon breaths being easily reflectable NeroOneTrueKing 2020-06-21 12:20:40 -0500
  • dbb3fd635a Show monster DR alongside monster AC NeroOneTrueKing 2020-06-20 21:16:38 -0500
  • a1f693a739 Tweak numbers of vorpal damage and interaction with armor NeroOneTrueKing 2020-06-20 16:01:14 -0500
  • 4354aed7a9 Oops, creatures weren't correctly seeing their own square as okay to be on NeroOneTrueKing 2020-06-20 12:41:21 -0500
  • 6b359ce502 Add separate message for thick skin resisting attacks NeroOneTrueKing 2020-06-20 12:27:33 -0500
  • 0fa3b88a8d
    Merge pull request #792 from NeroOneTrueKing/patch-yuki-carry-more Chris-plus-alphanumericgibberish 2020-06-19 23:30:01 -0400
  • 8cda561d5f Don't add extra cap to yuki-onna's str/con carry amount NeroOneTrueKing 2020-06-19 21:31:21 -0500
  • 9e9837f677
    Merge pull request #787 from NeroOneTrueKing/patch-binder-show-bound-spirits Chris-plus-alphanumericgibberish 2020-06-19 22:27:19 -0400
  • 9f485647f1 Merge branch 'compat-3.19.1' of https://github.com/Chris-plus-alphanumericgibberish/dNAO into patch-binder-show-bound-spirits NeroOneTrueKing 2020-06-19 21:25:53 -0500
  • bef8d2c4c8 The dropped-iron-ball oddness also seemed to involve the ball's remembered x and y coordinates. Update those as well. ChrisANG 2020-06-19 22:19:28 -0400
  • 97cfe132e4
    Merge pull request #791 from NeroOneTrueKing/patch-fix-dropping-ball-going-nuts Chris-plus-alphanumericgibberish 2020-06-19 22:14:35 -0400
  • e7cb634cfd
    Merge pull request #790 from NeroOneTrueKing/patch-grazzt-six-magics Chris-plus-alphanumericgibberish 2020-06-19 22:13:44 -0400
  • 0c3c68e975
    Merge pull request #789 from NeroOneTrueKing/patch-fix-livelog-mon-names-with-hpdetect Chris-plus-alphanumericgibberish 2020-06-19 22:13:01 -0400
  • d6c4d40cae
    Merge pull request #788 from NeroOneTrueKing/patch-fix-ipp-undefed-behaviour Chris-plus-alphanumericgibberish 2020-06-19 22:11:57 -0400
  • f43b7db460
    Merge pull request #784 from NeroOneTrueKing/patch-self-inspection-punctuation Chris-plus-alphanumericgibberish 2020-06-19 22:10:22 -0400
  • adf4335335
    Merge pull request #776 from NeroOneTrueKing/patch-protect-menus Chris-plus-alphanumericgibberish 2020-06-19 22:08:26 -0400
  • ed890ed707
    Merge pull request #783 from NeroOneTrueKing/patch-numina-detects-whole-level Chris-plus-alphanumericgibberish 2020-06-19 22:07:01 -0400
  • d65c383ef8 bhitpos needs to be set before calling hit_floor2 NeroOneTrueKing 2020-06-19 18:53:23 -0500
  • fa9f47cc75 Improve and fix Graz'zt's "six magics" positive effect NeroOneTrueKing 2020-06-19 18:36:55 -0500
  • a93a51af99 Fix "killed the foo" livelog caused by show-hurtness NeroOneTrueKing 2020-06-19 17:55:18 -0500
  • f0a36d1197 If the player is punished already, don't proceed on to the rest of the punishment code, just end here. ChrisANG 2020-06-19 18:44:10 -0400
  • 07a0d29f66 Fix tabbing ChrisANG 2020-06-19 18:43:47 -0400
  • b00b38cce0 Chang i = (++i) to i = (i + 1) NeroOneTrueKing 2020-06-19 17:24:51 -0500
  • c02da95d0b I definitely know how the Embassy of Elements works, yep NeroOneTrueKing 2020-06-19 16:51:26 -0500
  • 5666a9ca7e Pretty it up NeroOneTrueKing 2020-06-19 16:40:30 -0500
  • 9df2f91656 Fix line endings NeroOneTrueKing 2020-06-19 15:05:54 -0500
  • 029963e90c Clean pick_seal() of excessive copy-paste NeroOneTrueKing 2020-06-19 14:40:10 -0500
  • b91f8639f9 Make Acererak / Dahvel Nar actual give their seals. NeroOneTrueKing 2020-06-19 14:28:25 -0500
  • 43a53e40ff Add enlightenment to show bound spirits and remaining slots NeroOneTrueKing 2020-06-19 14:21:36 -0500
  • 5f0674e0da Add missing punctuation NeroOneTrueKing 2020-06-19 13:09:19 -0500
  • 4514d9446d Numina's detection is level-wide NeroOneTrueKing 2020-06-19 12:36:45 -0500
  • 308d652515
    Merge pull request #775 from NeroOneTrueKing/patch-priests-get-once-per-hit Chris-plus-alphanumericgibberish 2020-06-18 10:03:08 -0400
  • 56ef1647c6
    Merge pull request #774 from NeroOneTrueKing/patch-fix-poison-order Chris-plus-alphanumericgibberish 2020-06-18 10:02:29 -0400
  • eee0dc5dfc dowords Also fix bad copy-paste text "Cast a spell instead" NeroOneTrueKing 2020-06-17 22:12:32 -0500
  • ea17abe870 dospellmenu NeroOneTrueKing 2020-06-17 22:04:11 -0500
  • 1c7d85b838 dospiritmenu NeroOneTrueKing 2020-06-17 22:01:34 -0500
  • 5a4f1568c8 pick_seal NeroOneTrueKing 2020-06-17 21:56:53 -0500
  • 1b18dd929b pick_ward NeroOneTrueKing 2020-06-17 21:54:06 -0500
  • 0a8c849308 Priests +d(XL) damage is max once per hit NeroOneTrueKing 2020-06-17 21:10:26 -0500
  • 3fce130aab Back the code that detects a player killing a monster on a goat altar out one level, so we can be more certain that it really is the player's fault. ChrisANG 2020-06-17 18:43:28 -0400
  • 98fdf6f520 Merge branch 'compat-3.19.1' of https://github.com/Chris-plus-alphanumericgibberish/dNAO into patch-fix-poison-order NeroOneTrueKing 2020-06-17 17:33:22 -0500
  • 86d2d5767b Fix how non-object poison is done NeroOneTrueKing 2020-06-17 17:30:31 -0500
  • 1f82ba5ab7 Merge branch 'compat-3.19.1' of https://github.com/Chris-plus-alphanumericgibberish/dNAO.git into compat-3.19.1 ChrisANG 2020-06-17 18:27:28 -0400
  • 0f543c980f Check to make sure the goat mouths are not dead when checking for active goat altars ChrisANG 2020-06-17 18:26:41 -0400
  • ba609c9e34 Lapis memorial goat-attribution-correction ChrisANG 2020-06-17 18:20:51 -0400
  • a4b66a83f0
    Merge pull request #773 from NeroOneTrueKing/patch-get-back-in-the-water Chris-plus-alphanumericgibberish 2020-06-17 17:52:10 -0400
  • 179d7f3aaf
    Merge pull request #772 from NeroOneTrueKing/patch-hit-passthru-displacement Chris-plus-alphanumericgibberish 2020-06-17 17:51:47 -0400
  • d96350d2ed GET BACK IN THE WATER NeroOneTrueKing 2020-06-17 16:48:05 -0500
  • 98ba2ee7dc Vajaras also can't be activated ChrisANG 2020-06-17 16:46:32 -0400
  • 4ba77115d0 IMArc bugfixes ChrisANG 2020-06-17 16:46:17 -0400
  • 7dae7c30c1 The Goat Mouths should also accept saccs diagonally. ChrisANG 2020-06-17 15:20:08 -0400
  • 3ae1139599 Angering the Goat should also anger her faction. ChrisANG 2020-06-17 15:19:14 -0400
  • ffeb350929 Making the goat happy should pacify all the goat monsters on the level, not migrating TOO the level. ChrisANG 2020-06-17 14:25:12 -0400
  • d8802b67a3 Merge branch 'compat-3.19.1' of https://github.com/Chris-plus-alphanumericgibberish/dNAO.git into compat-3.19.1 ChrisANG 2020-06-17 13:21:39 -0400
  • 4df3f9a5cb Fix the interaction of shields with monster size ChrisANG 2020-06-17 13:21:16 -0400
  • b3d30697d9 Sunsword et al work against monsters with "passthrough" displacement NeroOneTrueKing 2020-06-17 12:06:18 -0500
  • fbbbf66f49 Change hits_insubstantial to need caller to check insubstantial() first NeroOneTrueKing 2020-06-17 11:58:54 -0500
  • 03ad29aac9
    Merge pull request #769 from NeroOneTrueKing/patch-dont-path-to-underwater-objs Chris-plus-alphanumericgibberish 2020-06-17 12:34:37 -0400
  • ad0f74112a
    Merge pull request #768 from NeroOneTrueKing/patch-fix-stupid Chris-plus-alphanumericgibberish 2020-06-17 12:31:44 -0400
  • 617d8e5645 Clarify unicorn pickup rules NeroOneTrueKing 2020-06-17 11:27:54 -0500
  • 17e37e5133 Fix flying monsters getting stuck on water squares NeroOneTrueKing 2020-06-17 11:13:50 -0500
  • 7cff7c1d89 Fix stupid NeroOneTrueKing 2020-06-17 10:52:38 -0500
  • ef08282196 The two adjacent hits on the bone arm should've been gated behind 30 insight ChrisANG 2020-06-17 10:21:43 -0400
  • e1fc762b26 Quest loot resizing should rely on the block in mkobj instead. ChrisANG 2020-06-17 10:21:17 -0400
  • 317423cbce
    Merge pull request #765 from NeroOneTrueKing/patch-fix-soresu-training Chris-plus-alphanumericgibberish 2020-06-16 21:57:19 -0400
  • c91cdeb70a Add Soresu training NeroOneTrueKing 2020-06-16 18:31:40 -0500
  • c98e945b56 Operators should repair player androids as well as monster androids ChrisANG 2020-06-16 14:06:03 -0400
  • 589b539ac2 Merge branch 'compat-3.19.1' of https://github.com/Chris-plus-alphanumericgibberish/dNAO.git into compat-3.19.1 ChrisANG 2020-06-15 19:46:50 -0400
  • 9c842c705b Unwishablility is now handled at the wishing-for-statues level, rather than the stone-to-flesh level, pt 2 ChrisANG 2020-06-15 19:45:37 -0400
  • a2044c3322 Unwishablility is now handled at the wishing-for-statues level, rather than the stone-to-flesh level ChrisANG 2020-06-15 19:43:25 -0400
  • 41d3ac3fc3 Deminymphs weren't marked as being strong enough to use two-handed weapons ChrisANG 2020-06-15 19:41:16 -0400
  • 00988da34e
    Merge pull request #763 from NeroOneTrueKing/patch-fix-drow Chris-plus-alphanumericgibberish 2020-06-15 19:40:47 -0400
  • b264fde010 AUGH Fix LightBlind not working NeroOneTrueKing 2020-06-15 18:27:54 -0500
  • ad5128fc2d Add description for parasitized doll gaze attack, fix visibility ChrisANG 2020-06-15 17:59:25 -0400
  • 14e4bfce1f Merge branch 'compat-3.19.1' of https://github.com/Chris-plus-alphanumericgibberish/dNAO.git into compat-3.19.1 ChrisANG 2020-06-15 16:12:25 -0400
  • 6ad8975575 Fix unsafe reuse of variables when a monster is selecting a pick or an axe. ChrisANG 2020-06-15 16:11:23 -0400
  • db9e80cbd7 Fix error when finding player's average DR ChrisANG 2020-06-15 16:10:29 -0400
  • dea0b92621
    Merge pull request #759 from NeroOneTrueKing/patch-fix-possible-infinite-xhity-loop Chris-plus-alphanumericgibberish 2020-06-15 12:34:31 -0400
  • aca36cad97 If AD_WRAP generated from AT_HUGS fails, do not make another AT_HUGS attack NeroOneTrueKing 2020-06-15 11:17:12 -0500
  • e007294aab
    Merge pull request #757 from NeroOneTrueKing/patch-shatterable-chests Chris-plus-alphanumericgibberish 2020-06-14 20:00:32 -0400
  • 94cf43594d Glass chests shatter like other glass objects -- drop their contents. NeroOneTrueKing 2020-06-14 17:37:34 -0500
  • b8974ed5d4
    Merge pull request #755 from NeroOneTrueKing/patch-fix-breathless-monster-in-water Chris-plus-alphanumericgibberish 2020-06-14 16:52:15 -0400
  • f7a111598e Traps are actually only bad when stepped on. NeroOneTrueKing 2020-06-14 15:00:02 -0500
  • 1ebf633ac5 Breathless/amphibious monsters will attempt to leave water. NeroOneTrueKing 2020-06-14 14:57:21 -0500
  • 38a05ead0a Catch negative or 0 shots left in a raygun and return out of the function. ChrisANG 2020-06-14 15:39:12 -0400
  • ec15d3669c Merge branch 'compat-3.19.1' of https://github.com/Chris-plus-alphanumericgibberish/dNAO.git into compat-3.19.1 ChrisANG 2020-06-14 15:11:33 -0400
  • ce4d129bb6 Adjust some artifact names ChrisANG 2020-06-14 15:11:25 -0400
  • d430b63af5 The Annulus should actually have a special description, not just %s ChrisANG 2020-06-14 15:08:55 -0400
  • c80b16c881
    Merge pull request #752 from NeroOneTrueKing/patch-use-xname-more-for-beartraps Chris-plus-alphanumericgibberish 2020-06-14 15:06:22 -0400
  • 5b4b814ed1 Use xname() more for beartraps NeroOneTrueKing 2020-06-14 13:34:52 -0500
  • cc19764db8 Reduce club weight, reduce sunrod weight ChrisANG 2020-06-14 14:27:20 -0400
  • 49e44a8d32 Artifact-ness and bell-ness are not mutually exculusive, thanks to the Annulus ChrisANG 2020-06-14 14:26:42 -0400
  • 3f170388d6
    Merge pull request #741 from NeroOneTrueKing/patch-artifact-vs-vulnerable Chris-plus-alphanumericgibberish 2020-06-14 13:28:29 -0400
  • e03d15db6b
    Merge pull request #745 from NeroOneTrueKing/patch-ahazu-and-riders Chris-plus-alphanumericgibberish 2020-06-14 13:27:40 -0400