瀏覽代碼

Revert "Overed Boost now decreases homun's hunger level by half (#4218)"

This reverts commit 77fa9dbcbe6ad702ca5549f4ae2fba5983c4c9d0.
Jittapan Pluemsumran 5 年之前
父節點
當前提交
082766defc
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/map/status.cpp

+ 1 - 1
src/map/status.cpp

@@ -12583,7 +12583,7 @@ int status_change_end_(struct block_list* bl, enum sc_type type, int tid, const
 						struct homun_data *hd = BL_CAST(BL_HOM,bl);
 
 						if( hd )
-							hd->homunculus.hunger = max(1,hd->homunculus.hunger / 2);
+							hd->homunculus.hunger = max(1,hd->homunculus.hunger - 50);
 					}
 					break;
 				case BL_PC: