OSDN Git Service

[Refactor] 死体と骨のを表すItemKindTypeの列挙値の名称を変更
authorHabu <habu1010+github@gmail.com>
Sun, 16 Jun 2024 03:58:59 +0000 (12:58 +0900)
committerHabu <habu1010+github@gmail.com>
Sun, 16 Jun 2024 03:58:59 +0000 (12:58 +0900)
commit8ff2ccfb9221c316d196b003552f241bf5e9bd50
treeeca3ebe3187f6096756696d6e11124c91424c68d
parent97793dd4add1266edad8312453de6ac20cb0022b
[Refactor] 死体と骨のを表すItemKindTypeの列挙値の名称を変更

ソースコード上での紛らわしさを解消するため、ItemKindTypeの列挙値について
以下の改名を行う。

- SKELETON -> FLAVOR_SKELETON
- CORPSE -> MONSTER_REMAINS
23 files changed:
src/autopick/autopick-destroyer.cpp
src/autopick/autopick-entry.cpp
src/autopick/autopick-matcher.cpp
src/birth/inventory-initializer.cpp
src/effect/effect-item.cpp
src/flavor/named-item-describer.cpp
src/flavor/tval-description-switcher.cpp
src/knowledge/item-group-table.cpp
src/market/bounty.cpp
src/monster-attack/monster-eating.cpp
src/monster-floor/monster-death.cpp
src/monster-floor/monster-object.cpp
src/mspell/mspell-checker.cpp
src/object-enchant/others/apply-magic-others.cpp
src/object/object-broken.cpp
src/object/object-stack.cpp
src/object/tval-types.h
src/spell/spells-object.cpp
src/system/baseitem-info.cpp
src/system/item-entity.cpp
src/util/object-sort.cpp
src/wizard/spoiler-table.cpp
src/wizard/tval-descriptions-table.cpp