OSDN Git Service

[Refactor] #37353 癒し系の効果をtrue_healing()にまとめる。
[hengband/hengband.git] / src / cmd-quaff.c
2018-09-27 Deskull[Refactor] #37353 癒し系の効果をtrue_healing()にまとめる。
2018-09-27 Deskull[Refactor] #37353 MP回復系の効果をrestore_mana()にまとめる。
2018-09-26 Deskull[Refactor] #37353 cure_critical_wounds() と greater_heal...
2018-09-26 Deskull[Refactor] #37353 体力回復系の効果をgreater_healing()にまとめる。
2018-09-26 Deskull[Refactor] #37353 致命傷の治癒の効果をcure_critical_wounds()にまとめる。
2018-09-26 Deskull[Fix] #37353 Typo. (wound -> wounds).
2018-09-26 Deskull[Refactor] #37353 重傷の治癒の効果をcure_serious_wounds()にまとめる。
2018-09-25 Deskull#37353 軽傷の治癒の効果をcure_light_wounds()にまとめる。
2018-09-25 Deskull#37353 士気高揚の効果をheroism()にまとめる。
2018-09-24 Deskull[Refactor] #37353 生命の薬の効果をlife_stream()に分離。
2018-09-24 Deskull[Refactor] #37353 アイテム条件処理を object-hook.c/h へ分離。
2018-09-07 Deskull[Refactor] #37353 プレイヤーのアイテム発動処理を cmd-activate.c/h...
2018-09-07 Deskull* [Refactor] #37353 プレイヤーの飲む処理を cmd-quaff.c/h に分離。...