"Your daggers is mended."

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • PowerWyrm
    Prophet
    • Apr 2008
    • 2986

    "Your daggers is mended."

    Message when using scroll of restore item on a stack of daggers.

    msg("%s %s is mended.", ((item >= 0) ? "Your" : "The"), o_name, ((o->number > 1) ? "" : "s"));

    should probably be:

    msg("%s %s %s mended.", ((item >= 0) ? "Your" : "The"), o_name, ((o->number > 1) ? "are" : "is"));
    PWMAngband variant maintainer - check https://github.com/draconisPW/PWMAngband (or http://www.mangband.org/forum/viewforum.php?f=9) to learn more about this new variant!
  • d_m
    Angband Devteam member
    • Aug 2008
    • 1517

    #2
    Originally posted by PowerWyrm
    Message when using scroll of restore item on a stack of daggers.

    msg("%s %s is mended.", ((item >= 0) ? "Your" : "The"), o_name, ((o->number > 1) ? "" : "s"));

    should probably be:

    msg("%s %s %s mended.", ((item >= 0) ? "Your" : "The"), o_name, ((o->number > 1) ? "are" : "is"));
    For what it's worth Takkaria just removed ?repair-item in the nightlies. It was kind of broken and mostly it was only useful for an exploit involving certain rings (e.g. ring of the mouse).
    linux->xterm->screen->pmacs

    Comment

    • Derakon
      Prophet
      • Dec 2009
      • 9022

      #3
      I still found use for it in repairing acid-damaged armor, though granted it'd generally be cheaper to just buy a new copy of whatever was damaged. And if I'd remembered, I would have used one to repair my crossbow that got disenchanted last game...oh well.

      Comment

      • Timo Pietilä
        Prophet
        • Apr 2007
        • 4096

        #4
        Originally posted by d_m
        For what it's worth Takkaria just removed ?repair-item in the nightlies. It was kind of broken and mostly it was only useful for an exploit involving certain rings (e.g. ring of the mouse).
        Finally. IMO entire idea behind it was broken, there were no reason to have it in first place.

        Comment

        • Derakon
          Prophet
          • Dec 2009
          • 9022

          #5
          I could see value in it being an item solely for repairing disenchantment damage, as rare as ?Acquirement or thereabouts and at least as expensive (for purchase from the BM). The given implementation was broken though.

          Comment

          Working...
          😀
          😂
          🥰
          😘
          🤢
          😎
          😞
          😡
          👍
          👎