Fix Errors from Previous Commit

This commit is contained in:
GreenComfyTea
2023-09-03 13:58:52 +03:00
parent 8ae3928fdc
commit b52c903af3
6 changed files with 35 additions and 11 deletions

View File

@@ -74,7 +74,7 @@ function this.update_stamina_use_down(player_data)
return;
end
buffs.update_generic(this.list, misc_buffs_type_name, "stamina_use_down", 1,
buffs.update_generic(this.list, misc_buffs_type_name, "stamina_use_down", this.get_misc_buff_name, 1,
stamina_up_buff_second_timer / 60, endemic_life_buffs.peepersects_duration);
end