OSDN Git Service

[Refactor] #37353 dungeon~spell2間整理。 / Refactor between dungeon and spell2.
[hengband/hengband.git] / src / realm-arcane.c
index 6cc65ac..6a77742 100644 (file)
@@ -141,7 +141,7 @@ cptr do_arcane_spell(SPELL_IDX spell, BIT_FLAGS mode)
                        int sides = 8;\r
 \r
                        if (info) return info_heal(dice, sides, 0);\r
-                       if (cast) (void)cure_light_wound(dice, sides);\r
+                       if (cast) (void)cure_light_wounds(dice, sides);\r
                }\r
                break;\r
 \r
@@ -312,7 +312,7 @@ cptr do_arcane_spell(SPELL_IDX spell, BIT_FLAGS mode)
                        int sides = 8;\r
 \r
                        if (info) return info_heal(dice, sides, 0);\r
-                       if (cast) (void)cure_serious_wound(4, 8);\r
+                       if (cast) (void)cure_serious_wounds(4, 8);\r
                }\r
                break;\r
 \r