This commit is contained in:
2025-05-22 10:16:04 +08:00
parent b0abc1c30a
commit fa586fccac
115 changed files with 3440 additions and 19 deletions

View File

@@ -48,7 +48,7 @@ namespace NBF
{
Type = UIDef.InteractiveType.Oven,
Name = "烤箱",
Icon = "op-use",
Icon = "op-oven",
Use1 = "1,1",
Use1Title = "使用"
},
@@ -114,7 +114,7 @@ namespace NBF
{
Type = UIDef.InteractiveType.VendingMachine,
Name = "自动贩卖机",
Icon = "op-use",
Icon = "op-vending",
Use1 = "1,1",
Use1Title = "进入",
},
@@ -122,7 +122,7 @@ namespace NBF
{
Type = UIDef.InteractiveType.Wharf,
Name = "码头",
Icon = "op-use",
Icon = "op-wharf",
Use1 = "1,1",
Use1Title = "进入",
},