1
0
Fork 0
mirror of https://codeberg.org/noisytoot/notnotdnethack.git synced 2025-08-16 09:31:37 +01:00

Commit graph

  • c72c9003ab Bugfix: AT_BEAM attacks require the target's true possition. ChrisANG 2021-01-12 10:51:24 -05:00
  • 0d7f7d1f83 Bugfix: AT_BEAM attacks require the target's true possition. ChrisANG 2021-01-12 10:51:24 -05:00
  • e0f832464c Get spears generating with flint tips and hopefully being named properly. demogorgon22 2021-01-11 20:42:25 -05:00
  • 4e8772f066 Fix rock handling for apply being applied wrong. demogorgon22 2021-01-11 20:11:50 -05:00
  • 3ffe3a07ad Merge branch 'master' into spearheads Need chris's devel spear changes cause I don't wanna clash with them. demogorgon22 2021-01-11 19:52:06 -05:00
  • 30e6d95a35 Merge branch 'devel-3.20.1' of https://github.com/Chris-plus-alphanumericgibberish/dNAO demogorgon22 2021-01-11 19:49:11 -05:00
  • 085e39f656 Merge https://github.com/Chris-plus-alphanumericgibberish/dNAO demogorgon22 2021-01-11 19:40:10 -05:00
  • aefded8a20 Add knapping rocks to spearheads. demogorgon22 2021-01-11 19:39:29 -05:00
  • e7a15181e5 Merge branch 'compat-3.20.0' into devel-3.20.1 ChrisANG 2021-01-11 19:03:17 -05:00
  • bdfbc8df10 Merge branch 'compat-3.20.0' of https://github.com/Chris-plus-alphanumericgibberish/dNAO.git into compat-3.20.0 ChrisANG 2021-01-11 19:02:41 -05:00
  • 7f3848a952
    Merge pull request #1404 from RikerW/patch-mivault-crash Chris-plus-alphanumericgibberish 2021-01-11 18:57:04 -05:00
  • f6e683cc98 Fix double-waterproofing enlightenment printout. ChrisANG 2021-01-11 18:55:53 -05:00
  • f93fd9da1e Fix double-waterproofing enlightenment printout. ChrisANG 2021-01-11 18:55:53 -05:00
  • 2e32a2737f Add drain res to the mitre of holiness ChrisANG 2021-01-11 18:50:03 -05:00
  • 4638180b1e Spears are actually good. ChrisANG 2021-01-11 18:49:14 -05:00
  • bfc1f3e85e Add Gungnir ChrisANG 2021-01-11 18:44:48 -05:00
  • 6971bba918 Merge https://github.com/Chris-plus-alphanumericgibberish/dNAO demogorgon22 2021-01-11 18:34:28 -05:00
  • 79b40a42b1 Retry up to 10 times to create a vault guardian RikerW 2021-01-11 13:47:12 -08:00
  • 4eb4261cd9 Lolth mivaults need to check mon exists RikerW 2021-01-11 13:44:41 -08:00
  • 58675fb4a4 Add atgeir (hewing spears) and put a few on the Valkyrie quest ChrisANG 2021-01-10 23:52:00 -05:00
  • c1761d3011
    Merge pull request #1403 from NeroOneTrueKing/patch-hostile-zombies Chris-plus-alphanumericgibberish 2021-01-10 23:19:28 -05:00
  • bfa0f42c7d
    Merge pull request #1402 from RikerW/patch-read-anticlockwise Chris-plus-alphanumericgibberish 2021-01-10 23:19:07 -05:00
  • 0c30a55ba5
    Merge pull request #1401 from NeroOneTrueKing/patch-an-xname Chris-plus-alphanumericgibberish 2021-01-10 23:18:57 -05:00
  • 5db5728d20
    Merge pull request #1400 from NeroOneTrueKing/patch-arsenal-volley Chris-plus-alphanumericgibberish 2021-01-10 23:18:30 -05:00
  • 67d72c5554
    Merge pull request #1399 from NeroOneTrueKing/patch-handle-chameleon-horrors Chris-plus-alphanumericgibberish 2021-01-10 23:17:52 -05:00
  • 6d71fb4c65
    Merge pull request #1398 from NeroOneTrueKing/patch-fix-mcastu-crash Chris-plus-alphanumericgibberish 2021-01-10 23:16:52 -05:00
  • afe5ba7848
    Merge pull request #1397 from NeroOneTrueKing/patch-fix-naming-angelic-minions Chris-plus-alphanumericgibberish 2021-01-10 23:16:39 -05:00
  • bf26032ef2
    Merge pull request #1396 from NeroOneTrueKing/patch-fix-statues-of-uniques Chris-plus-alphanumericgibberish 2021-01-10 23:16:20 -05:00
  • 4b74076a71 Zombies should be generated hostile NeroOneTrueKing 2021-01-10 20:33:35 -06:00
  • c02718d967 Allow reading of anti-clockwise metamorphosis glyphs RikerW 2021-01-10 14:42:28 -08:00
  • 9e95fa8026 Use same check between an() and xname() for using a/an. NeroOneTrueKing 2021-01-10 15:53:33 -06:00
  • 00ad325f3d Fix Arsenal's volley NeroOneTrueKing 2021-01-10 12:00:24 -06:00
  • b62fba4102 Handle newcham() making horrors NeroOneTrueKing 2021-01-09 22:34:13 -06:00
  • b93a1d263f Wrong mon pointer NeroOneTrueKing 2021-01-09 22:16:19 -06:00
  • 353fd31c02 Fix naming of Angel minions NeroOneTrueKing 2021-01-09 22:05:20 -06:00
  • 68fbb8f5b1 Fix statues of PName monsters Should be "a statue of Medusa", not "a statue of a Medusa" NeroOneTrueKing 2021-01-09 21:57:06 -06:00
  • e9f4b6c3ca Merge branch 'compat-3.20.0' into devel-3.20.1 ChrisANG 2021-01-08 11:12:18 -05:00
  • c652cdcbe3 Merge branch 'compat-3.20.0' of https://github.com/Chris-plus-alphanumericgibberish/dNAO.git into compat-3.20.0 ChrisANG 2021-01-08 11:11:47 -05:00
  • 74cc6c4ce1 Fern spores and elemental spheres are vegan. ChrisANG 2021-01-08 11:06:50 -05:00
  • 70ac02529f Spelling fix in quest text. ChrisANG 2021-01-08 11:01:57 -05:00
  • 89a70db6e8
    Merge pull request #1394 from RikerW/patch-bloodletter-invoke Chris-plus-alphanumericgibberish 2021-01-08 10:59:21 -05:00
  • 30f3ea07c7
    Merge pull request #1392 from NeroOneTrueKing/patch-extra-checks-to-monmoving-loop Chris-plus-alphanumericgibberish 2021-01-08 10:57:38 -05:00
  • 80cd17afd5
    Merge pull request #1391 from RikerW/patch-offhand-maxweights Chris-plus-alphanumericgibberish 2021-01-08 10:56:12 -05:00
  • 61652bf9fe Bloodletter has to be wielded to be invoked RikerW 2021-01-07 18:14:16 -08:00
  • a28a1d93e2 Be extra-careful with restarting the monmoving loop NeroOneTrueKing 2021-01-07 13:31:23 -06:00
  • 2f9c2b786a Merge branch 'illithanachronounbinder' demogorgon22 2021-01-07 14:29:09 -05:00
  • 78872043a8 Merge https://github.com/Chris-plus-alphanumericgibberish/dNAO demogorgon22 2021-01-07 14:27:49 -05:00
  • ec0c8de860 Merge branch 'chaos1_improvements' of https://github.com/demogorgon22/notdnethack2 demogorgon22 2021-01-07 14:26:17 -05:00
  • 58ab23acd3 Fix masamune being intelligent, cross align hating, and unaligned. Now it is unintelligent, chaotic, and cross align hating. demogorgon22 2021-01-07 14:12:04 -05:00
  • 4c9bf4d394 Resolve several issues with ACU such as items returning that shouldn't, QA being wrong otyp, missing BAB, no special name for illithid staff color, brain golem is traitor. demogorgon22 2021-01-07 14:00:31 -05:00
  • 3a5bbb8978 Increase maxweight for player sizes above medium Since weapon weights are doubled and beyond, it makes sense you should be able to use appropriately sized items. RikerW 2021-01-07 10:58:43 -08:00
  • 4a425e8355 Merge branch 'compat-3.20.0' into devel-3.20.1 ChrisANG 2021-01-07 12:31:04 -05:00
  • 3ac73ccca0 Mirrorblade bugfix: mon can be 0 if the attack is hypothetical ChrisANG 2021-01-07 12:30:24 -05:00
  • a63b4d8559 Androids don't have temporary ammo return ChrisANG 2021-01-07 12:28:19 -05:00
  • a53bb27734 Over-resistance patrol: why are blood bloaters resistant to electricity? ChrisANG 2021-01-07 12:27:29 -05:00
  • 669a1c940c Add two more ancients for use in oprop vaults ChrisANG 2021-01-07 12:26:13 -05:00
  • c1ebf71a80 Merge branch 'compat-3.20.0' into devel-3.20.1 ChrisANG 2021-01-06 22:47:47 -05:00
  • 5c68f76b78 A/An backwards in glyph messages ChrisANG 2021-01-06 21:45:38 -05:00
  • 1c8a464461 Add sanity checks and additional sanity effects, also strangulation changes ChrisANG 2021-01-06 21:39:06 -05:00
  • 8fd0b2e5f6 Merge branch 'compat-3.20.0' of https://github.com/Chris-plus-alphanumericgibberish/dNAO.git into compat-3.20.0 ChrisANG 2021-01-06 12:03:05 -05:00
  • 64fc00bceb
    Merge pull request #1389 from NeroOneTrueKing/patch-bandaid-monrestore Chris-plus-alphanumericgibberish 2021-01-06 12:02:21 -05:00
  • 99090fe87b
    Merge pull request #1387 from NeroOneTrueKing/patch-actually-use-listed-artifact-weights Chris-plus-alphanumericgibberish 2021-01-06 12:01:50 -05:00
  • c922c0a4b3
    Merge pull request #1386 from NeroOneTrueKing/patch-nerf-octetsaber Chris-plus-alphanumericgibberish 2021-01-06 11:55:01 -05:00
  • 8251cd67f2
    Merge pull request #1384 from RikerW/patch-oracle-rework Chris-plus-alphanumericgibberish 2021-01-06 11:48:58 -05:00
  • 73c895fab8
    Merge pull request #1383 from NeroOneTrueKing/patch-nerf-argentum-golems Chris-plus-alphanumericgibberish 2021-01-06 11:47:34 -05:00
  • bdbdc4e141
    Merge pull request #1382 from NeroOneTrueKing/patch-knockback-rebalancing Chris-plus-alphanumericgibberish 2021-01-06 11:47:00 -05:00
  • f6e2f54618
    Merge pull request #1381 from NeroOneTrueKing/patch-safer-clonemon Chris-plus-alphanumericgibberish 2021-01-06 11:46:18 -05:00
  • e30204ada9
    Merge pull request #1376 from RikerW/patch-quest-artifact-sizing Chris-plus-alphanumericgibberish 2021-01-06 11:45:46 -05:00
  • 92ade47b6b Introduce arm_size_fit() to replace copypasta size checking. ChrisANG 2021-01-06 11:44:20 -05:00
  • b0bcf1a9b0 Bugfix: avoid creating shapeless armor ChrisANG 2021-01-06 11:42:55 -05:00
  • dea7b89d59 Slap a bandaid on monster mextra restore NeroOneTrueKing 2021-01-06 09:32:06 -06:00
  • b147bd81d9 FemHDNob starting cloaks are cloth, not leather. ChrisANG 2021-01-06 10:21:02 -05:00
  • ae7d4137e5 Star spawn (including Great Cthulhu) are multidimensional ChrisANG 2021-01-06 10:18:32 -05:00
  • b7369fee46 Actually use listed artifact weights NeroOneTrueKing 2021-01-05 16:33:56 -06:00
  • eb666b8e50 Nerf Octetsabers Consider the other lightsaber artifacts: they don't really make the lightsaber much stronger, even the Annulus. An octetsaber, at max luck, was over 2x damage compared to an unsocketed lightsaber (at max enchantment. more like 4x damage when comparing at +0). NeroOneTrueKing 2021-01-05 10:40:07 -06:00
  • fb0ab5b208 Rework Oracle, adding enlightenment and dungeon inclusion hints RikerW 2021-01-04 21:06:42 -08:00
  • 8b7ef553bd Nerf Argentum golems' ranged damage They fire 1d4 -> 1d3 silver arrows. When monster ranged was generally buffed, it affected these guys heavily, with +4d8 damage per arrow. Seeing as people haven't found the buffed golems impossibly nasty (and they certainly feel mini-boss-like now), I'm keeping the nerf minor to hopefully avoid a player being one-shot. NeroOneTrueKing 2021-01-04 20:41:26 -06:00
  • d22659cd26 Nerf knockback artifacts NeroOneTrueKing 2021-01-04 16:50:50 -06:00
  • 020f207daf Safer clone_mon() NeroOneTrueKing 2021-01-04 13:10:45 -06:00
  • f2921bbc1e Add noble crowning helms to the body plan check, remove noble cloaks RikerW 2021-01-02 10:27:32 -08:00
  • b5481d8da6 Always have at least +1 damage for iron. ChrisANG 2021-01-03 15:05:26 -05:00
  • 4f1f99966e Bugfix: Don't turn off templates unless a variable is set that tells you to do so. ChrisANG 2021-01-03 13:43:40 -05:00
  • b938a23e5e
    Merge pull request #1378 from NeroOneTrueKing/patch-fix-eyes-of-the-overworld Chris-plus-alphanumericgibberish 2021-01-03 13:03:47 -05:00
  • 2824602c04
    Merge pull request #1377 from gebulmer/fix/file-unlocking-leak Chris-plus-alphanumericgibberish 2021-01-03 13:02:23 -05:00
  • 5fab68b85d
    Merge pull request #1375 from NeroOneTrueKing/patch-fix-ad_tent_msg Chris-plus-alphanumericgibberish 2021-01-03 13:00:00 -05:00
  • e33493198c Futureproof: mitems are actually pretty important, so don't respect allow_minvent. ChrisANG 2021-01-03 12:58:10 -05:00
  • 0d9bdfae1d The Yith template was getting stuck on. ChrisANG 2021-01-03 12:57:16 -05:00
  • f2a1a7bd62 Fix compilation of level_difficulty() ChrisANG 2021-01-03 12:10:57 -05:00
  • c46c4901a5 Uncomment the error-catching code in d() ChrisANG 2021-01-03 12:08:31 -05:00
  • 0dc51d514e Check that level_difficulty() doesn't return <= 0 ChrisANG 2021-01-03 12:08:05 -05:00
  • eb5fc49e04 Put the wiki-monster and similar functions back in. ChrisANG 2021-01-03 12:06:56 -05:00
  • 656a7b6837 Fix backwards "while-carried" artifact logic NeroOneTrueKing 2021-01-02 16:06:49 -06:00
  • cb3c87b24a Close lockfile properly George Edward Bulmer 2021-01-02 18:40:05 +00:00
  • 8acaf153aa Use original race, and add noble artifacts RikerW 2021-01-02 10:22:23 -08:00
  • b6485a3c62 Adjust Mitre/EotOW to be appropriately sized RikerW 2021-01-02 09:39:50 -08:00
  • fddc0ddeb9 Fix "foo's helmet blocks your attack to their head" msg NeroOneTrueKing 2021-01-01 10:39:29 -06:00
  • afcb5ab849 Manually flush the output buffer and notice errors. ChrisANG 2021-01-01 10:56:50 -05:00
  • 21758c9fcf Merge branch 'compat-3.20.0' of https://github.com/Chris-plus-alphanumericgibberish/dNAO.git into compat-3.20.0 ChrisANG 2021-01-01 10:36:58 -05:00
  • 0e2f0afa5c Don't acridify a goat weapon ChrisANG 2021-01-01 10:36:35 -05:00
  • f31fc2cc07 Orcs ALSO have lower speed. ChrisANG 2021-01-01 10:35:55 -05:00