We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ce86050 + ceba749 commit a48dbbaCopy full SHA for a48dbba
Entities/BubblePushField.cs
@@ -135,7 +135,7 @@ public override void Update() {
135
136
if (mover.Entity is Player && mover.Entity.CollideCheck(this) && Strength > 0 && Direction != PushDirection.Down) {
137
Player tempPlayer = (Player) mover.Entity;
138
- if (tempPlayer.Holding != null)
+ if (tempPlayer.Holding != null || tempPlayer.Dead)
139
return;
140
141
mover.Move(new Vector2(0f, -UpwardStrength));
0 commit comments