From 4caf5107c68cfeb44d8d201e15ac2008c0a0d8f4 Mon Sep 17 00:00:00 2001 From: ZHAY10086 <34602681+ZHAY10086@users.noreply.github.com> Date: Tue, 18 Mar 2025 21:23:52 +0800 Subject: [PATCH] fix typo --- scripts/ToolTips.zs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ToolTips.zs b/scripts/ToolTips.zs index c7f6f47a..b08be79f 100644 --- a/scripts/ToolTips.zs +++ b/scripts/ToolTips.zs @@ -1768,7 +1768,7 @@ .addTooltip(format.red("多方块升级,镀层木工机:速度x10")); .addTooltip(format.red("多方块升级,镀层热电子加工台:速度x10")); .addTooltip(format.red("多方块升级,感知凝结器:输出x8")); -.addTooltip(format.red("多方块升级,无害化牺牲及探究:速度x10")); +.addTooltip(format.red("多方块升级,无害化牺牲祭坛:速度x10")); .addTooltip(format.red("多方块升级,两相裂变堆:速度x10")); .addTooltip(format.red("多方块升级,英玫之门:速度x5")); .addTooltip(format.red("多方块升级,巫术组合台:速度x20"));