Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Assorted tweaks #205

Closed
wants to merge 24 commits into from
Closed

Assorted tweaks #205

wants to merge 24 commits into from

Commits on Oct 20, 2021

  1. Configuration menu
    Copy the full SHA
    c26431a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8bbe5dc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a977b41 View commit details
    Browse the repository at this point in the history
  4. Un-capitalize to-hit on botl display

    People might think it's an acronym like AC if it's all capitalized.
    RojjaCebolla committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    d39c568 View commit details
    Browse the repository at this point in the history
  5. Correct some typos in monster insults

    Note about the non-typo: older or shakespearian language used proclitic
    contractions, not enclitic contractions.
    RojjaCebolla committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    36cb4ff View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d374a91 View commit details
    Browse the repository at this point in the history
  7. Make supporter monsters less spammy

    todo XXX: involve madLibs.c someday
    RojjaCebolla committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    9449b80 View commit details
    Browse the repository at this point in the history
  8. Wizmode convenience: allow wishing for "forges"

    By which we really mean furnaces.
    RojjaCebolla committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    0ed0ab0 View commit details
    Browse the repository at this point in the history
  9. Broaden the role-based multishot bonuses

    The straitjacket/pigeonhole was very tight indeed, for many roles.
    Increase the flexibility of players to adapt to equipment drops.
    RojjaCebolla committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    d61bddb View commit details
    Browse the repository at this point in the history
  10. Fix: Longbow of Diana multishot...

    ...was only applying to default-case species that don't have any
    particular species multishot bonuses.
    RojjaCebolla committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    c81cb59 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    801dd17 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4529543 View commit details
    Browse the repository at this point in the history
  13. Changelog update

    RojjaCebolla committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    8f46330 View commit details
    Browse the repository at this point in the history
  14. Remove redundant polearm proliferation

    We had 14 different polearms (including the lance, which uses a
    different skill but can "pound" at range like other polearms).
    
    Now, there's 4 that spawn normally: halberd, ranseur, lance, partisan
    
    Scythes can also be generated, but only in specific monster inventories.
    RojjaCebolla committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    08c59e4 View commit details
    Browse the repository at this point in the history
  15. Fix: change "rekt bya" to "rekt by a"

    This only applies to the T-Rex specific death message.
    RojjaCebolla committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    585e131 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2021

  1. Workaround to prevent errors with gcc v11.2.0

    patch by nhmall
    RojjaCebolla committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    74a85f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3cb34e9 View commit details
    Browse the repository at this point in the history
  3. Extend the 1% chance of a saddle to other steeds

    Centaurs still never spawn wearing a saddle, but quadrupeds, unicorns,
    and dragons rarely might!
    RojjaCebolla committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    2a03419 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2021

  1. Configuration menu
    Copy the full SHA
    2727b4e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d8043d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    119c335 View commit details
    Browse the repository at this point in the history
  4. Feat: identify wands when message is unambiguous

    (Also remove a redundant do_known)
    RojjaCebolla committed Oct 24, 2021
    Configuration menu
    Copy the full SHA
    0d1e1e6 View commit details
    Browse the repository at this point in the history
  5. Add more wand-engraving cases for Hallu and Blind

    The best way to ID wands is still to be !Blind and !Hallu, however, a
    few extra conditionals in here will improve things for conducts or weird
    moments.
    RojjaCebolla committed Oct 24, 2021
    Configuration menu
    Copy the full SHA
    301959b View commit details
    Browse the repository at this point in the history
  6. Changelog update

    RojjaCebolla committed Oct 24, 2021
    Configuration menu
    Copy the full SHA
    7d6b776 View commit details
    Browse the repository at this point in the history