修复小玩具

This commit is contained in:
南沢响也
2025-10-20 01:36:33 +08:00
parent 309184b5f9
commit 79bb3a329d

View File

@@ -458,7 +458,7 @@ public class PVPToy
[ScriptMethod(name: "小队中庸之道查找连线半秒", eventType: EventTypeEnum.ActionEffect, eventCondition: ["ActionId:29266"],suppress:3000)] [ScriptMethod(name: "小队中庸之道查找连线半秒", eventType: EventTypeEnum.ActionEffect, eventCondition: ["ActionId:29266"],suppress:3000)]
public void MesotesPartyConnected(Event @event, ScriptAccessory accessory) public void MesotesPartyConnected(Event @event, ScriptAccessory accessory)
{ {
// if (isPartyMember(accessory, @event.SourceId())) if (isPartyMember(accessory, @event.SourceId()))
{ {
var dp = accessory.Data.GetDefaultDrawProperties(); var dp = accessory.Data.GetDefaultDrawProperties();
dp.Name = $"小队中庸之道连线{@event.SourceId()}"; dp.Name = $"小队中庸之道连线{@event.SourceId()}";