• R/O
  • HTTP
  • SSH
  • HTTPS

hengband: Commit

変愚蛮怒のメインリポジトリです


Commit MetaInfo

Revisione228eca9aba67c98eebd477ae17670dddaec07b2 (tree)
Time2004-07-04 13:27:43
Authornothere <nothere@0568...>
Commiternothere

Log Message

レベル15以上のハーフトロル狂戦士も戦士同様に遅消化が得られるのに, 'C'
表示に遅消化が現れないバグを修正.

Change Summary

Incremental Difference

--- a/src/files.c
+++ b/src/files.c
@@ -2367,7 +2367,7 @@ static void player_flags(u32b flgs[TR_FLAG_SIZE])
23672367 if (p_ptr->lev > 14)
23682368 {
23692369 add_flag(flgs, TR_REGEN);
2370- if (p_ptr->pclass == CLASS_WARRIOR)
2370+ if ((p_ptr->pclass == CLASS_WARRIOR) || (p_ptr->pclass == CLASS_BERSERKER))
23712371 {
23722372 add_flag(flgs, TR_SLOW_DIGEST);
23732373 /*
Show on old repository browser