From: Deskull Date: Fri, 13 Apr 2018 16:58:22 +0000 (+0900) Subject: [fix](2.2.1.1) #37582 「エントロピーの球」の説明を修正。 / Correct explanation of "Orb of Entropy". X-Git-Tag: vmacos2.2.1-7a~1501 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=85cc3ccab147e0c67b1a858a2424d17444cf5a97;p=hengbandforosx%2Fhengbandosx.git [fix](2.2.1.1) #37582 「エントロピーの球」の説明を修正。 / Correct explanation of "Orb of Entropy". --- diff --git a/src/do-spell.c b/src/do-spell.c index f66364562..672d4d030 100644 --- a/src/do-spell.c +++ b/src/do-spell.c @@ -3519,8 +3519,8 @@ static cptr do_death_spell(SPELL_IDX spell, BIT_FLAGS mode) case 8: if (name) return _("エントロピーの球", "Orb of Entropy"); - if (desc) return _("生命のある者に効果のある球を放つ。", "Fires a ball which damages living monsters."); - + if (desc) return _("生命のある者のHPと最大HP双方にダメージを与える効果のある球を放つ。", "Fires a ball which damages to both HP and MaxHP of living monsters."); + { int dice = 3; int sides = 6;