Fix (#513)
* fix: Ботинки клоуна сново работают * fix: Световое копье теперь исчезает если его передать
This commit is contained in:
@@ -156,3 +156,11 @@ public abstract partial class SharedOfferItemSystem : EntitySystem
|
||||
return entity != null && Resolve(entity.Value, ref component, false) && component.IsInOfferMode;
|
||||
}
|
||||
}
|
||||
|
||||
[Serializable]
|
||||
public sealed class HandedEvent(EntityUid user, EntityUid target) : EntityEventArgs
|
||||
{
|
||||
public EntityUid User = user;
|
||||
public EntityUid Target = target;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user