mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-02-22 03:40:54 +00:00
Update MoveToCarryMessage.cs
This commit is contained in:
parent
7472eb6936
commit
9c4bf4de46
@ -35,7 +35,7 @@ namespace QSB.ItemSync.Messages
|
|||||||
player.AnimationSync.VisibleAnimator.SetTrigger("HoldScroll");
|
player.AnimationSync.VisibleAnimator.SetTrigger("HoldScroll");
|
||||||
break;
|
break;
|
||||||
case ItemType.WarpCore:
|
case ItemType.WarpCore:
|
||||||
if ((WorldObject as QSBWarpCoreItem).IsVesselCoreType())
|
if (((QSBWarpCoreItem)WorldObject).IsVesselCoreType())
|
||||||
{
|
{
|
||||||
DebugLog.DebugWrite($"HOLD VESSEL CORE");
|
DebugLog.DebugWrite($"HOLD VESSEL CORE");
|
||||||
player.AnimationSync.VisibleAnimator.SetTrigger("HoldAdvWarpCore");
|
player.AnimationSync.VisibleAnimator.SetTrigger("HoldAdvWarpCore");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user