OSDN Git Service

[Refactor] #37353 do_cmd_archer() を create_ammo() に改名。 / Rename do_cmd_archer() to...
[hengband/hengband.git] / src / spells-object.c
index fef369b..0e5475e 100644 (file)
@@ -8,7 +8,7 @@
  * Hook to determine if an object is contertible in an arrow/bolt
  * @return 製造を実際に行ったらTRUE、キャンセルしたらFALSEを返す
  */
-bool do_cmd_archer(void)
+bool create_ammo(void)
 {
        int ext = 0;
        char ch;