Restore stashed changes and repair LFS conflicts
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user