Restore stashed changes and repair LFS conflicts

This commit is contained in:
SoulliesOfficial
2026-07-24 04:11:14 -04:00
parent fe00ecfcc7
commit 7995cab04a
23 changed files with 1008 additions and 1132 deletions

View File

@@ -118,14 +118,12 @@ namespace Ichni.Story
/// <summary>点击 Helper 的统一入口:播放反馈后创建一条新的专属气泡。</summary>
private void HandleHelperClicked()
{
if (Time.unscaledTime >= _nextClickTime)
{
TryCreateRandomTalk();
_nextClickTime = Time.unscaledTime + clickCooldown;
}
if (Time.unscaledTime < _nextClickTime)
return;
_nextClickTime = Time.unscaledTime + clickCooldown;
PlayClickAnimation();
TryCreateRandomTalk();
}
/// <summary>